Shades of Conifer #A0DE5A
Tints of Conifer #A0DE5A
RGB
CMYK
RGB Variations
Color information
#A0DE5A (or 0xA0DE5A) is known color: Conifer. HEX triplet: A0, DE and 5A. RGB value is (160,222,90). Sum of RGB (Red+Green+Blue) = 160+222+90=472 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.90% from 472); Green value is 222 (87.11% from 255 or 47.03% from 472); Blue value is 90 (35.55% from 255 or 19.07% from 472); Max value from RGB is 222 - color contains mainly: green. Hex color #A0DE5A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0DE5A is #5F21A5. Grayscale: #BCBCBC. Windows color (decimal): -6234534 or 5955232. OLE color: 5955232.
HSL color Cylindrical-coordinate representation of color #A0DE5A: hue angle of 88.18º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A0DE5A is Cyan = 0.28, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 222 | 90 | - |
| CMYK | 0.28 | 0 | 0.59 | 0.13 |
| HSL | 88.18º | 0.67% | 0.61% | - |
| HSV(B) | 88.18º | 0.59% | 0.87% | - |
| XYZ | 42.46 | 60.45 | 19.1 | - |
| YUV | 188.41 | 72.46 | 107.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 222 | 90 | 0.28 | 0 | 0.59 | 0.13 | 88.18 | 0.67 | 0.61 |
| Hex | A0 | DE | 5A | 1C | 0 | 3B | D | 58 | 43 | 3D |
| Octal | 240 | 336 | 132 | 34 | 0 | 73 | 15 | 130 | 103 | 75 |
| Binary | 10100000 | 11011110 | 1011010 | 11100 | 0 | 111011 | 1101 | 1011000 | 1000011 | 111101 |
Color Harmonies of #A0DE5A
Complementary color
Monochromatic Colors of #A0DE5A
Black with #A0DE5A
Text Example
Text Example
White with #A0DE5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DE5A; }
p { color: rgb(160,222,90); }
H1.HeaderClassName
{
color: #A0DE5A;
}
.AnyTagClassName
{
color: #A0DE5A;
}
</style>
background-color css
<style>
a { background-color: #A0DE5A; }
a { background-color: rgb(160,222,90); }
div.DivClassName
{
background-color: #A0DE5A;
}
.BgClassName
{
background-color: #A0DE5A;
}
</style>
border-color css
<style>
span { border-color: #A0DE5A; }
span { border-color: rgb(160,222,90); }
td.TdClassName
{
border-color: #A0DE5A;
}
.TagClassName
{
border-color: #A0DE5A;
}
</style>