Shades of Conifer #A0EC52
Tints of Conifer #A0EC52
RGB
CMYK
RGB Variations
Color information
#A0EC52 (or 0xA0EC52) is known color: Conifer. HEX triplet: A0, EC and 52. RGB value is (160,236,82). Sum of RGB (Red+Green+Blue) = 160+236+82=478 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.47% from 478); Green value is 236 (92.58% from 255 or 49.37% from 478); Blue value is 82 (32.42% from 255 or 17.15% from 478); Max value from RGB is 236 - color contains mainly: green. Hex color #A0EC52 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0EC52 is #5F13AD. Grayscale: #C4C4C4. Windows color (decimal): -6230958 or 5434528. OLE color: 5434528.
HSL color Cylindrical-coordinate representation of color #A0EC52: hue angle of 89.61º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A0EC52 is Cyan = 0.32, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 236 | 82 | - |
| CMYK | 0.32 | 0 | 0.65 | 0.07 |
| HSL | 89.61º | 0.8% | 0.62% | - |
| HSV(B) | 89.61º | 0.65% | 0.93% | - |
| XYZ | 46.02 | 68.07 | 18.7 | - |
| YUV | 195.72 | 63.82 | 102.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 236 | 82 | 0.32 | 0 | 0.65 | 0.07 | 89.61 | 0.8 | 0.62 |
| Hex | A0 | EC | 52 | 20 | 0 | 41 | 7 | 5A | 50 | 3E |
| Octal | 240 | 354 | 122 | 40 | 0 | 101 | 7 | 132 | 120 | 76 |
| Binary | 10100000 | 11101100 | 1010010 | 100000 | 0 | 1000001 | 111 | 1011010 | 1010000 | 111110 |
Color Harmonies of #A0EC52
Complementary color
Monochromatic Colors of #A0EC52
Black with #A0EC52
Text Example
Text Example
White with #A0EC52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0EC52; }
p { color: rgb(160,236,82); }
H1.HeaderClassName
{
color: #A0EC52;
}
.AnyTagClassName
{
color: #A0EC52;
}
</style>
background-color css
<style>
a { background-color: #A0EC52; }
a { background-color: rgb(160,236,82); }
div.DivClassName
{
background-color: #A0EC52;
}
.BgClassName
{
background-color: #A0EC52;
}
</style>
border-color css
<style>
span { border-color: #A0EC52; }
span { border-color: rgb(160,236,82); }
td.TdClassName
{
border-color: #A0EC52;
}
.TagClassName
{
border-color: #A0EC52;
}
</style>