Shades of Yellow Green #A2D629
Tints of Yellow Green #A2D629
RGB
CMYK
RGB Variations
Color information
#A2D629 (or 0xA2D629) is known color: Yellow Green. HEX triplet: A2, D6 and 29. RGB value is (162,214,41). Sum of RGB (Red+Green+Blue) = 162+214+41=417 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.85% from 417); Green value is 214 (83.98% from 255 or 51.32% from 417); Blue value is 41 (16.41% from 255 or 9.83% from 417); Max value from RGB is 214 - color contains mainly: green. Hex color #A2D629 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2D629 is #5D29D6. Grayscale: #B3B3B3. Windows color (decimal): -6105559 or 2741922. OLE color: 2741922.
HSL color Cylindrical-coordinate representation of color #A2D629: hue angle of 78.03º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A2D629 is Cyan = 0.24, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 162 | 214 | 41 | - |
| CMYK | 0.24 | 0 | 0.81 | 0.16 |
| HSL | 78.03º | 0.68% | 0.5% | - |
| HSV(B) | 78.03º | 0.81% | 0.84% | - |
| XYZ | 39.35 | 55.93 | 10.82 | - |
| YUV | 178.73 | 50.27 | 116.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 214 | 41 | 0.24 | 0 | 0.81 | 0.16 | 78.03 | 0.68 | 0.5 |
| Hex | A2 | D6 | 29 | 18 | 0 | 51 | 10 | 4E | 44 | 32 |
| Octal | 242 | 326 | 51 | 30 | 0 | 121 | 20 | 116 | 104 | 62 |
| Binary | 10100010 | 11010110 | 101001 | 11000 | 0 | 1010001 | 10000 | 1001110 | 1000100 | 110010 |
Color Harmonies of #A2D629
Complementary color
Monochromatic Colors of #A2D629
Black with #A2D629
Text Example
Text Example
White with #A2D629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D629; }
p { color: rgb(162,214,41); }
H1.HeaderClassName
{
color: #A2D629;
}
.AnyTagClassName
{
color: #A2D629;
}
</style>
background-color css
<style>
a { background-color: #A2D629; }
a { background-color: rgb(162,214,41); }
div.DivClassName
{
background-color: #A2D629;
}
.BgClassName
{
background-color: #A2D629;
}
</style>
border-color css
<style>
span { border-color: #A2D629; }
span { border-color: rgb(162,214,41); }
td.TdClassName
{
border-color: #A2D629;
}
.TagClassName
{
border-color: #A2D629;
}
</style>