Shades of Conifer #A8D96A
Tints of Conifer #A8D96A
RGB
CMYK
RGB Variations
Color information
#A8D96A (or 0xA8D96A) is known color: Conifer. HEX triplet: A8, D9 and 6A. RGB value is (168,217,106). Sum of RGB (Red+Green+Blue) = 168+217+106=491 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.22% from 491); Green value is 217 (85.16% from 255 or 44.20% from 491); Blue value is 106 (41.80% from 255 or 21.59% from 491); Max value from RGB is 217 - color contains mainly: green. Hex color #A8D96A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D96A is #572695. Grayscale: #BEBEBE. Windows color (decimal): -5711510 or 7002536. OLE color: 7002536.
HSL color Cylindrical-coordinate representation of color #A8D96A: hue angle of 86.49º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A8D96A is Cyan = 0.23, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 217 | 106 | - |
| CMYK | 0.23 | 0 | 0.51 | 0.15 |
| HSL | 86.49º | 0.59% | 0.63% | - |
| HSV(B) | 86.49º | 0.51% | 0.85% | - |
| XYZ | 43.56 | 58.99 | 22.73 | - |
| YUV | 189.7 | 80.77 | 112.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 217 | 106 | 0.23 | 0 | 0.51 | 0.15 | 86.49 | 0.59 | 0.63 |
| Hex | A8 | D9 | 6A | 17 | 0 | 33 | F | 56 | 3B | 3F |
| Octal | 250 | 331 | 152 | 27 | 0 | 63 | 17 | 126 | 73 | 77 |
| Binary | 10101000 | 11011001 | 1101010 | 10111 | 0 | 110011 | 1111 | 1010110 | 111011 | 111111 |
Color Harmonies of #A8D96A
Complementary color
Monochromatic Colors of #A8D96A
Black with #A8D96A
Text Example
Text Example
White with #A8D96A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D96A; }
p { color: rgb(168,217,106); }
H1.HeaderClassName
{
color: #A8D96A;
}
.AnyTagClassName
{
color: #A8D96A;
}
</style>
background-color css
<style>
a { background-color: #A8D96A; }
a { background-color: rgb(168,217,106); }
div.DivClassName
{
background-color: #A8D96A;
}
.BgClassName
{
background-color: #A8D96A;
}
</style>
border-color css
<style>
span { border-color: #A8D96A; }
span { border-color: rgb(168,217,106); }
td.TdClassName
{
border-color: #A8D96A;
}
.TagClassName
{
border-color: #A8D96A;
}
</style>