Shades of Yellow Green #A2D52A
Tints of Yellow Green #A2D52A
RGB
CMYK
RGB Variations
Color information
#A2D52A (or 0xA2D52A) is known color: Yellow Green. HEX triplet: A2, D5 and 2A. RGB value is (162,213,42). Sum of RGB (Red+Green+Blue) = 162+213+42=417 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.85% from 417); Green value is 213 (83.59% from 255 or 51.08% from 417); Blue value is 42 (16.80% from 255 or 10.07% from 417); Max value from RGB is 213 - color contains mainly: green. Hex color #A2D52A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2D52A is #5D2AD5. Grayscale: #B2B2B2. Windows color (decimal): -6105814 or 2807202. OLE color: 2807202.
HSL color Cylindrical-coordinate representation of color #A2D52A: hue angle of 77.89º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A2D52A is Cyan = 0.24, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 162 | 213 | 42 | - |
| CMYK | 0.24 | 0 | 0.80 | 0.16 |
| HSL | 77.89º | 0.67% | 0.5% | - |
| HSV(B) | 77.89º | 0.8% | 0.84% | - |
| XYZ | 39.11 | 55.44 | 10.83 | - |
| YUV | 178.26 | 51.1 | 116.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 213 | 42 | 0.24 | 0 | 0.80 | 0.16 | 77.89 | 0.67 | 0.5 |
| Hex | A2 | D5 | 2A | 18 | 0 | 50 | 10 | 4E | 43 | 32 |
| Octal | 242 | 325 | 52 | 30 | 0 | 120 | 20 | 116 | 103 | 62 |
| Binary | 10100010 | 11010101 | 101010 | 11000 | 0 | 1010000 | 10000 | 1001110 | 1000011 | 110010 |
Color Harmonies of #A2D52A
Complementary color
Monochromatic Colors of #A2D52A
Black with #A2D52A
Text Example
Text Example
White with #A2D52A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D52A; }
p { color: rgb(162,213,42); }
H1.HeaderClassName
{
color: #A2D52A;
}
.AnyTagClassName
{
color: #A2D52A;
}
</style>
background-color css
<style>
a { background-color: #A2D52A; }
a { background-color: rgb(162,213,42); }
div.DivClassName
{
background-color: #A2D52A;
}
.BgClassName
{
background-color: #A2D52A;
}
</style>
border-color css
<style>
span { border-color: #A2D52A; }
span { border-color: rgb(162,213,42); }
td.TdClassName
{
border-color: #A2D52A;
}
.TagClassName
{
border-color: #A2D52A;
}
</style>