Shades of Conifer #A0E35F
Tints of Conifer #A0E35F
RGB
CMYK
RGB Variations
Color information
#A0E35F (or 0xA0E35F) is known color: Conifer. HEX triplet: A0, E3 and 5F. RGB value is (160,227,95). Sum of RGB (Red+Green+Blue) = 160+227+95=482 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.20% from 482); Green value is 227 (89.06% from 255 or 47.10% from 482); Blue value is 95 (37.5% from 255 or 19.71% from 482); Max value from RGB is 227 - color contains mainly: green. Hex color #A0E35F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0E35F is #5F1CA0. Grayscale: #C0C0C0. Windows color (decimal): -6233249 or 6284192. OLE color: 6284192.
HSL color Cylindrical-coordinate representation of color #A0E35F: hue angle of 90.45º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A0E35F is Cyan = 0.30, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 160 | 227 | 95 | - |
| CMYK | 0.30 | 0 | 0.58 | 0.11 |
| HSL | 90.45º | 0.7% | 0.63% | - |
| HSV(B) | 90.45º | 0.58% | 0.89% | - |
| XYZ | 44.03 | 63.24 | 20.71 | - |
| YUV | 191.92 | 73.3 | 105.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 227 | 95 | 0.30 | 0 | 0.58 | 0.11 | 90.45 | 0.7 | 0.63 |
| Hex | A0 | E3 | 5F | 1E | 0 | 3A | B | 5A | 46 | 3F |
| Octal | 240 | 343 | 137 | 36 | 0 | 72 | 13 | 132 | 106 | 77 |
| Binary | 10100000 | 11100011 | 1011111 | 11110 | 0 | 111010 | 1011 | 1011010 | 1000110 | 111111 |
Color Harmonies of #A0E35F
Complementary color
Monochromatic Colors of #A0E35F
Black with #A0E35F
Text Example
Text Example
White with #A0E35F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E35F; }
p { color: rgb(160,227,95); }
H1.HeaderClassName
{
color: #A0E35F;
}
.AnyTagClassName
{
color: #A0E35F;
}
</style>
background-color css
<style>
a { background-color: #A0E35F; }
a { background-color: rgb(160,227,95); }
div.DivClassName
{
background-color: #A0E35F;
}
.BgClassName
{
background-color: #A0E35F;
}
</style>
border-color css
<style>
span { border-color: #A0E35F; }
span { border-color: rgb(160,227,95); }
td.TdClassName
{
border-color: #A0E35F;
}
.TagClassName
{
border-color: #A0E35F;
}
</style>