Shades of Conifer #A0E257
Tints of Conifer #A0E257
RGB
CMYK
RGB Variations
Color information
#A0E257 (or 0xA0E257) is known color: Conifer. HEX triplet: A0, E2 and 57. RGB value is (160,226,87). Sum of RGB (Red+Green+Blue) = 160+226+87=473 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.83% from 473); Green value is 226 (88.67% from 255 or 47.78% from 473); Blue value is 87 (34.38% from 255 or 18.39% from 473); Max value from RGB is 226 - color contains mainly: green. Hex color #A0E257 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0E257 is #5F1DA8. Grayscale: #BEBEBE. Windows color (decimal): -6233513 or 5759648. OLE color: 5759648.
HSL color Cylindrical-coordinate representation of color #A0E257: hue angle of 88.49º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A0E257 is Cyan = 0.29, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 160 | 226 | 87 | - |
| CMYK | 0.29 | 0 | 0.62 | 0.11 |
| HSL | 88.49º | 0.71% | 0.61% | - |
| HSV(B) | 88.49º | 0.62% | 0.89% | - |
| XYZ | 43.41 | 62.55 | 18.8 | - |
| YUV | 190.42 | 69.63 | 106.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 226 | 87 | 0.29 | 0 | 0.62 | 0.11 | 88.49 | 0.71 | 0.61 |
| Hex | A0 | E2 | 57 | 1D | 0 | 3E | B | 58 | 47 | 3D |
| Octal | 240 | 342 | 127 | 35 | 0 | 76 | 13 | 130 | 107 | 75 |
| Binary | 10100000 | 11100010 | 1010111 | 11101 | 0 | 111110 | 1011 | 1011000 | 1000111 | 111101 |
Color Harmonies of #A0E257
Complementary color
Monochromatic Colors of #A0E257
Black with #A0E257
Text Example
Text Example
White with #A0E257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E257; }
p { color: rgb(160,226,87); }
H1.HeaderClassName
{
color: #A0E257;
}
.AnyTagClassName
{
color: #A0E257;
}
</style>
background-color css
<style>
a { background-color: #A0E257; }
a { background-color: rgb(160,226,87); }
div.DivClassName
{
background-color: #A0E257;
}
.BgClassName
{
background-color: #A0E257;
}
</style>
border-color css
<style>
span { border-color: #A0E257; }
span { border-color: rgb(160,226,87); }
td.TdClassName
{
border-color: #A0E257;
}
.TagClassName
{
border-color: #A0E257;
}
</style>