Shades of Conifer #A0E157
Tints of Conifer #A0E157
RGB
CMYK
RGB Variations
Color information
#A0E157 (or 0xA0E157) is known color: Conifer. HEX triplet: A0, E1 and 57. RGB value is (160,225,87). Sum of RGB (Red+Green+Blue) = 160+225+87=472 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.90% from 472); Green value is 225 (88.28% from 255 or 47.67% from 472); Blue value is 87 (34.38% from 255 or 18.43% from 472); Max value from RGB is 225 - color contains mainly: green. Hex color #A0E157 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0E157 is #5F1EA8. Grayscale: #BEBEBE. Windows color (decimal): -6233769 or 5759392. OLE color: 5759392.
HSL color Cylindrical-coordinate representation of color #A0E157: hue angle of 88.26º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A0E157 is Cyan = 0.29, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 160 | 225 | 87 | - |
| CMYK | 0.29 | 0 | 0.61 | 0.12 |
| HSL | 88.26º | 0.7% | 0.61% | - |
| HSV(B) | 88.26º | 0.61% | 0.88% | - |
| XYZ | 43.14 | 62.01 | 18.71 | - |
| YUV | 189.83 | 69.97 | 106.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 225 | 87 | 0.29 | 0 | 0.61 | 0.12 | 88.26 | 0.7 | 0.61 |
| Hex | A0 | E1 | 57 | 1D | 0 | 3D | C | 58 | 46 | 3D |
| Octal | 240 | 341 | 127 | 35 | 0 | 75 | 14 | 130 | 106 | 75 |
| Binary | 10100000 | 11100001 | 1010111 | 11101 | 0 | 111101 | 1100 | 1011000 | 1000110 | 111101 |
Color Harmonies of #A0E157
Complementary color
Monochromatic Colors of #A0E157
Black with #A0E157
Text Example
Text Example
White with #A0E157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E157; }
p { color: rgb(160,225,87); }
H1.HeaderClassName
{
color: #A0E157;
}
.AnyTagClassName
{
color: #A0E157;
}
</style>
background-color css
<style>
a { background-color: #A0E157; }
a { background-color: rgb(160,225,87); }
div.DivClassName
{
background-color: #A0E157;
}
.BgClassName
{
background-color: #A0E157;
}
</style>
border-color css
<style>
span { border-color: #A0E157; }
span { border-color: rgb(160,225,87); }
td.TdClassName
{
border-color: #A0E157;
}
.TagClassName
{
border-color: #A0E157;
}
</style>