Shades of Conifer #A8D95A
Tints of Conifer #A8D95A
RGB
CMYK
RGB Variations
Color information
#A8D95A (or 0xA8D95A) is known color: Conifer. HEX triplet: A8, D9 and 5A. RGB value is (168,217,90). Sum of RGB (Red+Green+Blue) = 168+217+90=475 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.37% from 475); Green value is 217 (85.16% from 255 or 45.68% from 475); Blue value is 90 (35.55% from 255 or 18.95% from 475); Max value from RGB is 217 - color contains mainly: green. Hex color #A8D95A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D95A is #5726A5. Grayscale: #BCBCBC. Windows color (decimal): -5711526 or 5953960. OLE color: 5953960.
HSL color Cylindrical-coordinate representation of color #A8D95A: hue angle of 83.15º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A8D95A is Cyan = 0.23, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 217 | 90 | - |
| CMYK | 0.23 | 0 | 0.59 | 0.15 |
| HSL | 83.15º | 0.63% | 0.6% | - |
| HSV(B) | 83.15º | 0.59% | 0.85% | - |
| XYZ | 42.81 | 58.69 | 18.74 | - |
| YUV | 187.87 | 72.77 | 113.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 217 | 90 | 0.23 | 0 | 0.59 | 0.15 | 83.15 | 0.63 | 0.6 |
| Hex | A8 | D9 | 5A | 17 | 0 | 3B | F | 53 | 3F | 3C |
| Octal | 250 | 331 | 132 | 27 | 0 | 73 | 17 | 123 | 77 | 74 |
| Binary | 10101000 | 11011001 | 1011010 | 10111 | 0 | 111011 | 1111 | 1010011 | 111111 | 111100 |
Color Harmonies of #A8D95A
Complementary color
Monochromatic Colors of #A8D95A
Black with #A8D95A
Text Example
Text Example
White with #A8D95A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D95A; }
p { color: rgb(168,217,90); }
H1.HeaderClassName
{
color: #A8D95A;
}
.AnyTagClassName
{
color: #A8D95A;
}
</style>
background-color css
<style>
a { background-color: #A8D95A; }
a { background-color: rgb(168,217,90); }
div.DivClassName
{
background-color: #A8D95A;
}
.BgClassName
{
background-color: #A8D95A;
}
</style>
border-color css
<style>
span { border-color: #A8D95A; }
span { border-color: rgb(168,217,90); }
td.TdClassName
{
border-color: #A8D95A;
}
.TagClassName
{
border-color: #A8D95A;
}
</style>