Shades of Yellow Green #A2D526
Tints of Yellow Green #A2D526
RGB
CMYK
RGB Variations
Color information
#A2D526 (or 0xA2D526) is known color: Yellow Green. HEX triplet: A2, D5 and 26. RGB value is (162,213,38). Sum of RGB (Red+Green+Blue) = 162+213+38=413 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.23% from 413); Green value is 213 (83.59% from 255 or 51.57% from 413); Blue value is 38 (15.23% from 255 or 9.20% from 413); Max value from RGB is 213 - color contains mainly: green. Hex color #A2D526 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2D526 is #5D2AD9. Grayscale: #B2B2B2. Windows color (decimal): -6105818 or 2545058. OLE color: 2545058.
HSL color Cylindrical-coordinate representation of color #A2D526: hue angle of 77.49º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A2D526 is Cyan = 0.24, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 162 | 213 | 38 | - |
| CMYK | 0.24 | 0 | 0.82 | 0.16 |
| HSL | 77.49º | 0.7% | 0.49% | - |
| HSV(B) | 77.49º | 0.82% | 0.84% | - |
| XYZ | 39.04 | 55.41 | 10.47 | - |
| YUV | 177.8 | 49.1 | 116.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 213 | 38 | 0.24 | 0 | 0.82 | 0.16 | 77.49 | 0.7 | 0.49 |
| Hex | A2 | D5 | 26 | 18 | 0 | 52 | 10 | 4D | 46 | 31 |
| Octal | 242 | 325 | 46 | 30 | 0 | 122 | 20 | 115 | 106 | 61 |
| Binary | 10100010 | 11010101 | 100110 | 11000 | 0 | 1010010 | 10000 | 1001101 | 1000110 | 110001 |
Color Harmonies of #A2D526
Complementary color
Monochromatic Colors of #A2D526
Black with #A2D526
Text Example
Text Example
White with #A2D526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D526; }
p { color: rgb(162,213,38); }
H1.HeaderClassName
{
color: #A2D526;
}
.AnyTagClassName
{
color: #A2D526;
}
</style>
background-color css
<style>
a { background-color: #A2D526; }
a { background-color: rgb(162,213,38); }
div.DivClassName
{
background-color: #A2D526;
}
.BgClassName
{
background-color: #A2D526;
}
</style>
border-color css
<style>
span { border-color: #A2D526; }
span { border-color: rgb(162,213,38); }
td.TdClassName
{
border-color: #A2D526;
}
.TagClassName
{
border-color: #A2D526;
}
</style>