Shades of Conifer #A0E059
Tints of Conifer #A0E059
RGB
CMYK
RGB Variations
Color information
#A0E059 (or 0xA0E059) is known color: Conifer. HEX triplet: A0, E0 and 59. RGB value is (160,224,89). Sum of RGB (Red+Green+Blue) = 160+224+89=473 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.83% from 473); Green value is 224 (87.89% from 255 or 47.36% from 473); Blue value is 89 (35.16% from 255 or 18.82% from 473); Max value from RGB is 224 - color contains mainly: green. Hex color #A0E059 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0E059 is #5F1FA6. Grayscale: #BDBDBD. Windows color (decimal): -6234023 or 5890208. OLE color: 5890208.
HSL color Cylindrical-coordinate representation of color #A0E059: hue angle of 88.44º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A0E059 is Cyan = 0.29, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 160 | 224 | 89 | - |
| CMYK | 0.29 | 0 | 0.60 | 0.12 |
| HSL | 88.44º | 0.69% | 0.61% | - |
| HSV(B) | 88.44º | 0.6% | 0.88% | - |
| XYZ | 42.96 | 61.51 | 19.06 | - |
| YUV | 189.47 | 71.3 | 106.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 224 | 89 | 0.29 | 0 | 0.60 | 0.12 | 88.44 | 0.69 | 0.61 |
| Hex | A0 | E0 | 59 | 1D | 0 | 3C | C | 58 | 45 | 3D |
| Octal | 240 | 340 | 131 | 35 | 0 | 74 | 14 | 130 | 105 | 75 |
| Binary | 10100000 | 11100000 | 1011001 | 11101 | 0 | 111100 | 1100 | 1011000 | 1000101 | 111101 |
Color Harmonies of #A0E059
Complementary color
Monochromatic Colors of #A0E059
Black with #A0E059
Text Example
Text Example
White with #A0E059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E059; }
p { color: rgb(160,224,89); }
H1.HeaderClassName
{
color: #A0E059;
}
.AnyTagClassName
{
color: #A0E059;
}
</style>
background-color css
<style>
a { background-color: #A0E059; }
a { background-color: rgb(160,224,89); }
div.DivClassName
{
background-color: #A0E059;
}
.BgClassName
{
background-color: #A0E059;
}
</style>
border-color css
<style>
span { border-color: #A0E059; }
span { border-color: rgb(160,224,89); }
td.TdClassName
{
border-color: #A0E059;
}
.TagClassName
{
border-color: #A0E059;
}
</style>