Shades of Conifer #A0E960
Tints of Conifer #A0E960
RGB
CMYK
RGB Variations
Color information
#A0E960 (or 0xA0E960) is known color: Conifer. HEX triplet: A0, E9 and 60. RGB value is (160,233,96). Sum of RGB (Red+Green+Blue) = 160+233+96=489 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.72% from 489); Green value is 233 (91.41% from 255 or 47.65% from 489); Blue value is 96 (37.89% from 255 or 19.63% from 489); Max value from RGB is 233 - color contains mainly: green. Hex color #A0E960 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0E960 is #5F169F. Grayscale: #C4C4C4. Windows color (decimal): -6231712 or 6351264. OLE color: 6351264.
HSL color Cylindrical-coordinate representation of color #A0E960: hue angle of 91.97º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A0E960 is Cyan = 0.31, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 160 | 233 | 96 | - |
| CMYK | 0.31 | 0 | 0.59 | 0.09 |
| HSL | 91.97º | 0.76% | 0.65% | - |
| HSV(B) | 91.97º | 0.59% | 0.91% | - |
| XYZ | 45.75 | 66.6 | 21.51 | - |
| YUV | 195.56 | 71.82 | 102.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 233 | 96 | 0.31 | 0 | 0.59 | 0.09 | 91.97 | 0.76 | 0.65 |
| Hex | A0 | E9 | 60 | 1F | 0 | 3B | 9 | 5C | 4C | 41 |
| Octal | 240 | 351 | 140 | 37 | 0 | 73 | 11 | 134 | 114 | 101 |
| Binary | 10100000 | 11101001 | 1100000 | 11111 | 0 | 111011 | 1001 | 1011100 | 1001100 | 1000001 |
Color Harmonies of #A0E960
Complementary color
Monochromatic Colors of #A0E960
Black with #A0E960
Text Example
Text Example
White with #A0E960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E960; }
p { color: rgb(160,233,96); }
H1.HeaderClassName
{
color: #A0E960;
}
.AnyTagClassName
{
color: #A0E960;
}
</style>
background-color css
<style>
a { background-color: #A0E960; }
a { background-color: rgb(160,233,96); }
div.DivClassName
{
background-color: #A0E960;
}
.BgClassName
{
background-color: #A0E960;
}
</style>
border-color css
<style>
span { border-color: #A0E960; }
span { border-color: rgb(160,233,96); }
td.TdClassName
{
border-color: #A0E960;
}
.TagClassName
{
border-color: #A0E960;
}
</style>