Shades of Yellow Green #A0D41E
Tints of Yellow Green #A0D41E
RGB
CMYK
RGB Variations
Color information
#A0D41E (or 0xA0D41E) is known color: Yellow Green. HEX triplet: A0, D4 and 1E. RGB value is (160,212,30). Sum of RGB (Red+Green+Blue) = 160+212+30=402 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.80% from 402); Green value is 212 (83.20% from 255 or 52.74% from 402); Blue value is 30 (12.11% from 255 or 7.46% from 402); Max value from RGB is 212 - color contains mainly: green. Hex color #A0D41E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0D41E is #5F2BE1. Grayscale: #B0B0B0. Windows color (decimal): -6237154 or 2020512. OLE color: 2020512.
HSL color Cylindrical-coordinate representation of color #A0D41E: hue angle of 77.14º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A0D41E is Cyan = 0.25, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 160 | 212 | 30 | - |
| CMYK | 0.25 | 0 | 0.86 | 0.17 |
| HSL | 77.14º | 0.75% | 0.47% | - |
| HSV(B) | 77.14º | 0.86% | 0.83% | - |
| XYZ | 38.28 | 54.65 | 9.76 | - |
| YUV | 175.7 | 45.77 | 116.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 212 | 30 | 0.25 | 0 | 0.86 | 0.17 | 77.14 | 0.75 | 0.47 |
| Hex | A0 | D4 | 1E | 19 | 0 | 56 | 11 | 4D | 4B | 2F |
| Octal | 240 | 324 | 36 | 31 | 0 | 126 | 21 | 115 | 113 | 57 |
| Binary | 10100000 | 11010100 | 11110 | 11001 | 0 | 1010110 | 10001 | 1001101 | 1001011 | 101111 |
Color Harmonies of #A0D41E
Complementary color
Monochromatic Colors of #A0D41E
Black with #A0D41E
Text Example
Text Example
White with #A0D41E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D41E; }
p { color: rgb(160,212,30); }
H1.HeaderClassName
{
color: #A0D41E;
}
.AnyTagClassName
{
color: #A0D41E;
}
</style>
background-color css
<style>
a { background-color: #A0D41E; }
a { background-color: rgb(160,212,30); }
div.DivClassName
{
background-color: #A0D41E;
}
.BgClassName
{
background-color: #A0D41E;
}
</style>
border-color css
<style>
span { border-color: #A0D41E; }
span { border-color: rgb(160,212,30); }
td.TdClassName
{
border-color: #A0D41E;
}
.TagClassName
{
border-color: #A0D41E;
}
</style>