Shades of Yellow Green #A2D62E
Tints of Yellow Green #A2D62E
RGB
CMYK
RGB Variations
Color information
#A2D62E (or 0xA2D62E) is known color: Yellow Green. HEX triplet: A2, D6 and 2E. RGB value is (162,214,46). Sum of RGB (Red+Green+Blue) = 162+214+46=422 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.39% from 422); Green value is 214 (83.98% from 255 or 50.71% from 422); Blue value is 46 (18.36% from 255 or 10.90% from 422); Max value from RGB is 214 - color contains mainly: green. Hex color #A2D62E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2D62E is #5D29D1. Grayscale: #B3B3B3. Windows color (decimal): -6105554 or 3069602. OLE color: 3069602.
HSL color Cylindrical-coordinate representation of color #A2D62E: hue angle of 78.57º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A2D62E is Cyan = 0.24, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 162 | 214 | 46 | - |
| CMYK | 0.24 | 0 | 0.79 | 0.16 |
| HSL | 78.57º | 0.67% | 0.51% | - |
| HSV(B) | 78.57º | 0.79% | 0.84% | - |
| XYZ | 39.44 | 55.97 | 11.31 | - |
| YUV | 179.3 | 52.77 | 115.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 214 | 46 | 0.24 | 0 | 0.79 | 0.16 | 78.57 | 0.67 | 0.51 |
| Hex | A2 | D6 | 2E | 18 | 0 | 4F | 10 | 4F | 43 | 33 |
| Octal | 242 | 326 | 56 | 30 | 0 | 117 | 20 | 117 | 103 | 63 |
| Binary | 10100010 | 11010110 | 101110 | 11000 | 0 | 1001111 | 10000 | 1001111 | 1000011 | 110011 |
Color Harmonies of #A2D62E
Complementary color
Monochromatic Colors of #A2D62E
Black with #A2D62E
Text Example
Text Example
White with #A2D62E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D62E; }
p { color: rgb(162,214,46); }
H1.HeaderClassName
{
color: #A2D62E;
}
.AnyTagClassName
{
color: #A2D62E;
}
</style>
background-color css
<style>
a { background-color: #A2D62E; }
a { background-color: rgb(162,214,46); }
div.DivClassName
{
background-color: #A2D62E;
}
.BgClassName
{
background-color: #A2D62E;
}
</style>
border-color css
<style>
span { border-color: #A2D62E; }
span { border-color: rgb(162,214,46); }
td.TdClassName
{
border-color: #A2D62E;
}
.TagClassName
{
border-color: #A2D62E;
}
</style>