Shades of Yellow Green #A2D622
Tints of Yellow Green #A2D622
RGB
CMYK
RGB Variations
Color information
#A2D622 (or 0xA2D622) is known color: Yellow Green. HEX triplet: A2, D6 and 22. RGB value is (162,214,34). Sum of RGB (Red+Green+Blue) = 162+214+34=410 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.51% from 410); Green value is 214 (83.98% from 255 or 52.20% from 410); Blue value is 34 (13.67% from 255 or 8.29% from 410); Max value from RGB is 214 - color contains mainly: green. Hex color #A2D622 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2D622 is #5D29DD. Grayscale: #B2B2B2. Windows color (decimal): -6105566 or 2283170. OLE color: 2283170.
HSL color Cylindrical-coordinate representation of color #A2D622: hue angle of 77.33º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A2D622 is Cyan = 0.24, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 162 | 214 | 34 | - |
| CMYK | 0.24 | 0 | 0.84 | 0.16 |
| HSL | 77.33º | 0.73% | 0.49% | - |
| HSV(B) | 77.33º | 0.84% | 0.84% | - |
| XYZ | 39.24 | 55.89 | 10.23 | - |
| YUV | 177.93 | 46.77 | 116.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 214 | 34 | 0.24 | 0 | 0.84 | 0.16 | 77.33 | 0.73 | 0.49 |
| Hex | A2 | D6 | 22 | 18 | 0 | 54 | 10 | 4D | 49 | 31 |
| Octal | 242 | 326 | 42 | 30 | 0 | 124 | 20 | 115 | 111 | 61 |
| Binary | 10100010 | 11010110 | 100010 | 11000 | 0 | 1010100 | 10000 | 1001101 | 1001001 | 110001 |
Color Harmonies of #A2D622
Complementary color
Monochromatic Colors of #A2D622
Black with #A2D622
Text Example
Text Example
White with #A2D622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D622; }
p { color: rgb(162,214,34); }
H1.HeaderClassName
{
color: #A2D622;
}
.AnyTagClassName
{
color: #A2D622;
}
</style>
background-color css
<style>
a { background-color: #A2D622; }
a { background-color: rgb(162,214,34); }
div.DivClassName
{
background-color: #A2D622;
}
.BgClassName
{
background-color: #A2D622;
}
</style>
border-color css
<style>
span { border-color: #A2D622; }
span { border-color: rgb(162,214,34); }
td.TdClassName
{
border-color: #A2D622;
}
.TagClassName
{
border-color: #A2D622;
}
</style>