Shades of Yellow Green #A2D52F
Tints of Yellow Green #A2D52F
RGB
CMYK
RGB Variations
Color information
#A2D52F (or 0xA2D52F) is known color: Yellow Green. HEX triplet: A2, D5 and 2F. RGB value is (162,213,47). Sum of RGB (Red+Green+Blue) = 162+213+47=422 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.39% from 422); Green value is 213 (83.59% from 255 or 50.47% from 422); Blue value is 47 (18.75% from 255 or 11.14% from 422); Max value from RGB is 213 - color contains mainly: green. Hex color #A2D52F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2D52F is #5D2AD0. Grayscale: #B3B3B3. Windows color (decimal): -6105809 or 3134882. OLE color: 3134882.
HSL color Cylindrical-coordinate representation of color #A2D52F: hue angle of 78.43º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A2D52F is Cyan = 0.24, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 162 | 213 | 47 | - |
| CMYK | 0.24 | 0 | 0.78 | 0.16 |
| HSL | 78.43º | 0.66% | 0.51% | - |
| HSV(B) | 78.43º | 0.78% | 0.84% | - |
| XYZ | 39.21 | 55.48 | 11.33 | - |
| YUV | 178.83 | 53.6 | 116 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 213 | 47 | 0.24 | 0 | 0.78 | 0.16 | 78.43 | 0.66 | 0.51 |
| Hex | A2 | D5 | 2F | 18 | 0 | 4E | 10 | 4E | 42 | 33 |
| Octal | 242 | 325 | 57 | 30 | 0 | 116 | 20 | 116 | 102 | 63 |
| Binary | 10100010 | 11010101 | 101111 | 11000 | 0 | 1001110 | 10000 | 1001110 | 1000010 | 110011 |
Color Harmonies of #A2D52F
Complementary color
Monochromatic Colors of #A2D52F
Black with #A2D52F
Text Example
Text Example
White with #A2D52F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D52F; }
p { color: rgb(162,213,47); }
H1.HeaderClassName
{
color: #A2D52F;
}
.AnyTagClassName
{
color: #A2D52F;
}
</style>
background-color css
<style>
a { background-color: #A2D52F; }
a { background-color: rgb(162,213,47); }
div.DivClassName
{
background-color: #A2D52F;
}
.BgClassName
{
background-color: #A2D52F;
}
</style>
border-color css
<style>
span { border-color: #A2D52F; }
span { border-color: rgb(162,213,47); }
td.TdClassName
{
border-color: #A2D52F;
}
.TagClassName
{
border-color: #A2D52F;
}
</style>