Shades of Yellow Green #A0D132
Tints of Yellow Green #A0D132
RGB
CMYK
RGB Variations
Color information
#A0D132 (or 0xA0D132) is known color: Yellow Green. HEX triplet: A0, D1 and 32. RGB value is (160,209,50). Sum of RGB (Red+Green+Blue) = 160+209+50=419 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.19% from 419); Green value is 209 (82.03% from 255 or 49.88% from 419); Blue value is 50 (19.92% from 255 or 11.93% from 419); Max value from RGB is 209 - color contains mainly: green. Hex color #A0D132 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0D132 is #5F2ECD. Grayscale: #B0B0B0. Windows color (decimal): -6237902 or 3330464. OLE color: 3330464.
HSL color Cylindrical-coordinate representation of color #A0D132: hue angle of 78.49º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A0D132 is Cyan = 0.23, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 160 | 209 | 50 | - |
| CMYK | 0.23 | 0 | 0.76 | 0.18 |
| HSL | 78.49º | 0.63% | 0.51% | - |
| HSV(B) | 78.49º | 0.76% | 0.82% | - |
| XYZ | 37.87 | 53.3 | 11.31 | - |
| YUV | 176.22 | 56.77 | 116.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 209 | 50 | 0.23 | 0 | 0.76 | 0.18 | 78.49 | 0.63 | 0.51 |
| Hex | A0 | D1 | 32 | 17 | 0 | 4C | 12 | 4E | 3F | 33 |
| Octal | 240 | 321 | 62 | 27 | 0 | 114 | 22 | 116 | 77 | 63 |
| Binary | 10100000 | 11010001 | 110010 | 10111 | 0 | 1001100 | 10010 | 1001110 | 111111 | 110011 |
Color Harmonies of #A0D132
Complementary color
Monochromatic Colors of #A0D132
Black with #A0D132
Text Example
Text Example
White with #A0D132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D132; }
p { color: rgb(160,209,50); }
H1.HeaderClassName
{
color: #A0D132;
}
.AnyTagClassName
{
color: #A0D132;
}
</style>
background-color css
<style>
a { background-color: #A0D132; }
a { background-color: rgb(160,209,50); }
div.DivClassName
{
background-color: #A0D132;
}
.BgClassName
{
background-color: #A0D132;
}
</style>
border-color css
<style>
span { border-color: #A0D132; }
span { border-color: rgb(160,209,50); }
td.TdClassName
{
border-color: #A0D132;
}
.TagClassName
{
border-color: #A0D132;
}
</style>