Shades of Conifer #A4D666
Tints of Conifer #A4D666
RGB
CMYK
RGB Variations
Color information
#A4D666 (or 0xA4D666) is known color: Conifer. HEX triplet: A4, D6 and 66. RGB value is (164,214,102). Sum of RGB (Red+Green+Blue) = 164+214+102=480 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.17% from 480); Green value is 214 (83.98% from 255 or 44.58% from 480); Blue value is 102 (40.23% from 255 or 21.25% from 480); Max value from RGB is 214 - color contains mainly: green. Hex color #A4D666 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4D666 is #5B2999. Grayscale: #BABABA. Windows color (decimal): -5974426 or 6739620. OLE color: 6739620.
HSL color Cylindrical-coordinate representation of color #A4D666: hue angle of 86.79º 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 #A4D666 is Cyan = 0.23, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 164 | 214 | 102 | - |
| CMYK | 0.23 | 0 | 0.52 | 0.16 |
| HSL | 86.79º | 0.58% | 0.62% | - |
| HSV(B) | 86.79º | 0.52% | 0.84% | - |
| XYZ | 41.75 | 56.94 | 21.36 | - |
| YUV | 186.28 | 80.44 | 112.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 214 | 102 | 0.23 | 0 | 0.52 | 0.16 | 86.79 | 0.58 | 0.62 |
| Hex | A4 | D6 | 66 | 17 | 0 | 34 | 10 | 57 | 3A | 3E |
| Octal | 244 | 326 | 146 | 27 | 0 | 64 | 20 | 127 | 72 | 76 |
| Binary | 10100100 | 11010110 | 1100110 | 10111 | 0 | 110100 | 10000 | 1010111 | 111010 | 111110 |
Color Harmonies of #A4D666
Complementary color
Monochromatic Colors of #A4D666
Black with #A4D666
Text Example
Text Example
White with #A4D666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4D666; }
p { color: rgb(164,214,102); }
H1.HeaderClassName
{
color: #A4D666;
}
.AnyTagClassName
{
color: #A4D666;
}
</style>
background-color css
<style>
a { background-color: #A4D666; }
a { background-color: rgb(164,214,102); }
div.DivClassName
{
background-color: #A4D666;
}
.BgClassName
{
background-color: #A4D666;
}
</style>
border-color css
<style>
span { border-color: #A4D666; }
span { border-color: rgb(164,214,102); }
td.TdClassName
{
border-color: #A4D666;
}
.TagClassName
{
border-color: #A4D666;
}
</style>