Shades of Conifer #A0EE5E
Tints of Conifer #A0EE5E
RGB
CMYK
RGB Variations
Color information
#A0EE5E (or 0xA0EE5E) is known color: Conifer. HEX triplet: A0, EE and 5E. RGB value is (160,238,94). Sum of RGB (Red+Green+Blue) = 160+238+94=492 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.52% from 492); Green value is 238 (93.36% from 255 or 48.37% from 492); Blue value is 94 (37.11% from 255 or 19.11% from 492); Max value from RGB is 238 - color contains mainly: green. Hex color #A0EE5E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0EE5E is #5F11A1. Grayscale: #C6C6C6. Windows color (decimal): -6230434 or 6221472. OLE color: 6221472.
HSL color Cylindrical-coordinate representation of color #A0EE5E: hue angle of 92.5º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A0EE5E is Cyan = 0.33, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 238 | 94 | - |
| CMYK | 0.33 | 0 | 0.61 | 0.07 |
| HSL | 92.5º | 0.81% | 0.65% | - |
| HSV(B) | 92.5º | 0.61% | 0.93% | - |
| XYZ | 47.09 | 69.43 | 21.51 | - |
| YUV | 198.26 | 69.16 | 100.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 238 | 94 | 0.33 | 0 | 0.61 | 0.07 | 92.5 | 0.81 | 0.65 |
| Hex | A0 | EE | 5E | 21 | 0 | 3D | 7 | 5C | 51 | 41 |
| Octal | 240 | 356 | 136 | 41 | 0 | 75 | 7 | 134 | 121 | 101 |
| Binary | 10100000 | 11101110 | 1011110 | 100001 | 0 | 111101 | 111 | 1011100 | 1010001 | 1000001 |
Color Harmonies of #A0EE5E
Complementary color
Monochromatic Colors of #A0EE5E
Black with #A0EE5E
Text Example
Text Example
White with #A0EE5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0EE5E; }
p { color: rgb(160,238,94); }
H1.HeaderClassName
{
color: #A0EE5E;
}
.AnyTagClassName
{
color: #A0EE5E;
}
</style>
background-color css
<style>
a { background-color: #A0EE5E; }
a { background-color: rgb(160,238,94); }
div.DivClassName
{
background-color: #A0EE5E;
}
.BgClassName
{
background-color: #A0EE5E;
}
</style>
border-color css
<style>
span { border-color: #A0EE5E; }
span { border-color: rgb(160,238,94); }
td.TdClassName
{
border-color: #A0EE5E;
}
.TagClassName
{
border-color: #A0EE5E;
}
</style>