Shades of Conifer #A0EC42
Tints of Conifer #A0EC42
RGB
CMYK
RGB Variations
Color information
#A0EC42 (or 0xA0EC42) is known color: Conifer. HEX triplet: A0, EC and 42. RGB value is (160,236,66). Sum of RGB (Red+Green+Blue) = 160+236+66=462 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.63% from 462); Green value is 236 (92.58% from 255 or 51.08% from 462); Blue value is 66 (26.17% from 255 or 14.29% from 462); Max value from RGB is 236 - color contains mainly: green. Hex color #A0EC42 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A0EC42 is #5F13BD. Grayscale: #C2C2C2. Windows color (decimal): -6230974 or 4385952. OLE color: 4385952.
HSL color Cylindrical-coordinate representation of color #A0EC42: hue angle of 86.82º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A0EC42 is Cyan = 0.32, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 236 | 66 | - |
| CMYK | 0.32 | 0 | 0.72 | 0.07 |
| HSL | 86.82º | 0.82% | 0.59% | - |
| HSV(B) | 86.82º | 0.72% | 0.93% | - |
| XYZ | 45.48 | 67.86 | 15.86 | - |
| YUV | 193.9 | 55.82 | 103.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 236 | 66 | 0.32 | 0 | 0.72 | 0.07 | 86.82 | 0.82 | 0.59 |
| Hex | A0 | EC | 42 | 20 | 0 | 48 | 7 | 57 | 52 | 3B |
| Octal | 240 | 354 | 102 | 40 | 0 | 110 | 7 | 127 | 122 | 73 |
| Binary | 10100000 | 11101100 | 1000010 | 100000 | 0 | 1001000 | 111 | 1010111 | 1010010 | 111011 |
Color Harmonies of #A0EC42
Complementary color
Monochromatic Colors of #A0EC42
Black with #A0EC42
Text Example
Text Example
White with #A0EC42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0EC42; }
p { color: rgb(160,236,66); }
H1.HeaderClassName
{
color: #A0EC42;
}
.AnyTagClassName
{
color: #A0EC42;
}
</style>
background-color css
<style>
a { background-color: #A0EC42; }
a { background-color: rgb(160,236,66); }
div.DivClassName
{
background-color: #A0EC42;
}
.BgClassName
{
background-color: #A0EC42;
}
</style>
border-color css
<style>
span { border-color: #A0EC42; }
span { border-color: rgb(160,236,66); }
td.TdClassName
{
border-color: #A0EC42;
}
.TagClassName
{
border-color: #A0EC42;
}
</style>