Shades of Conifer #A7D666
Tints of Conifer #A7D666
RGB
CMYK
RGB Variations
Color information
#A7D666 (or 0xA7D666) is known color: Conifer. HEX triplet: A7, D6 and 66. RGB value is (167,214,102). Sum of RGB (Red+Green+Blue) = 167+214+102=483 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.58% from 483); Green value is 214 (83.98% from 255 or 44.31% from 483); Blue value is 102 (40.23% from 255 or 21.12% from 483); Max value from RGB is 214 - color contains mainly: green. Hex color #A7D666 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7D666 is #582999. Grayscale: #BBBBBB. Windows color (decimal): -5777818 or 6739623. OLE color: 6739623.
HSL color Cylindrical-coordinate representation of color #A7D666: hue angle of 85.18º 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 #A7D666 is Cyan = 0.22, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 167 | 214 | 102 | - |
| CMYK | 0.22 | 0 | 0.52 | 0.16 |
| HSL | 85.18º | 0.58% | 0.62% | - |
| HSV(B) | 85.18º | 0.52% | 0.84% | - |
| XYZ | 42.38 | 57.27 | 21.39 | - |
| YUV | 187.18 | 79.93 | 113.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 214 | 102 | 0.22 | 0 | 0.52 | 0.16 | 85.18 | 0.58 | 0.62 |
| Hex | A7 | D6 | 66 | 16 | 0 | 34 | 10 | 55 | 3A | 3E |
| Octal | 247 | 326 | 146 | 26 | 0 | 64 | 20 | 125 | 72 | 76 |
| Binary | 10100111 | 11010110 | 1100110 | 10110 | 0 | 110100 | 10000 | 1010101 | 111010 | 111110 |
Color Harmonies of #A7D666
Complementary color
Monochromatic Colors of #A7D666
Black with #A7D666
Text Example
Text Example
White with #A7D666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7D666; }
p { color: rgb(167,214,102); }
H1.HeaderClassName
{
color: #A7D666;
}
.AnyTagClassName
{
color: #A7D666;
}
</style>
background-color css
<style>
a { background-color: #A7D666; }
a { background-color: rgb(167,214,102); }
div.DivClassName
{
background-color: #A7D666;
}
.BgClassName
{
background-color: #A7D666;
}
</style>
border-color css
<style>
span { border-color: #A7D666; }
span { border-color: rgb(167,214,102); }
td.TdClassName
{
border-color: #A7D666;
}
.TagClassName
{
border-color: #A7D666;
}
</style>