Shades of Conifer #A0EE60
Tints of Conifer #A0EE60
RGB
CMYK
RGB Variations
Color information
#A0EE60 (or 0xA0EE60) is known color: Conifer. HEX triplet: A0, EE and 60. RGB value is (160,238,96). Sum of RGB (Red+Green+Blue) = 160+238+96=494 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.39% from 494); Green value is 238 (93.36% from 255 or 48.18% from 494); Blue value is 96 (37.89% from 255 or 19.43% from 494); Max value from RGB is 238 - color contains mainly: green. Hex color #A0EE60 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0EE60 is #5F119F. Grayscale: #C6C6C6. Windows color (decimal): -6230432 or 6352544. OLE color: 6352544.
HSL color Cylindrical-coordinate representation of color #A0EE60: hue angle of 92.96º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A0EE60 is Cyan = 0.33, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 238 | 96 | - |
| CMYK | 0.33 | 0 | 0.60 | 0.07 |
| HSL | 92.96º | 0.81% | 0.65% | - |
| HSV(B) | 92.96º | 0.6% | 0.93% | - |
| XYZ | 47.18 | 69.47 | 21.99 | - |
| YUV | 198.49 | 70.16 | 100.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 238 | 96 | 0.33 | 0 | 0.60 | 0.07 | 92.96 | 0.81 | 0.65 |
| Hex | A0 | EE | 60 | 21 | 0 | 3C | 7 | 5D | 51 | 41 |
| Octal | 240 | 356 | 140 | 41 | 0 | 74 | 7 | 135 | 121 | 101 |
| Binary | 10100000 | 11101110 | 1100000 | 100001 | 0 | 111100 | 111 | 1011101 | 1010001 | 1000001 |
Color Harmonies of #A0EE60
Complementary color
Monochromatic Colors of #A0EE60
Black with #A0EE60
Text Example
Text Example
White with #A0EE60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0EE60; }
p { color: rgb(160,238,96); }
H1.HeaderClassName
{
color: #A0EE60;
}
.AnyTagClassName
{
color: #A0EE60;
}
</style>
background-color css
<style>
a { background-color: #A0EE60; }
a { background-color: rgb(160,238,96); }
div.DivClassName
{
background-color: #A0EE60;
}
.BgClassName
{
background-color: #A0EE60;
}
</style>
border-color css
<style>
span { border-color: #A0EE60; }
span { border-color: rgb(160,238,96); }
td.TdClassName
{
border-color: #A0EE60;
}
.TagClassName
{
border-color: #A0EE60;
}
</style>