Shades of Conifer #A0E358
Tints of Conifer #A0E358
RGB
CMYK
RGB Variations
Color information
#A0E358 (or 0xA0E358) is known color: Conifer. HEX triplet: A0, E3 and 58. RGB value is (160,227,88). Sum of RGB (Red+Green+Blue) = 160+227+88=475 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.68% from 475); Green value is 227 (89.06% from 255 or 47.79% from 475); Blue value is 88 (34.77% from 255 or 18.53% from 475); Max value from RGB is 227 - color contains mainly: green. Hex color #A0E358 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0E358 is #5F1CA7. Grayscale: #BFBFBF. Windows color (decimal): -6233256 or 5825440. OLE color: 5825440.
HSL color Cylindrical-coordinate representation of color #A0E358: hue angle of 88.92º degrees, saturation: 0.71, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A0E358 is Cyan = 0.30, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 160 | 227 | 88 | - |
| CMYK | 0.30 | 0 | 0.61 | 0.11 |
| HSL | 88.92º | 0.71% | 0.62% | - |
| HSV(B) | 88.92º | 0.61% | 0.89% | - |
| XYZ | 43.73 | 63.12 | 19.11 | - |
| YUV | 191.12 | 69.8 | 105.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 227 | 88 | 0.30 | 0 | 0.61 | 0.11 | 88.92 | 0.71 | 0.62 |
| Hex | A0 | E3 | 58 | 1E | 0 | 3D | B | 59 | 47 | 3E |
| Octal | 240 | 343 | 130 | 36 | 0 | 75 | 13 | 131 | 107 | 76 |
| Binary | 10100000 | 11100011 | 1011000 | 11110 | 0 | 111101 | 1011 | 1011001 | 1000111 | 111110 |
Color Harmonies of #A0E358
Complementary color
Monochromatic Colors of #A0E358
Black with #A0E358
Text Example
Text Example
White with #A0E358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E358; }
p { color: rgb(160,227,88); }
H1.HeaderClassName
{
color: #A0E358;
}
.AnyTagClassName
{
color: #A0E358;
}
</style>
background-color css
<style>
a { background-color: #A0E358; }
a { background-color: rgb(160,227,88); }
div.DivClassName
{
background-color: #A0E358;
}
.BgClassName
{
background-color: #A0E358;
}
</style>
border-color css
<style>
span { border-color: #A0E358; }
span { border-color: rgb(160,227,88); }
td.TdClassName
{
border-color: #A0E358;
}
.TagClassName
{
border-color: #A0E358;
}
</style>