Shades of Conifer #A8D95E
Tints of Conifer #A8D95E
RGB
CMYK
RGB Variations
Color information
#A8D95E (or 0xA8D95E) is known color: Conifer. HEX triplet: A8, D9 and 5E. RGB value is (168,217,94). Sum of RGB (Red+Green+Blue) = 168+217+94=479 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.07% from 479); Green value is 217 (85.16% from 255 or 45.30% from 479); Blue value is 94 (37.11% from 255 or 19.62% from 479); Max value from RGB is 217 - color contains mainly: green. Hex color #A8D95E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D95E is #5726A1. Grayscale: #BCBCBC. Windows color (decimal): -5711522 or 6216104. OLE color: 6216104.
HSL color Cylindrical-coordinate representation of color #A8D95E: hue angle of 83.9º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A8D95E is Cyan = 0.23, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 217 | 94 | - |
| CMYK | 0.23 | 0 | 0.57 | 0.15 |
| HSL | 83.9º | 0.62% | 0.61% | - |
| HSV(B) | 83.9º | 0.57% | 0.85% | - |
| XYZ | 42.98 | 58.76 | 19.67 | - |
| YUV | 188.33 | 74.77 | 113.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 217 | 94 | 0.23 | 0 | 0.57 | 0.15 | 83.9 | 0.62 | 0.61 |
| Hex | A8 | D9 | 5E | 17 | 0 | 39 | F | 54 | 3E | 3D |
| Octal | 250 | 331 | 136 | 27 | 0 | 71 | 17 | 124 | 76 | 75 |
| Binary | 10101000 | 11011001 | 1011110 | 10111 | 0 | 111001 | 1111 | 1010100 | 111110 | 111101 |
Color Harmonies of #A8D95E
Complementary color
Monochromatic Colors of #A8D95E
Black with #A8D95E
Text Example
Text Example
White with #A8D95E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D95E; }
p { color: rgb(168,217,94); }
H1.HeaderClassName
{
color: #A8D95E;
}
.AnyTagClassName
{
color: #A8D95E;
}
</style>
background-color css
<style>
a { background-color: #A8D95E; }
a { background-color: rgb(168,217,94); }
div.DivClassName
{
background-color: #A8D95E;
}
.BgClassName
{
background-color: #A8D95E;
}
</style>
border-color css
<style>
span { border-color: #A8D95E; }
span { border-color: rgb(168,217,94); }
td.TdClassName
{
border-color: #A8D95E;
}
.TagClassName
{
border-color: #A8D95E;
}
</style>