Shades of Conifer #A4C95E
Tints of Conifer #A4C95E
RGB
CMYK
RGB Variations
Color information
#A4C95E (or 0xA4C95E) is known color: Conifer. HEX triplet: A4, C9 and 5E. RGB value is (164,201,94). Sum of RGB (Red+Green+Blue) = 164+201+94=459 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.73% from 459); Green value is 201 (78.91% from 255 or 43.79% from 459); Blue value is 94 (37.11% from 255 or 20.48% from 459); Max value from RGB is 201 - color contains mainly: green. Hex color #A4C95E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4C95E is #5B36A1. Grayscale: #B2B2B2. Windows color (decimal): -5977762 or 6212004. OLE color: 6212004.
HSL color Cylindrical-coordinate representation of color #A4C95E: hue angle of 80.75º 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 #A4C95E is Cyan = 0.18, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 164 | 201 | 94 | - |
| CMYK | 0.18 | 0 | 0.53 | 0.21 |
| HSL | 80.75º | 0.5% | 0.58% | - |
| HSV(B) | 80.75º | 0.53% | 0.79% | - |
| XYZ | 38.22 | 50.47 | 18.32 | - |
| YUV | 177.74 | 80.74 | 118.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 201 | 94 | 0.18 | 0 | 0.53 | 0.21 | 80.75 | 0.5 | 0.58 |
| Hex | A4 | C9 | 5E | 12 | 0 | 35 | 15 | 51 | 32 | 3A |
| Octal | 244 | 311 | 136 | 22 | 0 | 65 | 25 | 121 | 62 | 72 |
| Binary | 10100100 | 11001001 | 1011110 | 10010 | 0 | 110101 | 10101 | 1010001 | 110010 | 111010 |
Color Harmonies of #A4C95E
Complementary color
Monochromatic Colors of #A4C95E
Black with #A4C95E
Text Example
Text Example
White with #A4C95E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4C95E; }
p { color: rgb(164,201,94); }
H1.HeaderClassName
{
color: #A4C95E;
}
.AnyTagClassName
{
color: #A4C95E;
}
</style>
background-color css
<style>
a { background-color: #A4C95E; }
a { background-color: rgb(164,201,94); }
div.DivClassName
{
background-color: #A4C95E;
}
.BgClassName
{
background-color: #A4C95E;
}
</style>
border-color css
<style>
span { border-color: #A4C95E; }
span { border-color: rgb(164,201,94); }
td.TdClassName
{
border-color: #A4C95E;
}
.TagClassName
{
border-color: #A4C95E;
}
</style>