Shades of Yellow Green #A0DA2B
Tints of Yellow Green #A0DA2B
RGB
CMYK
RGB Variations
Color information
#A0DA2B (or 0xA0DA2B) is known color: Yellow Green. HEX triplet: A0, DA and 2B. RGB value is (160,218,43). Sum of RGB (Red+Green+Blue) = 160+218+43=421 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.00% from 421); Green value is 218 (85.55% from 255 or 51.78% from 421); Blue value is 43 (17.19% from 255 or 10.21% from 421); Max value from RGB is 218 - color contains mainly: green. Hex color #A0DA2B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0DA2B is #5F25D4. Grayscale: #B5B5B5. Windows color (decimal): -6235605 or 2874016. OLE color: 2874016.
HSL color Cylindrical-coordinate representation of color #A0DA2B: hue angle of 79.89º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A0DA2B is Cyan = 0.27, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 218 | 43 | - |
| CMYK | 0.27 | 0 | 0.80 | 0.15 |
| HSL | 79.89º | 0.7% | 0.51% | - |
| HSV(B) | 79.89º | 0.8% | 0.85% | - |
| XYZ | 40 | 57.79 | 11.33 | - |
| YUV | 180.71 | 50.28 | 113.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 218 | 43 | 0.27 | 0 | 0.80 | 0.15 | 79.89 | 0.7 | 0.51 |
| Hex | A0 | DA | 2B | 1B | 0 | 50 | F | 50 | 46 | 33 |
| Octal | 240 | 332 | 53 | 33 | 0 | 120 | 17 | 120 | 106 | 63 |
| Binary | 10100000 | 11011010 | 101011 | 11011 | 0 | 1010000 | 1111 | 1010000 | 1000110 | 110011 |
Color Harmonies of #A0DA2B
Complementary color
Monochromatic Colors of #A0DA2B
Black with #A0DA2B
Text Example
Text Example
White with #A0DA2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DA2B; }
p { color: rgb(160,218,43); }
H1.HeaderClassName
{
color: #A0DA2B;
}
.AnyTagClassName
{
color: #A0DA2B;
}
</style>
background-color css
<style>
a { background-color: #A0DA2B; }
a { background-color: rgb(160,218,43); }
div.DivClassName
{
background-color: #A0DA2B;
}
.BgClassName
{
background-color: #A0DA2B;
}
</style>
border-color css
<style>
span { border-color: #A0DA2B; }
span { border-color: rgb(160,218,43); }
td.TdClassName
{
border-color: #A0DA2B;
}
.TagClassName
{
border-color: #A0DA2B;
}
</style>