Shades of Yellow Green #A0D532
Tints of Yellow Green #A0D532
RGB
CMYK
RGB Variations
Color information
#A0D532 (or 0xA0D532) is known color: Yellow Green. HEX triplet: A0, D5 and 32. RGB value is (160,213,50). Sum of RGB (Red+Green+Blue) = 160+213+50=423 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.83% from 423); Green value is 213 (83.59% from 255 or 50.35% from 423); Blue value is 50 (19.92% from 255 or 11.82% from 423); Max value from RGB is 213 - color contains mainly: green. Hex color #A0D532 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0D532 is #5F2ACD. Grayscale: #B3B3B3. Windows color (decimal): -6236878 or 3331488. OLE color: 3331488.
HSL color Cylindrical-coordinate representation of color #A0D532: hue angle of 79.51º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A0D532 is Cyan = 0.25, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 160 | 213 | 50 | - |
| CMYK | 0.25 | 0 | 0.77 | 0.16 |
| HSL | 79.51º | 0.66% | 0.52% | - |
| HSV(B) | 79.51º | 0.77% | 0.84% | - |
| XYZ | 38.87 | 55.29 | 11.64 | - |
| YUV | 178.57 | 55.44 | 114.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 213 | 50 | 0.25 | 0 | 0.77 | 0.16 | 79.51 | 0.66 | 0.52 |
| Hex | A0 | D5 | 32 | 19 | 0 | 4D | 10 | 50 | 42 | 34 |
| Octal | 240 | 325 | 62 | 31 | 0 | 115 | 20 | 120 | 102 | 64 |
| Binary | 10100000 | 11010101 | 110010 | 11001 | 0 | 1001101 | 10000 | 1010000 | 1000010 | 110100 |
Color Harmonies of #A0D532
Complementary color
Monochromatic Colors of #A0D532
Black with #A0D532
Text Example
Text Example
White with #A0D532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D532; }
p { color: rgb(160,213,50); }
H1.HeaderClassName
{
color: #A0D532;
}
.AnyTagClassName
{
color: #A0D532;
}
</style>
background-color css
<style>
a { background-color: #A0D532; }
a { background-color: rgb(160,213,50); }
div.DivClassName
{
background-color: #A0D532;
}
.BgClassName
{
background-color: #A0D532;
}
</style>
border-color css
<style>
span { border-color: #A0D532; }
span { border-color: rgb(160,213,50); }
td.TdClassName
{
border-color: #A0D532;
}
.TagClassName
{
border-color: #A0D532;
}
</style>