Shades of Yellow Green #A0DA2F
Tints of Yellow Green #A0DA2F
RGB
CMYK
RGB Variations
Color information
#A0DA2F (or 0xA0DA2F) is known color: Yellow Green. HEX triplet: A0, DA and 2F. RGB value is (160,218,47). Sum of RGB (Red+Green+Blue) = 160+218+47=425 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.65% from 425); Green value is 218 (85.55% from 255 or 51.29% from 425); Blue value is 47 (18.75% from 255 or 11.06% from 425); Max value from RGB is 218 - color contains mainly: green. Hex color #A0DA2F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0DA2F is #5F25D0. Grayscale: #B5B5B5. Windows color (decimal): -6235601 or 3136160. OLE color: 3136160.
HSL color Cylindrical-coordinate representation of color #A0DA2F: hue angle of 80.35º 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 #A0DA2F is Cyan = 0.27, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 218 | 47 | - |
| CMYK | 0.27 | 0 | 0.78 | 0.15 |
| HSL | 80.35º | 0.7% | 0.52% | - |
| HSV(B) | 80.35º | 0.78% | 0.85% | - |
| XYZ | 40.08 | 57.82 | 11.74 | - |
| YUV | 181.16 | 52.28 | 112.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 218 | 47 | 0.27 | 0 | 0.78 | 0.15 | 80.35 | 0.7 | 0.52 |
| Hex | A0 | DA | 2F | 1B | 0 | 4E | F | 50 | 46 | 34 |
| Octal | 240 | 332 | 57 | 33 | 0 | 116 | 17 | 120 | 106 | 64 |
| Binary | 10100000 | 11011010 | 101111 | 11011 | 0 | 1001110 | 1111 | 1010000 | 1000110 | 110100 |
Color Harmonies of #A0DA2F
Complementary color
Monochromatic Colors of #A0DA2F
Black with #A0DA2F
Text Example
Text Example
White with #A0DA2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DA2F; }
p { color: rgb(160,218,47); }
H1.HeaderClassName
{
color: #A0DA2F;
}
.AnyTagClassName
{
color: #A0DA2F;
}
</style>
background-color css
<style>
a { background-color: #A0DA2F; }
a { background-color: rgb(160,218,47); }
div.DivClassName
{
background-color: #A0DA2F;
}
.BgClassName
{
background-color: #A0DA2F;
}
</style>
border-color css
<style>
span { border-color: #A0DA2F; }
span { border-color: rgb(160,218,47); }
td.TdClassName
{
border-color: #A0DA2F;
}
.TagClassName
{
border-color: #A0DA2F;
}
</style>