Shades of Yellow Green #A0DA28
Tints of Yellow Green #A0DA28
RGB
CMYK
RGB Variations
Color information
#A0DA28 (or 0xA0DA28) is known color: Yellow Green. HEX triplet: A0, DA and 28. RGB value is (160,218,40). Sum of RGB (Red+Green+Blue) = 160+218+40=418 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.28% from 418); Green value is 218 (85.55% from 255 or 52.15% from 418); Blue value is 40 (16.02% from 255 or 9.57% from 418); Max value from RGB is 218 - color contains mainly: green. Hex color #A0DA28 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0DA28 is #5F25D7. Grayscale: #B5B5B5. Windows color (decimal): -6235608 or 2677408. OLE color: 2677408.
HSL color Cylindrical-coordinate representation of color #A0DA28: hue angle of 79.55º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A0DA28 is Cyan = 0.27, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 218 | 40 | - |
| CMYK | 0.27 | 0 | 0.82 | 0.15 |
| HSL | 79.55º | 0.71% | 0.51% | - |
| HSV(B) | 79.55º | 0.82% | 0.85% | - |
| XYZ | 39.95 | 57.77 | 11.05 | - |
| YUV | 180.37 | 48.78 | 113.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 218 | 40 | 0.27 | 0 | 0.82 | 0.15 | 79.55 | 0.71 | 0.51 |
| Hex | A0 | DA | 28 | 1B | 0 | 52 | F | 50 | 47 | 33 |
| Octal | 240 | 332 | 50 | 33 | 0 | 122 | 17 | 120 | 107 | 63 |
| Binary | 10100000 | 11011010 | 101000 | 11011 | 0 | 1010010 | 1111 | 1010000 | 1000111 | 110011 |
Color Harmonies of #A0DA28
Complementary color
Monochromatic Colors of #A0DA28
Black with #A0DA28
Text Example
Text Example
White with #A0DA28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DA28; }
p { color: rgb(160,218,40); }
H1.HeaderClassName
{
color: #A0DA28;
}
.AnyTagClassName
{
color: #A0DA28;
}
</style>
background-color css
<style>
a { background-color: #A0DA28; }
a { background-color: rgb(160,218,40); }
div.DivClassName
{
background-color: #A0DA28;
}
.BgClassName
{
background-color: #A0DA28;
}
</style>
border-color css
<style>
span { border-color: #A0DA28; }
span { border-color: rgb(160,218,40); }
td.TdClassName
{
border-color: #A0DA28;
}
.TagClassName
{
border-color: #A0DA28;
}
</style>