Shades of Yellow Green #A0D02A
Tints of Yellow Green #A0D02A
RGB
CMYK
RGB Variations
Color information
#A0D02A (or 0xA0D02A) is known color: Yellow Green. HEX triplet: A0, D0 and 2A. RGB value is (160,208,42). Sum of RGB (Red+Green+Blue) = 160+208+42=410 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.02% from 410); Green value is 208 (81.64% from 255 or 50.73% from 410); Blue value is 42 (16.80% from 255 or 10.24% from 410); Max value from RGB is 208 - color contains mainly: green. Hex color #A0D02A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0D02A is #5F2FD5. Grayscale: #AFAFAF. Windows color (decimal): -6238166 or 2805920. OLE color: 2805920.
HSL color Cylindrical-coordinate representation of color #A0D02A: hue angle of 77.35º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A0D02A is Cyan = 0.23, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 160 | 208 | 42 | - |
| CMYK | 0.23 | 0 | 0.80 | 0.18 |
| HSL | 77.35º | 0.66% | 0.49% | - |
| HSV(B) | 77.35º | 0.8% | 0.82% | - |
| XYZ | 37.47 | 52.75 | 10.4 | - |
| YUV | 174.72 | 53.1 | 117.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 208 | 42 | 0.23 | 0 | 0.80 | 0.18 | 77.35 | 0.66 | 0.49 |
| Hex | A0 | D0 | 2A | 17 | 0 | 50 | 12 | 4D | 42 | 31 |
| Octal | 240 | 320 | 52 | 27 | 0 | 120 | 22 | 115 | 102 | 61 |
| Binary | 10100000 | 11010000 | 101010 | 10111 | 0 | 1010000 | 10010 | 1001101 | 1000010 | 110001 |
Color Harmonies of #A0D02A
Complementary color
Monochromatic Colors of #A0D02A
Black with #A0D02A
Text Example
Text Example
White with #A0D02A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D02A; }
p { color: rgb(160,208,42); }
H1.HeaderClassName
{
color: #A0D02A;
}
.AnyTagClassName
{
color: #A0D02A;
}
</style>
background-color css
<style>
a { background-color: #A0D02A; }
a { background-color: rgb(160,208,42); }
div.DivClassName
{
background-color: #A0D02A;
}
.BgClassName
{
background-color: #A0D02A;
}
</style>
border-color css
<style>
span { border-color: #A0D02A; }
span { border-color: rgb(160,208,42); }
td.TdClassName
{
border-color: #A0D02A;
}
.TagClassName
{
border-color: #A0D02A;
}
</style>