Shades of Yellow Green #A2D130
Tints of Yellow Green #A2D130
RGB
CMYK
RGB Variations
Color information
#A2D130 (or 0xA2D130) is known color: Yellow Green. HEX triplet: A2, D1 and 30. RGB value is (162,209,48). Sum of RGB (Red+Green+Blue) = 162+209+48=419 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.66% from 419); Green value is 209 (82.03% from 255 or 49.88% from 419); Blue value is 48 (19.14% from 255 or 11.46% from 419); Max value from RGB is 209 - color contains mainly: green. Hex color #A2D130 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2D130 is #5D2ECF. Grayscale: #B1B1B1. Windows color (decimal): -6106832 or 3199394. OLE color: 3199394.
HSL color Cylindrical-coordinate representation of color #A2D130: hue angle of 77.52º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A2D130 is Cyan = 0.22, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 162 | 209 | 48 | - |
| CMYK | 0.22 | 0 | 0.77 | 0.18 |
| HSL | 77.52º | 0.64% | 0.5% | - |
| HSV(B) | 77.52º | 0.77% | 0.82% | - |
| XYZ | 38.23 | 53.5 | 11.11 | - |
| YUV | 176.59 | 55.43 | 117.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 209 | 48 | 0.22 | 0 | 0.77 | 0.18 | 77.52 | 0.64 | 0.5 |
| Hex | A2 | D1 | 30 | 16 | 0 | 4D | 12 | 4E | 40 | 32 |
| Octal | 242 | 321 | 60 | 26 | 0 | 115 | 22 | 116 | 100 | 62 |
| Binary | 10100010 | 11010001 | 110000 | 10110 | 0 | 1001101 | 10010 | 1001110 | 1000000 | 110010 |
Color Harmonies of #A2D130
Complementary color
Monochromatic Colors of #A2D130
Black with #A2D130
Text Example
Text Example
White with #A2D130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D130; }
p { color: rgb(162,209,48); }
H1.HeaderClassName
{
color: #A2D130;
}
.AnyTagClassName
{
color: #A2D130;
}
</style>
background-color css
<style>
a { background-color: #A2D130; }
a { background-color: rgb(162,209,48); }
div.DivClassName
{
background-color: #A2D130;
}
.BgClassName
{
background-color: #A2D130;
}
</style>
border-color css
<style>
span { border-color: #A2D130; }
span { border-color: rgb(162,209,48); }
td.TdClassName
{
border-color: #A2D130;
}
.TagClassName
{
border-color: #A2D130;
}
</style>