Shades of Conifer #A0E35A
Tints of Conifer #A0E35A
RGB
CMYK
RGB Variations
Color information
#A0E35A (or 0xA0E35A) is known color: Conifer. HEX triplet: A0, E3 and 5A. RGB value is (160,227,90). Sum of RGB (Red+Green+Blue) = 160+227+90=477 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.54% from 477); Green value is 227 (89.06% from 255 or 47.59% from 477); Blue value is 90 (35.55% from 255 or 18.87% from 477); Max value from RGB is 227 - color contains mainly: green. Hex color #A0E35A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0E35A is #5F1CA5. Grayscale: #BFBFBF. Windows color (decimal): -6233254 or 5956512. OLE color: 5956512.
HSL color Cylindrical-coordinate representation of color #A0E35A: hue angle of 89.34º degrees, saturation: 0.71, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A0E35A is Cyan = 0.30, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 160 | 227 | 90 | - |
| CMYK | 0.30 | 0 | 0.60 | 0.11 |
| HSL | 89.34º | 0.71% | 0.62% | - |
| HSV(B) | 89.34º | 0.6% | 0.89% | - |
| XYZ | 43.81 | 63.15 | 19.55 | - |
| YUV | 191.35 | 70.8 | 105.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 227 | 90 | 0.30 | 0 | 0.60 | 0.11 | 89.34 | 0.71 | 0.62 |
| Hex | A0 | E3 | 5A | 1E | 0 | 3C | B | 59 | 47 | 3E |
| Octal | 240 | 343 | 132 | 36 | 0 | 74 | 13 | 131 | 107 | 76 |
| Binary | 10100000 | 11100011 | 1011010 | 11110 | 0 | 111100 | 1011 | 1011001 | 1000111 | 111110 |
Color Harmonies of #A0E35A
Complementary color
Monochromatic Colors of #A0E35A
Black with #A0E35A
Text Example
Text Example
White with #A0E35A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E35A; }
p { color: rgb(160,227,90); }
H1.HeaderClassName
{
color: #A0E35A;
}
.AnyTagClassName
{
color: #A0E35A;
}
</style>
background-color css
<style>
a { background-color: #A0E35A; }
a { background-color: rgb(160,227,90); }
div.DivClassName
{
background-color: #A0E35A;
}
.BgClassName
{
background-color: #A0E35A;
}
</style>
border-color css
<style>
span { border-color: #A0E35A; }
span { border-color: rgb(160,227,90); }
td.TdClassName
{
border-color: #A0E35A;
}
.TagClassName
{
border-color: #A0E35A;
}
</style>