Shades of Yellow Green #A2D62C
Tints of Yellow Green #A2D62C
RGB
CMYK
RGB Variations
Color information
#A2D62C (or 0xA2D62C) is known color: Yellow Green. HEX triplet: A2, D6 and 2C. RGB value is (162,214,44). Sum of RGB (Red+Green+Blue) = 162+214+44=420 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.57% from 420); Green value is 214 (83.98% from 255 or 50.95% from 420); Blue value is 44 (17.58% from 255 or 10.48% from 420); Max value from RGB is 214 - color contains mainly: green. Hex color #A2D62C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2D62C is #5D29D3. Grayscale: #B3B3B3. Windows color (decimal): -6105556 or 2938530. OLE color: 2938530.
HSL color Cylindrical-coordinate representation of color #A2D62C: hue angle of 78.35º 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 #A2D62C is Cyan = 0.24, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 162 | 214 | 44 | - |
| CMYK | 0.24 | 0 | 0.79 | 0.16 |
| HSL | 78.35º | 0.67% | 0.51% | - |
| HSV(B) | 78.35º | 0.79% | 0.84% | - |
| XYZ | 39.4 | 55.96 | 11.11 | - |
| YUV | 179.07 | 51.77 | 115.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 214 | 44 | 0.24 | 0 | 0.79 | 0.16 | 78.35 | 0.67 | 0.51 |
| Hex | A2 | D6 | 2C | 18 | 0 | 4F | 10 | 4E | 43 | 33 |
| Octal | 242 | 326 | 54 | 30 | 0 | 117 | 20 | 116 | 103 | 63 |
| Binary | 10100010 | 11010110 | 101100 | 11000 | 0 | 1001111 | 10000 | 1001110 | 1000011 | 110011 |
Color Harmonies of #A2D62C
Complementary color
Monochromatic Colors of #A2D62C
Black with #A2D62C
Text Example
Text Example
White with #A2D62C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D62C; }
p { color: rgb(162,214,44); }
H1.HeaderClassName
{
color: #A2D62C;
}
.AnyTagClassName
{
color: #A2D62C;
}
</style>
background-color css
<style>
a { background-color: #A2D62C; }
a { background-color: rgb(162,214,44); }
div.DivClassName
{
background-color: #A2D62C;
}
.BgClassName
{
background-color: #A2D62C;
}
</style>
border-color css
<style>
span { border-color: #A2D62C; }
span { border-color: rgb(162,214,44); }
td.TdClassName
{
border-color: #A2D62C;
}
.TagClassName
{
border-color: #A2D62C;
}
</style>