Shades of Conifer #A0E153
Tints of Conifer #A0E153
RGB
CMYK
RGB Variations
Color information
#A0E153 (or 0xA0E153) is known color: Conifer. HEX triplet: A0, E1 and 53. RGB value is (160,225,83). Sum of RGB (Red+Green+Blue) = 160+225+83=468 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.19% from 468); Green value is 225 (88.28% from 255 or 48.08% from 468); Blue value is 83 (32.81% from 255 or 17.74% from 468); Max value from RGB is 225 - color contains mainly: green. Hex color #A0E153 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0E153 is #5F1EAC. Grayscale: #BDBDBD. Windows color (decimal): -6233773 or 5497248. OLE color: 5497248.
HSL color Cylindrical-coordinate representation of color #A0E153: hue angle of 87.46º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A0E153 is Cyan = 0.29, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 160 | 225 | 83 | - |
| CMYK | 0.29 | 0 | 0.63 | 0.12 |
| HSL | 87.46º | 0.7% | 0.6% | - |
| HSV(B) | 87.46º | 0.63% | 0.88% | - |
| XYZ | 42.98 | 61.95 | 17.88 | - |
| YUV | 189.38 | 67.97 | 107.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 225 | 83 | 0.29 | 0 | 0.63 | 0.12 | 87.46 | 0.7 | 0.6 |
| Hex | A0 | E1 | 53 | 1D | 0 | 3F | C | 57 | 46 | 3C |
| Octal | 240 | 341 | 123 | 35 | 0 | 77 | 14 | 127 | 106 | 74 |
| Binary | 10100000 | 11100001 | 1010011 | 11101 | 0 | 111111 | 1100 | 1010111 | 1000110 | 111100 |
Color Harmonies of #A0E153
Complementary color
Monochromatic Colors of #A0E153
Black with #A0E153
Text Example
Text Example
White with #A0E153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E153; }
p { color: rgb(160,225,83); }
H1.HeaderClassName
{
color: #A0E153;
}
.AnyTagClassName
{
color: #A0E153;
}
</style>
background-color css
<style>
a { background-color: #A0E153; }
a { background-color: rgb(160,225,83); }
div.DivClassName
{
background-color: #A0E153;
}
.BgClassName
{
background-color: #A0E153;
}
</style>
border-color css
<style>
span { border-color: #A0E153; }
span { border-color: rgb(160,225,83); }
td.TdClassName
{
border-color: #A0E153;
}
.TagClassName
{
border-color: #A0E153;
}
</style>