Shades of Conifer #A8D96B
Tints of Conifer #A8D96B
RGB
CMYK
RGB Variations
Color information
#A8D96B (or 0xA8D96B) is known color: Conifer. HEX triplet: A8, D9 and 6B. RGB value is (168,217,107). Sum of RGB (Red+Green+Blue) = 168+217+107=492 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.15% from 492); Green value is 217 (85.16% from 255 or 44.11% from 492); Blue value is 107 (42.19% from 255 or 21.75% from 492); Max value from RGB is 217 - color contains mainly: green. Hex color #A8D96B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D96B is #572694. Grayscale: #BEBEBE. Windows color (decimal): -5711509 or 7068072. OLE color: 7068072.
HSL color Cylindrical-coordinate representation of color #A8D96B: hue angle of 86.73º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A8D96B is Cyan = 0.23, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 217 | 107 | - |
| CMYK | 0.23 | 0 | 0.51 | 0.15 |
| HSL | 86.73º | 0.59% | 0.64% | - |
| HSV(B) | 86.73º | 0.51% | 0.85% | - |
| XYZ | 43.62 | 59.01 | 23 | - |
| YUV | 189.81 | 81.27 | 112.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 217 | 107 | 0.23 | 0 | 0.51 | 0.15 | 86.73 | 0.59 | 0.64 |
| Hex | A8 | D9 | 6B | 17 | 0 | 33 | F | 57 | 3B | 40 |
| Octal | 250 | 331 | 153 | 27 | 0 | 63 | 17 | 127 | 73 | 100 |
| Binary | 10101000 | 11011001 | 1101011 | 10111 | 0 | 110011 | 1111 | 1010111 | 111011 | 1000000 |
Color Harmonies of #A8D96B
Complementary color
Monochromatic Colors of #A8D96B
Black with #A8D96B
Text Example
Text Example
White with #A8D96B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D96B; }
p { color: rgb(168,217,107); }
H1.HeaderClassName
{
color: #A8D96B;
}
.AnyTagClassName
{
color: #A8D96B;
}
</style>
background-color css
<style>
a { background-color: #A8D96B; }
a { background-color: rgb(168,217,107); }
div.DivClassName
{
background-color: #A8D96B;
}
.BgClassName
{
background-color: #A8D96B;
}
</style>
border-color css
<style>
span { border-color: #A8D96B; }
span { border-color: rgb(168,217,107); }
td.TdClassName
{
border-color: #A8D96B;
}
.TagClassName
{
border-color: #A8D96B;
}
</style>