Shades of Conifer #A8C95E
Tints of Conifer #A8C95E
RGB
CMYK
RGB Variations
Color information
#A8C95E (or 0xA8C95E) is known color: Conifer. HEX triplet: A8, C9 and 5E. RGB value is (168,201,94). Sum of RGB (Red+Green+Blue) = 168+201+94=463 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.29% from 463); Green value is 201 (78.91% from 255 or 43.41% from 463); Blue value is 94 (37.11% from 255 or 20.30% from 463); Max value from RGB is 201 - color contains mainly: green. Hex color #A8C95E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C95E is #5736A1. Grayscale: #B3B3B3. Windows color (decimal): -5715618 or 6212008. OLE color: 6212008.
HSL color Cylindrical-coordinate representation of color #A8C95E: hue angle of 78.5º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A8C95E is Cyan = 0.16, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 168 | 201 | 94 | - |
| CMYK | 0.16 | 0 | 0.53 | 0.21 |
| HSL | 78.5º | 0.5% | 0.58% | - |
| HSV(B) | 78.5º | 0.53% | 0.79% | - |
| XYZ | 39.06 | 50.91 | 18.36 | - |
| YUV | 178.94 | 80.07 | 120.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 201 | 94 | 0.16 | 0 | 0.53 | 0.21 | 78.5 | 0.5 | 0.58 |
| Hex | A8 | C9 | 5E | 10 | 0 | 35 | 15 | 4F | 32 | 3A |
| Octal | 250 | 311 | 136 | 20 | 0 | 65 | 25 | 117 | 62 | 72 |
| Binary | 10101000 | 11001001 | 1011110 | 10000 | 0 | 110101 | 10101 | 1001111 | 110010 | 111010 |
Color Harmonies of #A8C95E
Complementary color
Monochromatic Colors of #A8C95E
Black with #A8C95E
Text Example
Text Example
White with #A8C95E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C95E; }
p { color: rgb(168,201,94); }
H1.HeaderClassName
{
color: #A8C95E;
}
.AnyTagClassName
{
color: #A8C95E;
}
</style>
background-color css
<style>
a { background-color: #A8C95E; }
a { background-color: rgb(168,201,94); }
div.DivClassName
{
background-color: #A8C95E;
}
.BgClassName
{
background-color: #A8C95E;
}
</style>
border-color css
<style>
span { border-color: #A8C95E; }
span { border-color: rgb(168,201,94); }
td.TdClassName
{
border-color: #A8C95E;
}
.TagClassName
{
border-color: #A8C95E;
}
</style>