Shades of Yellow Green #A0DE2B
Tints of Yellow Green #A0DE2B
RGB
CMYK
RGB Variations
Color information
#A0DE2B (or 0xA0DE2B) is known color: Yellow Green. HEX triplet: A0, DE and 2B. RGB value is (160,222,43). Sum of RGB (Red+Green+Blue) = 160+222+43=425 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.65% from 425); Green value is 222 (87.11% from 255 or 52.24% from 425); Blue value is 43 (17.19% from 255 or 10.12% from 425); Max value from RGB is 222 - color contains mainly: green. Hex color #A0DE2B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0DE2B is #5F21D4. Grayscale: #B7B7B7. Windows color (decimal): -6234581 or 2875040. OLE color: 2875040.
HSL color Cylindrical-coordinate representation of color #A0DE2B: hue angle of 80.78º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A0DE2B is Cyan = 0.28, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 222 | 43 | - |
| CMYK | 0.28 | 0 | 0.81 | 0.13 |
| HSL | 80.78º | 0.73% | 0.52% | - |
| HSV(B) | 80.78º | 0.81% | 0.87% | - |
| XYZ | 41.05 | 59.89 | 11.68 | - |
| YUV | 183.06 | 48.96 | 111.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 222 | 43 | 0.28 | 0 | 0.81 | 0.13 | 80.78 | 0.73 | 0.52 |
| Hex | A0 | DE | 2B | 1C | 0 | 51 | D | 51 | 49 | 34 |
| Octal | 240 | 336 | 53 | 34 | 0 | 121 | 15 | 121 | 111 | 64 |
| Binary | 10100000 | 11011110 | 101011 | 11100 | 0 | 1010001 | 1101 | 1010001 | 1001001 | 110100 |
Color Harmonies of #A0DE2B
Complementary color
Monochromatic Colors of #A0DE2B
Black with #A0DE2B
Text Example
Text Example
White with #A0DE2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DE2B; }
p { color: rgb(160,222,43); }
H1.HeaderClassName
{
color: #A0DE2B;
}
.AnyTagClassName
{
color: #A0DE2B;
}
</style>
background-color css
<style>
a { background-color: #A0DE2B; }
a { background-color: rgb(160,222,43); }
div.DivClassName
{
background-color: #A0DE2B;
}
.BgClassName
{
background-color: #A0DE2B;
}
</style>
border-color css
<style>
span { border-color: #A0DE2B; }
span { border-color: rgb(160,222,43); }
td.TdClassName
{
border-color: #A0DE2B;
}
.TagClassName
{
border-color: #A0DE2B;
}
</style>