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