Shades of Yellow Green #A2D128
Tints of Yellow Green #A2D128
RGB
CMYK
RGB Variations
Color information
#A2D128 (or 0xA2D128) is known color: Yellow Green. HEX triplet: A2, D1 and 28. RGB value is (162,209,40). Sum of RGB (Red+Green+Blue) = 162+209+40=411 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.42% from 411); Green value is 209 (82.03% from 255 or 50.85% from 411); Blue value is 40 (16.02% from 255 or 9.73% from 411); Max value from RGB is 209 - color contains mainly: green. Hex color #A2D128 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2D128 is #5D2ED7. Grayscale: #B0B0B0. Windows color (decimal): -6106840 or 2675106. OLE color: 2675106.
HSL color Cylindrical-coordinate representation of color #A2D128: hue angle of 76.69º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A2D128 is Cyan = 0.22, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 162 | 209 | 40 | - |
| CMYK | 0.22 | 0 | 0.81 | 0.18 |
| HSL | 76.69º | 0.68% | 0.49% | - |
| HSV(B) | 76.69º | 0.81% | 0.82% | - |
| XYZ | 38.08 | 53.44 | 10.31 | - |
| YUV | 175.68 | 51.43 | 118.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 209 | 40 | 0.22 | 0 | 0.81 | 0.18 | 76.69 | 0.68 | 0.49 |
| Hex | A2 | D1 | 28 | 16 | 0 | 51 | 12 | 4D | 44 | 31 |
| Octal | 242 | 321 | 50 | 26 | 0 | 121 | 22 | 115 | 104 | 61 |
| Binary | 10100010 | 11010001 | 101000 | 10110 | 0 | 1010001 | 10010 | 1001101 | 1000100 | 110001 |
Color Harmonies of #A2D128
Complementary color
Monochromatic Colors of #A2D128
Black with #A2D128
Text Example
Text Example
White with #A2D128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D128; }
p { color: rgb(162,209,40); }
H1.HeaderClassName
{
color: #A2D128;
}
.AnyTagClassName
{
color: #A2D128;
}
</style>
background-color css
<style>
a { background-color: #A2D128; }
a { background-color: rgb(162,209,40); }
div.DivClassName
{
background-color: #A2D128;
}
.BgClassName
{
background-color: #A2D128;
}
</style>
border-color css
<style>
span { border-color: #A2D128; }
span { border-color: rgb(162,209,40); }
td.TdClassName
{
border-color: #A2D128;
}
.TagClassName
{
border-color: #A2D128;
}
</style>