Shades of Conifer #A8D866
Tints of Conifer #A8D866
RGB
CMYK
RGB Variations
Color information
#A8D866 (or 0xA8D866) is known color: Conifer. HEX triplet: A8, D8 and 66. RGB value is (168,216,102). Sum of RGB (Red+Green+Blue) = 168+216+102=486 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.57% from 486); Green value is 216 (84.77% from 255 or 44.44% from 486); Blue value is 102 (40.23% from 255 or 20.99% from 486); Max value from RGB is 216 - color contains mainly: green. Hex color #A8D866 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D866 is #572799. Grayscale: #BDBDBD. Windows color (decimal): -5711770 or 6740136. OLE color: 6740136.
HSL color Cylindrical-coordinate representation of color #A8D866: hue angle of 85.26º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A8D866 is Cyan = 0.22, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 216 | 102 | - |
| CMYK | 0.22 | 0 | 0.53 | 0.15 |
| HSL | 85.26º | 0.59% | 0.62% | - |
| HSV(B) | 85.26º | 0.53% | 0.85% | - |
| XYZ | 43.1 | 58.4 | 21.57 | - |
| YUV | 188.65 | 79.1 | 113.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 216 | 102 | 0.22 | 0 | 0.53 | 0.15 | 85.26 | 0.59 | 0.62 |
| Hex | A8 | D8 | 66 | 16 | 0 | 35 | F | 55 | 3B | 3E |
| Octal | 250 | 330 | 146 | 26 | 0 | 65 | 17 | 125 | 73 | 76 |
| Binary | 10101000 | 11011000 | 1100110 | 10110 | 0 | 110101 | 1111 | 1010101 | 111011 | 111110 |
Color Harmonies of #A8D866
Complementary color
Monochromatic Colors of #A8D866
Black with #A8D866
Text Example
Text Example
White with #A8D866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D866; }
p { color: rgb(168,216,102); }
H1.HeaderClassName
{
color: #A8D866;
}
.AnyTagClassName
{
color: #A8D866;
}
</style>
background-color css
<style>
a { background-color: #A8D866; }
a { background-color: rgb(168,216,102); }
div.DivClassName
{
background-color: #A8D866;
}
.BgClassName
{
background-color: #A8D866;
}
</style>
border-color css
<style>
span { border-color: #A8D866; }
span { border-color: rgb(168,216,102); }
td.TdClassName
{
border-color: #A8D866;
}
.TagClassName
{
border-color: #A8D866;
}
</style>