Shades of Conifer #A0EC59
Tints of Conifer #A0EC59
RGB
CMYK
RGB Variations
Color information
#A0EC59 (or 0xA0EC59) is known color: Conifer. HEX triplet: A0, EC and 59. RGB value is (160,236,89). Sum of RGB (Red+Green+Blue) = 160+236+89=485 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.99% from 485); Green value is 236 (92.58% from 255 or 48.66% from 485); Blue value is 89 (35.16% from 255 or 18.35% from 485); Max value from RGB is 236 - color contains mainly: green. Hex color #A0EC59 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0EC59 is #5F13A6. Grayscale: #C5C5C5. Windows color (decimal): -6230951 or 5893280. OLE color: 5893280.
HSL color Cylindrical-coordinate representation of color #A0EC59: hue angle of 91.02º 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 #A0EC59 is Cyan = 0.32, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 236 | 89 | - |
| CMYK | 0.32 | 0 | 0.62 | 0.07 |
| HSL | 91.02º | 0.79% | 0.64% | - |
| HSV(B) | 91.02º | 0.62% | 0.93% | - |
| XYZ | 46.3 | 68.19 | 20.17 | - |
| YUV | 196.52 | 67.32 | 101.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 236 | 89 | 0.32 | 0 | 0.62 | 0.07 | 91.02 | 0.79 | 0.64 |
| Hex | A0 | EC | 59 | 20 | 0 | 3E | 7 | 5B | 4F | 40 |
| Octal | 240 | 354 | 131 | 40 | 0 | 76 | 7 | 133 | 117 | 100 |
| Binary | 10100000 | 11101100 | 1011001 | 100000 | 0 | 111110 | 111 | 1011011 | 1001111 | 1000000 |
Color Harmonies of #A0EC59
Complementary color
Monochromatic Colors of #A0EC59
Black with #A0EC59
Text Example
Text Example
White with #A0EC59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0EC59; }
p { color: rgb(160,236,89); }
H1.HeaderClassName
{
color: #A0EC59;
}
.AnyTagClassName
{
color: #A0EC59;
}
</style>
background-color css
<style>
a { background-color: #A0EC59; }
a { background-color: rgb(160,236,89); }
div.DivClassName
{
background-color: #A0EC59;
}
.BgClassName
{
background-color: #A0EC59;
}
</style>
border-color css
<style>
span { border-color: #A0EC59; }
span { border-color: rgb(160,236,89); }
td.TdClassName
{
border-color: #A0EC59;
}
.TagClassName
{
border-color: #A0EC59;
}
</style>