Shades of Yellow Green #A0D51D
Tints of Yellow Green #A0D51D
RGB
CMYK
RGB Variations
Color information
#A0D51D (or 0xA0D51D) is known color: Yellow Green. HEX triplet: A0, D5 and 1D. RGB value is (160,213,29). Sum of RGB (Red+Green+Blue) = 160+213+29=402 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.80% from 402); Green value is 213 (83.59% from 255 or 52.99% from 402); Blue value is 29 (11.72% from 255 or 7.21% from 402); Max value from RGB is 213 - color contains mainly: green. Hex color #A0D51D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0D51D is #5F2AE2. Grayscale: #B0B0B0. Windows color (decimal): -6236899 or 1955232. OLE color: 1955232.
HSL color Cylindrical-coordinate representation of color #A0D51D: hue angle of 77.28º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A0D51D is Cyan = 0.25, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 160 | 213 | 29 | - |
| CMYK | 0.25 | 0 | 0.86 | 0.16 |
| HSL | 77.28º | 0.76% | 0.47% | - |
| HSV(B) | 77.28º | 0.86% | 0.84% | - |
| XYZ | 38.51 | 55.15 | 9.78 | - |
| YUV | 176.18 | 44.94 | 116.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 213 | 29 | 0.25 | 0 | 0.86 | 0.16 | 77.28 | 0.76 | 0.47 |
| Hex | A0 | D5 | 1D | 19 | 0 | 56 | 10 | 4D | 4C | 2F |
| Octal | 240 | 325 | 35 | 31 | 0 | 126 | 20 | 115 | 114 | 57 |
| Binary | 10100000 | 11010101 | 11101 | 11001 | 0 | 1010110 | 10000 | 1001101 | 1001100 | 101111 |
Color Harmonies of #A0D51D
Complementary color
Monochromatic Colors of #A0D51D
Black with #A0D51D
Text Example
Text Example
White with #A0D51D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D51D; }
p { color: rgb(160,213,29); }
H1.HeaderClassName
{
color: #A0D51D;
}
.AnyTagClassName
{
color: #A0D51D;
}
</style>
background-color css
<style>
a { background-color: #A0D51D; }
a { background-color: rgb(160,213,29); }
div.DivClassName
{
background-color: #A0D51D;
}
.BgClassName
{
background-color: #A0D51D;
}
</style>
border-color css
<style>
span { border-color: #A0D51D; }
span { border-color: rgb(160,213,29); }
td.TdClassName
{
border-color: #A0D51D;
}
.TagClassName
{
border-color: #A0D51D;
}
</style>