Shades of Conifer #A0E354
Tints of Conifer #A0E354
RGB
CMYK
RGB Variations
Color information
#A0E354 (or 0xA0E354) is known color: Conifer. HEX triplet: A0, E3 and 54. RGB value is (160,227,84). Sum of RGB (Red+Green+Blue) = 160+227+84=471 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.97% from 471); Green value is 227 (89.06% from 255 or 48.20% from 471); Blue value is 84 (33.20% from 255 or 17.83% from 471); Max value from RGB is 227 - color contains mainly: green. Hex color #A0E354 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0E354 is #5F1CAB. Grayscale: #BFBFBF. Windows color (decimal): -6233260 or 5563296. OLE color: 5563296.
HSL color Cylindrical-coordinate representation of color #A0E354: hue angle of 88.11º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A0E354 is Cyan = 0.30, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 160 | 227 | 84 | - |
| CMYK | 0.30 | 0 | 0.63 | 0.11 |
| HSL | 88.11º | 0.72% | 0.61% | - |
| HSV(B) | 88.11º | 0.63% | 0.89% | - |
| XYZ | 43.57 | 63.05 | 18.26 | - |
| YUV | 190.67 | 67.8 | 106.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 227 | 84 | 0.30 | 0 | 0.63 | 0.11 | 88.11 | 0.72 | 0.61 |
| Hex | A0 | E3 | 54 | 1E | 0 | 3F | B | 58 | 48 | 3D |
| Octal | 240 | 343 | 124 | 36 | 0 | 77 | 13 | 130 | 110 | 75 |
| Binary | 10100000 | 11100011 | 1010100 | 11110 | 0 | 111111 | 1011 | 1011000 | 1001000 | 111101 |
Color Harmonies of #A0E354
Complementary color
Monochromatic Colors of #A0E354
Black with #A0E354
Text Example
Text Example
White with #A0E354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E354; }
p { color: rgb(160,227,84); }
H1.HeaderClassName
{
color: #A0E354;
}
.AnyTagClassName
{
color: #A0E354;
}
</style>
background-color css
<style>
a { background-color: #A0E354; }
a { background-color: rgb(160,227,84); }
div.DivClassName
{
background-color: #A0E354;
}
.BgClassName
{
background-color: #A0E354;
}
</style>
border-color css
<style>
span { border-color: #A0E354; }
span { border-color: rgb(160,227,84); }
td.TdClassName
{
border-color: #A0E354;
}
.TagClassName
{
border-color: #A0E354;
}
</style>