Shades of Conifer #A4D34E
Tints of Conifer #A4D34E
RGB
CMYK
RGB Variations
Color information
#A4D34E (or 0xA4D34E) is known color: Conifer. HEX triplet: A4, D3 and 4E. RGB value is (164,211,78). Sum of RGB (Red+Green+Blue) = 164+211+78=453 (60% of max value = 765). Red value is 164 (64.45% from 255 or 36.20% from 453); Green value is 211 (82.81% from 255 or 46.58% from 453); Blue value is 78 (30.86% from 255 or 17.22% from 453); Max value from RGB is 211 - color contains mainly: green. Hex color #A4D34E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4D34E is #5B2CB1. Grayscale: #B6B6B6. Windows color (decimal): -5975218 or 5165988. OLE color: 5165988.
HSL color Cylindrical-coordinate representation of color #A4D34E: hue angle of 81.2º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A4D34E is Cyan = 0.22, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 164 | 211 | 78 | - |
| CMYK | 0.22 | 0 | 0.63 | 0.17 |
| HSL | 81.2º | 0.6% | 0.57% | - |
| HSV(B) | 81.2º | 0.63% | 0.83% | - |
| XYZ | 39.98 | 55.03 | 15.72 | - |
| YUV | 181.79 | 69.43 | 115.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 211 | 78 | 0.22 | 0 | 0.63 | 0.17 | 81.2 | 0.6 | 0.57 |
| Hex | A4 | D3 | 4E | 16 | 0 | 3F | 11 | 51 | 3C | 39 |
| Octal | 244 | 323 | 116 | 26 | 0 | 77 | 21 | 121 | 74 | 71 |
| Binary | 10100100 | 11010011 | 1001110 | 10110 | 0 | 111111 | 10001 | 1010001 | 111100 | 111001 |
Color Harmonies of #A4D34E
Complementary color
Monochromatic Colors of #A4D34E
Black with #A4D34E
Text Example
Text Example
White with #A4D34E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4D34E; }
p { color: rgb(164,211,78); }
H1.HeaderClassName
{
color: #A4D34E;
}
.AnyTagClassName
{
color: #A4D34E;
}
</style>
background-color css
<style>
a { background-color: #A4D34E; }
a { background-color: rgb(164,211,78); }
div.DivClassName
{
background-color: #A4D34E;
}
.BgClassName
{
background-color: #A4D34E;
}
</style>
border-color css
<style>
span { border-color: #A4D34E; }
span { border-color: rgb(164,211,78); }
td.TdClassName
{
border-color: #A4D34E;
}
.TagClassName
{
border-color: #A4D34E;
}
</style>