Shades of Conifer #A4EC5A
Tints of Conifer #A4EC5A
RGB
CMYK
RGB Variations
Color information
#A4EC5A (or 0xA4EC5A) is known color: Conifer. HEX triplet: A4, EC and 5A. RGB value is (164,236,90). Sum of RGB (Red+Green+Blue) = 164+236+90=490 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.47% from 490); Green value is 236 (92.58% from 255 or 48.16% from 490); Blue value is 90 (35.55% from 255 or 18.37% from 490); Max value from RGB is 236 - color contains mainly: green. Hex color #A4EC5A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A4EC5A is #5B13A5. Grayscale: #C6C6C6. Windows color (decimal): -5968806 or 5958820. OLE color: 5958820.
HSL color Cylindrical-coordinate representation of color #A4EC5A: hue angle of 89.59º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A4EC5A is Cyan = 0.31, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 164 | 236 | 90 | - |
| CMYK | 0.31 | 0 | 0.62 | 0.07 |
| HSL | 89.59º | 0.79% | 0.64% | - |
| HSV(B) | 89.59º | 0.62% | 0.93% | - |
| XYZ | 47.15 | 68.62 | 20.43 | - |
| YUV | 197.83 | 67.15 | 103.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 236 | 90 | 0.31 | 0 | 0.62 | 0.07 | 89.59 | 0.79 | 0.64 |
| Hex | A4 | EC | 5A | 1F | 0 | 3E | 7 | 5A | 4F | 40 |
| Octal | 244 | 354 | 132 | 37 | 0 | 76 | 7 | 132 | 117 | 100 |
| Binary | 10100100 | 11101100 | 1011010 | 11111 | 0 | 111110 | 111 | 1011010 | 1001111 | 1000000 |
Color Harmonies of #A4EC5A
Complementary color
Monochromatic Colors of #A4EC5A
Black with #A4EC5A
Text Example
Text Example
White with #A4EC5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4EC5A; }
p { color: rgb(164,236,90); }
H1.HeaderClassName
{
color: #A4EC5A;
}
.AnyTagClassName
{
color: #A4EC5A;
}
</style>
background-color css
<style>
a { background-color: #A4EC5A; }
a { background-color: rgb(164,236,90); }
div.DivClassName
{
background-color: #A4EC5A;
}
.BgClassName
{
background-color: #A4EC5A;
}
</style>
border-color css
<style>
span { border-color: #A4EC5A; }
span { border-color: rgb(164,236,90); }
td.TdClassName
{
border-color: #A4EC5A;
}
.TagClassName
{
border-color: #A4EC5A;
}
</style>