Shades of Yellow Green #A2D52E
Tints of Yellow Green #A2D52E
RGB
CMYK
RGB Variations
Color information
#A2D52E (or 0xA2D52E) is known color: Yellow Green. HEX triplet: A2, D5 and 2E. RGB value is (162,213,46). Sum of RGB (Red+Green+Blue) = 162+213+46=421 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.48% from 421); Green value is 213 (83.59% from 255 or 50.59% from 421); Blue value is 46 (18.36% from 255 or 10.93% from 421); Max value from RGB is 213 - color contains mainly: green. Hex color #A2D52E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2D52E is #5D2AD1. Grayscale: #B3B3B3. Windows color (decimal): -6105810 or 3069346. OLE color: 3069346.
HSL color Cylindrical-coordinate representation of color #A2D52E: hue angle of 78.32º degrees, saturation: 0.67, 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 #A2D52E is Cyan = 0.24, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 162 | 213 | 46 | - |
| CMYK | 0.24 | 0 | 0.78 | 0.16 |
| HSL | 78.32º | 0.67% | 0.51% | - |
| HSV(B) | 78.32º | 0.78% | 0.84% | - |
| XYZ | 39.19 | 55.47 | 11.23 | - |
| YUV | 178.71 | 53.1 | 116.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 213 | 46 | 0.24 | 0 | 0.78 | 0.16 | 78.32 | 0.67 | 0.51 |
| Hex | A2 | D5 | 2E | 18 | 0 | 4E | 10 | 4E | 43 | 33 |
| Octal | 242 | 325 | 56 | 30 | 0 | 116 | 20 | 116 | 103 | 63 |
| Binary | 10100010 | 11010101 | 101110 | 11000 | 0 | 1001110 | 10000 | 1001110 | 1000011 | 110011 |
Color Harmonies of #A2D52E
Complementary color
Monochromatic Colors of #A2D52E
Black with #A2D52E
Text Example
Text Example
White with #A2D52E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D52E; }
p { color: rgb(162,213,46); }
H1.HeaderClassName
{
color: #A2D52E;
}
.AnyTagClassName
{
color: #A2D52E;
}
</style>
background-color css
<style>
a { background-color: #A2D52E; }
a { background-color: rgb(162,213,46); }
div.DivClassName
{
background-color: #A2D52E;
}
.BgClassName
{
background-color: #A2D52E;
}
</style>
border-color css
<style>
span { border-color: #A2D52E; }
span { border-color: rgb(162,213,46); }
td.TdClassName
{
border-color: #A2D52E;
}
.TagClassName
{
border-color: #A2D52E;
}
</style>