Shades of Conifer #A0EC4A
Tints of Conifer #A0EC4A
RGB
CMYK
RGB Variations
Color information
#A0EC4A (or 0xA0EC4A) is known color: Conifer. HEX triplet: A0, EC and 4A. RGB value is (160,236,74). Sum of RGB (Red+Green+Blue) = 160+236+74=470 (62% of max value = 765). Red value is 160 (62.89% from 255 or 34.04% from 470); Green value is 236 (92.58% from 255 or 50.21% from 470); Blue value is 74 (29.30% from 255 or 15.74% from 470); Max value from RGB is 236 - color contains mainly: green. Hex color #A0EC4A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A0EC4A is #5F13B5. Grayscale: #C3C3C3. Windows color (decimal): -6230966 or 4910240. OLE color: 4910240.
HSL color Cylindrical-coordinate representation of color #A0EC4A: hue angle of 88.15º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A0EC4A is Cyan = 0.32, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 236 | 74 | - |
| CMYK | 0.32 | 0 | 0.69 | 0.07 |
| HSL | 88.15º | 0.81% | 0.61% | - |
| HSV(B) | 88.15º | 0.69% | 0.93% | - |
| XYZ | 45.73 | 67.96 | 17.19 | - |
| YUV | 194.81 | 59.82 | 103.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 236 | 74 | 0.32 | 0 | 0.69 | 0.07 | 88.15 | 0.81 | 0.61 |
| Hex | A0 | EC | 4A | 20 | 0 | 45 | 7 | 58 | 51 | 3D |
| Octal | 240 | 354 | 112 | 40 | 0 | 105 | 7 | 130 | 121 | 75 |
| Binary | 10100000 | 11101100 | 1001010 | 100000 | 0 | 1000101 | 111 | 1011000 | 1010001 | 111101 |
Color Harmonies of #A0EC4A
Complementary color
Monochromatic Colors of #A0EC4A
Black with #A0EC4A
Text Example
Text Example
White with #A0EC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0EC4A; }
p { color: rgb(160,236,74); }
H1.HeaderClassName
{
color: #A0EC4A;
}
.AnyTagClassName
{
color: #A0EC4A;
}
</style>
background-color css
<style>
a { background-color: #A0EC4A; }
a { background-color: rgb(160,236,74); }
div.DivClassName
{
background-color: #A0EC4A;
}
.BgClassName
{
background-color: #A0EC4A;
}
</style>
border-color css
<style>
span { border-color: #A0EC4A; }
span { border-color: rgb(160,236,74); }
td.TdClassName
{
border-color: #A0EC4A;
}
.TagClassName
{
border-color: #A0EC4A;
}
</style>