Shades of Conifer #A5D666
Tints of Conifer #A5D666
RGB
CMYK
RGB Variations
Color information
#A5D666 (or 0xA5D666) is known color: Conifer. HEX triplet: A5, D6 and 66. RGB value is (165,214,102). Sum of RGB (Red+Green+Blue) = 165+214+102=481 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.30% from 481); Green value is 214 (83.98% from 255 or 44.49% from 481); Blue value is 102 (40.23% from 255 or 21.21% from 481); Max value from RGB is 214 - color contains mainly: green. Hex color #A5D666 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5D666 is #5A2999. Grayscale: #BABABA. Windows color (decimal): -5908890 or 6739621. OLE color: 6739621.
HSL color Cylindrical-coordinate representation of color #A5D666: hue angle of 86.25º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A5D666 is Cyan = 0.23, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 165 | 214 | 102 | - |
| CMYK | 0.23 | 0 | 0.52 | 0.16 |
| HSL | 86.25º | 0.58% | 0.62% | - |
| HSV(B) | 86.25º | 0.52% | 0.84% | - |
| XYZ | 41.96 | 57.05 | 21.37 | - |
| YUV | 186.58 | 80.27 | 112.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 214 | 102 | 0.23 | 0 | 0.52 | 0.16 | 86.25 | 0.58 | 0.62 |
| Hex | A5 | D6 | 66 | 17 | 0 | 34 | 10 | 56 | 3A | 3E |
| Octal | 245 | 326 | 146 | 27 | 0 | 64 | 20 | 126 | 72 | 76 |
| Binary | 10100101 | 11010110 | 1100110 | 10111 | 0 | 110100 | 10000 | 1010110 | 111010 | 111110 |
Color Harmonies of #A5D666
Complementary color
Monochromatic Colors of #A5D666
Black with #A5D666
Text Example
Text Example
White with #A5D666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5D666; }
p { color: rgb(165,214,102); }
H1.HeaderClassName
{
color: #A5D666;
}
.AnyTagClassName
{
color: #A5D666;
}
</style>
background-color css
<style>
a { background-color: #A5D666; }
a { background-color: rgb(165,214,102); }
div.DivClassName
{
background-color: #A5D666;
}
.BgClassName
{
background-color: #A5D666;
}
</style>
border-color css
<style>
span { border-color: #A5D666; }
span { border-color: rgb(165,214,102); }
td.TdClassName
{
border-color: #A5D666;
}
.TagClassName
{
border-color: #A5D666;
}
</style>