Shades of Yellow Green #A2D126
Tints of Yellow Green #A2D126
RGB
CMYK
RGB Variations
Color information
#A2D126 (or 0xA2D126) is known color: Yellow Green. HEX triplet: A2, D1 and 26. RGB value is (162,209,38). Sum of RGB (Red+Green+Blue) = 162+209+38=409 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.61% from 409); Green value is 209 (82.03% from 255 or 51.10% from 409); Blue value is 38 (15.23% from 255 or 9.29% from 409); Max value from RGB is 209 - color contains mainly: green. Hex color #A2D126 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2D126 is #5D2ED9. Grayscale: #B0B0B0. Windows color (decimal): -6106842 or 2544034. OLE color: 2544034.
HSL color Cylindrical-coordinate representation of color #A2D126: hue angle of 76.49º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A2D126 is Cyan = 0.22, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 162 | 209 | 38 | - |
| CMYK | 0.22 | 0 | 0.82 | 0.18 |
| HSL | 76.49º | 0.69% | 0.48% | - |
| HSV(B) | 76.49º | 0.82% | 0.82% | - |
| XYZ | 38.05 | 53.42 | 10.14 | - |
| YUV | 175.45 | 50.43 | 118.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 209 | 38 | 0.22 | 0 | 0.82 | 0.18 | 76.49 | 0.69 | 0.48 |
| Hex | A2 | D1 | 26 | 16 | 0 | 52 | 12 | 4C | 45 | 30 |
| Octal | 242 | 321 | 46 | 26 | 0 | 122 | 22 | 114 | 105 | 60 |
| Binary | 10100010 | 11010001 | 100110 | 10110 | 0 | 1010010 | 10010 | 1001100 | 1000101 | 110000 |
Color Harmonies of #A2D126
Complementary color
Monochromatic Colors of #A2D126
Black with #A2D126
Text Example
Text Example
White with #A2D126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D126; }
p { color: rgb(162,209,38); }
H1.HeaderClassName
{
color: #A2D126;
}
.AnyTagClassName
{
color: #A2D126;
}
</style>
background-color css
<style>
a { background-color: #A2D126; }
a { background-color: rgb(162,209,38); }
div.DivClassName
{
background-color: #A2D126;
}
.BgClassName
{
background-color: #A2D126;
}
</style>
border-color css
<style>
span { border-color: #A2D126; }
span { border-color: rgb(162,209,38); }
td.TdClassName
{
border-color: #A2D126;
}
.TagClassName
{
border-color: #A2D126;
}
</style>