Shades of Conifer #A0E15E
Tints of Conifer #A0E15E
RGB
CMYK
RGB Variations
Color information
#A0E15E (or 0xA0E15E) is known color: Conifer. HEX triplet: A0, E1 and 5E. RGB value is (160,225,94). Sum of RGB (Red+Green+Blue) = 160+225+94=479 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.40% from 479); Green value is 225 (88.28% from 255 or 46.97% from 479); Blue value is 94 (37.11% from 255 or 19.62% from 479); Max value from RGB is 225 - color contains mainly: green. Hex color #A0E15E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0E15E is #5F1EA1. Grayscale: #BFBFBF. Windows color (decimal): -6233762 or 6218144. OLE color: 6218144.
HSL color Cylindrical-coordinate representation of color #A0E15E: hue angle of 89.77º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A0E15E is Cyan = 0.29, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 160 | 225 | 94 | - |
| CMYK | 0.29 | 0 | 0.58 | 0.12 |
| HSL | 89.77º | 0.69% | 0.63% | - |
| HSV(B) | 89.77º | 0.58% | 0.88% | - |
| XYZ | 43.44 | 62.13 | 20.29 | - |
| YUV | 190.63 | 73.47 | 106.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 225 | 94 | 0.29 | 0 | 0.58 | 0.12 | 89.77 | 0.69 | 0.63 |
| Hex | A0 | E1 | 5E | 1D | 0 | 3A | C | 5A | 45 | 3F |
| Octal | 240 | 341 | 136 | 35 | 0 | 72 | 14 | 132 | 105 | 77 |
| Binary | 10100000 | 11100001 | 1011110 | 11101 | 0 | 111010 | 1100 | 1011010 | 1000101 | 111111 |
Color Harmonies of #A0E15E
Complementary color
Monochromatic Colors of #A0E15E
Black with #A0E15E
Text Example
Text Example
White with #A0E15E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E15E; }
p { color: rgb(160,225,94); }
H1.HeaderClassName
{
color: #A0E15E;
}
.AnyTagClassName
{
color: #A0E15E;
}
</style>
background-color css
<style>
a { background-color: #A0E15E; }
a { background-color: rgb(160,225,94); }
div.DivClassName
{
background-color: #A0E15E;
}
.BgClassName
{
background-color: #A0E15E;
}
</style>
border-color css
<style>
span { border-color: #A0E15E; }
span { border-color: rgb(160,225,94); }
td.TdClassName
{
border-color: #A0E15E;
}
.TagClassName
{
border-color: #A0E15E;
}
</style>