Shades of Yellow Green #A0DA31
Tints of Yellow Green #A0DA31
RGB
CMYK
RGB Variations
Color information
#A0DA31 (or 0xA0DA31) is known color: Yellow Green. HEX triplet: A0, DA and 31. RGB value is (160,218,49). Sum of RGB (Red+Green+Blue) = 160+218+49=427 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.47% from 427); Green value is 218 (85.55% from 255 or 51.05% from 427); Blue value is 49 (19.53% from 255 or 11.48% from 427); Max value from RGB is 218 - color contains mainly: green. Hex color #A0DA31 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0DA31 is #5F25CE. Grayscale: #B6B6B6. Windows color (decimal): -6235599 or 3267232. OLE color: 3267232.
HSL color Cylindrical-coordinate representation of color #A0DA31: hue angle of 80.59º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A0DA31 is Cyan = 0.27, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 218 | 49 | - |
| CMYK | 0.27 | 0 | 0.78 | 0.15 |
| HSL | 80.59º | 0.7% | 0.52% | - |
| HSV(B) | 80.59º | 0.78% | 0.85% | - |
| XYZ | 40.12 | 57.84 | 11.95 | - |
| YUV | 181.39 | 53.28 | 112.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 218 | 49 | 0.27 | 0 | 0.78 | 0.15 | 80.59 | 0.7 | 0.52 |
| Hex | A0 | DA | 31 | 1B | 0 | 4E | F | 51 | 46 | 34 |
| Octal | 240 | 332 | 61 | 33 | 0 | 116 | 17 | 121 | 106 | 64 |
| Binary | 10100000 | 11011010 | 110001 | 11011 | 0 | 1001110 | 1111 | 1010001 | 1000110 | 110100 |
Color Harmonies of #A0DA31
Complementary color
Monochromatic Colors of #A0DA31
Black with #A0DA31
Text Example
Text Example
White with #A0DA31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DA31; }
p { color: rgb(160,218,49); }
H1.HeaderClassName
{
color: #A0DA31;
}
.AnyTagClassName
{
color: #A0DA31;
}
</style>
background-color css
<style>
a { background-color: #A0DA31; }
a { background-color: rgb(160,218,49); }
div.DivClassName
{
background-color: #A0DA31;
}
.BgClassName
{
background-color: #A0DA31;
}
</style>
border-color css
<style>
span { border-color: #A0DA31; }
span { border-color: rgb(160,218,49); }
td.TdClassName
{
border-color: #A0DA31;
}
.TagClassName
{
border-color: #A0DA31;
}
</style>