Shades of Conifer #A8D95F
Tints of Conifer #A8D95F
RGB
CMYK
RGB Variations
Color information
#A8D95F (or 0xA8D95F) is known color: Conifer. HEX triplet: A8, D9 and 5F. RGB value is (168,217,95). Sum of RGB (Red+Green+Blue) = 168+217+95=480 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35% from 480); Green value is 217 (85.16% from 255 or 45.21% from 480); Blue value is 95 (37.5% from 255 or 19.79% from 480); Max value from RGB is 217 - color contains mainly: green. Hex color #A8D95F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D95F is #5726A0. Grayscale: #BCBCBC. Windows color (decimal): -5711521 or 6281640. OLE color: 6281640.
HSL color Cylindrical-coordinate representation of color #A8D95F: hue angle of 84.1º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A8D95F is Cyan = 0.23, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 217 | 95 | - |
| CMYK | 0.23 | 0 | 0.56 | 0.15 |
| HSL | 84.1º | 0.62% | 0.61% | - |
| HSV(B) | 84.1º | 0.56% | 0.85% | - |
| XYZ | 43.03 | 58.78 | 19.9 | - |
| YUV | 188.44 | 75.27 | 113.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 217 | 95 | 0.23 | 0 | 0.56 | 0.15 | 84.1 | 0.62 | 0.61 |
| Hex | A8 | D9 | 5F | 17 | 0 | 38 | F | 54 | 3E | 3D |
| Octal | 250 | 331 | 137 | 27 | 0 | 70 | 17 | 124 | 76 | 75 |
| Binary | 10101000 | 11011001 | 1011111 | 10111 | 0 | 111000 | 1111 | 1010100 | 111110 | 111101 |
Color Harmonies of #A8D95F
Complementary color
Monochromatic Colors of #A8D95F
Black with #A8D95F
Text Example
Text Example
White with #A8D95F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D95F; }
p { color: rgb(168,217,95); }
H1.HeaderClassName
{
color: #A8D95F;
}
.AnyTagClassName
{
color: #A8D95F;
}
</style>
background-color css
<style>
a { background-color: #A8D95F; }
a { background-color: rgb(168,217,95); }
div.DivClassName
{
background-color: #A8D95F;
}
.BgClassName
{
background-color: #A8D95F;
}
</style>
border-color css
<style>
span { border-color: #A8D95F; }
span { border-color: rgb(168,217,95); }
td.TdClassName
{
border-color: #A8D95F;
}
.TagClassName
{
border-color: #A8D95F;
}
</style>