Shades of Conifer #A8CE66
Tints of Conifer #A8CE66
RGB
CMYK
RGB Variations
Color information
#A8CE66 (or 0xA8CE66) is known color: Conifer. HEX triplet: A8, CE and 66. RGB value is (168,206,102). Sum of RGB (Red+Green+Blue) = 168+206+102=476 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.29% from 476); Green value is 206 (80.86% from 255 or 43.28% from 476); Blue value is 102 (40.23% from 255 or 21.43% from 476); Max value from RGB is 206 - color contains mainly: green. Hex color #A8CE66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8CE66 is #573199. Grayscale: #B7B7B7. Windows color (decimal): -5714330 or 6737576. OLE color: 6737576.
HSL color Cylindrical-coordinate representation of color #A8CE66: hue angle of 81.92º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A8CE66 is Cyan = 0.18, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 168 | 206 | 102 | - |
| CMYK | 0.18 | 0 | 0.50 | 0.19 |
| HSL | 81.92º | 0.51% | 0.6% | - |
| HSV(B) | 81.92º | 0.5% | 0.81% | - |
| XYZ | 40.62 | 53.43 | 20.74 | - |
| YUV | 182.78 | 82.41 | 117.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 206 | 102 | 0.18 | 0 | 0.50 | 0.19 | 81.92 | 0.51 | 0.6 |
| Hex | A8 | CE | 66 | 12 | 0 | 32 | 13 | 52 | 33 | 3C |
| Octal | 250 | 316 | 146 | 22 | 0 | 62 | 23 | 122 | 63 | 74 |
| Binary | 10101000 | 11001110 | 1100110 | 10010 | 0 | 110010 | 10011 | 1010010 | 110011 | 111100 |
Color Harmonies of #A8CE66
Complementary color
Monochromatic Colors of #A8CE66
Black with #A8CE66
Text Example
Text Example
White with #A8CE66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CE66; }
p { color: rgb(168,206,102); }
H1.HeaderClassName
{
color: #A8CE66;
}
.AnyTagClassName
{
color: #A8CE66;
}
</style>
background-color css
<style>
a { background-color: #A8CE66; }
a { background-color: rgb(168,206,102); }
div.DivClassName
{
background-color: #A8CE66;
}
.BgClassName
{
background-color: #A8CE66;
}
</style>
border-color css
<style>
span { border-color: #A8CE66; }
span { border-color: rgb(168,206,102); }
td.TdClassName
{
border-color: #A8CE66;
}
.TagClassName
{
border-color: #A8CE66;
}
</style>