Shades of Conifer #A4EA60
Tints of Conifer #A4EA60
RGB
CMYK
RGB Variations
Color information
#A4EA60 (or 0xA4EA60) is known color: Conifer. HEX triplet: A4, EA and 60. RGB value is (164,234,96). Sum of RGB (Red+Green+Blue) = 164+234+96=494 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.20% from 494); Green value is 234 (91.80% from 255 or 47.37% from 494); Blue value is 96 (37.89% from 255 or 19.43% from 494); Max value from RGB is 234 - color contains mainly: green. Hex color #A4EA60 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A4EA60 is #5B159F. Grayscale: #C5C5C5. Windows color (decimal): -5969312 or 6351524. OLE color: 6351524.
HSL color Cylindrical-coordinate representation of color #A4EA60: hue angle of 90.43º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A4EA60 is Cyan = 0.30, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 164 | 234 | 96 | - |
| CMYK | 0.30 | 0 | 0.59 | 0.08 |
| HSL | 90.43º | 0.77% | 0.65% | - |
| HSV(B) | 90.43º | 0.59% | 0.92% | - |
| XYZ | 46.84 | 67.58 | 21.64 | - |
| YUV | 197.34 | 70.81 | 104.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 234 | 96 | 0.30 | 0 | 0.59 | 0.08 | 90.43 | 0.77 | 0.65 |
| Hex | A4 | EA | 60 | 1E | 0 | 3B | 8 | 5A | 4D | 41 |
| Octal | 244 | 352 | 140 | 36 | 0 | 73 | 10 | 132 | 115 | 101 |
| Binary | 10100100 | 11101010 | 1100000 | 11110 | 0 | 111011 | 1000 | 1011010 | 1001101 | 1000001 |
Color Harmonies of #A4EA60
Complementary color
Monochromatic Colors of #A4EA60
Black with #A4EA60
Text Example
Text Example
White with #A4EA60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4EA60; }
p { color: rgb(164,234,96); }
H1.HeaderClassName
{
color: #A4EA60;
}
.AnyTagClassName
{
color: #A4EA60;
}
</style>
background-color css
<style>
a { background-color: #A4EA60; }
a { background-color: rgb(164,234,96); }
div.DivClassName
{
background-color: #A4EA60;
}
.BgClassName
{
background-color: #A4EA60;
}
</style>
border-color css
<style>
span { border-color: #A4EA60; }
span { border-color: rgb(164,234,96); }
td.TdClassName
{
border-color: #A4EA60;
}
.TagClassName
{
border-color: #A4EA60;
}
</style>