#a5d66a

Color #A5D66A Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #A5D66A

Tints of Conifer #A5D66A

Color information

#A5D66A (or 0xA5D66A) is unknown color: approx Conifer. HEX triplet: A5, D6 and 6A. RGB value is (165,214,106). Sum of RGB (Red+Green+Blue) = 165+214+106=485 (64% of max value = 765). Red value is 165 (64.84% from 255 or 34.02% from 485); Green value is 214 (83.98% from 255 or 44.12% from 485); Blue value is 106 (41.80% from 255 or 21.86% from 485); Max value from RGB is 214 - color contains mainly: green. Hex color #A5D66A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5D66A is #5A2995. Grayscale: #BBBBBB. Windows color (decimal): -5908886 or 7001765. OLE color: 7001765.

HSL color Cylindrical-coordinate representation of color #A5D66A: hue angle of 87.22º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A5D66A is Cyan = 0.23, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB165214106-
CMYK0.2300.500.16
HSL87.22º56.84%62.75%-
HSV(B)87.22º50.47%83.92%-
XYZ42.1757.1322.44-
YUV187.0482.27112.28-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 165 (64.84% from 255) = 34.02%
GREEN value IS 214 (83.98% from 255) = 44.12%
BLUE value IS 106 (41.80% from 255) = 21.86%
R=34.02%
G=44.12%
B=21.86%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1652141060.2300.500.1687.2256.8462.75
HexA5D66A170321057393f
Octal24532615227062201277177
Binary10100101110101101101010101110110010100001010111111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a5d66a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a5d66a; }

 p { color: rgb(165,214,106); }

 H1.HeaderClassName
 {
   color: #a5d66a;
 }
 .AnyTagClassName
 {
   color: #a5d66a;
 }
</style>
background-color css

<style>
 a { background-color: #a5d66a; }

 a { background-color: rgb(165,214,106); }

 div.DivClassName
 {
   background-color: #a5d66a;
 }
 .BgClassName
 {
   background-color: #a5d66a;
 }
</style>
border-color css

<style>
 span { border-color: #a5d66a; }

 span { border-color: rgb(165,214,106); }

 td.TdClassName
 {
   border-color: #a5d66a;
 }
 .TagClassName
 {
   border-color: #a5d66a;
 }
</style>