Shades of Yellow Green #A0D02F
Tints of Yellow Green #A0D02F
RGB
CMYK
RGB Variations
Color information
#A0D02F (or 0xA0D02F) is known color: Yellow Green. HEX triplet: A0, D0 and 2F. RGB value is (160,208,47). Sum of RGB (Red+Green+Blue) = 160+208+47=415 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.55% from 415); Green value is 208 (81.64% from 255 or 50.12% from 415); Blue value is 47 (18.75% from 255 or 11.33% from 415); Max value from RGB is 208 - color contains mainly: green. Hex color #A0D02F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0D02F is #5F2FD0. Grayscale: #AFAFAF. Windows color (decimal): -6238161 or 3133600. OLE color: 3133600.
HSL color Cylindrical-coordinate representation of color #A0D02F: hue angle of 77.89º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A0D02F is Cyan = 0.23, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 160 | 208 | 47 | - |
| CMYK | 0.23 | 0 | 0.77 | 0.18 |
| HSL | 77.89º | 0.63% | 0.5% | - |
| HSV(B) | 77.89º | 0.77% | 0.82% | - |
| XYZ | 37.57 | 52.79 | 10.9 | - |
| YUV | 175.29 | 55.6 | 117.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 208 | 47 | 0.23 | 0 | 0.77 | 0.18 | 77.89 | 0.63 | 0.5 |
| Hex | A0 | D0 | 2F | 17 | 0 | 4D | 12 | 4E | 3F | 32 |
| Octal | 240 | 320 | 57 | 27 | 0 | 115 | 22 | 116 | 77 | 62 |
| Binary | 10100000 | 11010000 | 101111 | 10111 | 0 | 1001101 | 10010 | 1001110 | 111111 | 110010 |
Color Harmonies of #A0D02F
Complementary color
Monochromatic Colors of #A0D02F
Black with #A0D02F
Text Example
Text Example
White with #A0D02F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D02F; }
p { color: rgb(160,208,47); }
H1.HeaderClassName
{
color: #A0D02F;
}
.AnyTagClassName
{
color: #A0D02F;
}
</style>
background-color css
<style>
a { background-color: #A0D02F; }
a { background-color: rgb(160,208,47); }
div.DivClassName
{
background-color: #A0D02F;
}
.BgClassName
{
background-color: #A0D02F;
}
</style>
border-color css
<style>
span { border-color: #A0D02F; }
span { border-color: rgb(160,208,47); }
td.TdClassName
{
border-color: #A0D02F;
}
.TagClassName
{
border-color: #A0D02F;
}
</style>