Shades of Yellow Green #A2D325
Tints of Yellow Green #A2D325
RGB
CMYK
RGB Variations
Color information
#A2D325 (or 0xA2D325) is known color: Yellow Green. HEX triplet: A2, D3 and 25. RGB value is (162,211,37). Sum of RGB (Red+Green+Blue) = 162+211+37=410 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.51% from 410); Green value is 211 (82.81% from 255 or 51.46% from 410); Blue value is 37 (14.84% from 255 or 9.02% from 410); Max value from RGB is 211 - color contains mainly: green. Hex color #A2D325 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2D325 is #5D2CDA. Grayscale: #B1B1B1. Windows color (decimal): -6106331 or 2479010. OLE color: 2479010.
HSL color Cylindrical-coordinate representation of color #A2D325: hue angle of 76.9º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A2D325 is Cyan = 0.23, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 162 | 211 | 37 | - |
| CMYK | 0.23 | 0 | 0.82 | 0.17 |
| HSL | 76.9º | 0.7% | 0.49% | - |
| HSV(B) | 76.9º | 0.82% | 0.83% | - |
| XYZ | 38.53 | 54.4 | 10.22 | - |
| YUV | 176.51 | 49.27 | 117.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 211 | 37 | 0.23 | 0 | 0.82 | 0.17 | 76.9 | 0.7 | 0.49 |
| Hex | A2 | D3 | 25 | 17 | 0 | 52 | 11 | 4D | 46 | 31 |
| Octal | 242 | 323 | 45 | 27 | 0 | 122 | 21 | 115 | 106 | 61 |
| Binary | 10100010 | 11010011 | 100101 | 10111 | 0 | 1010010 | 10001 | 1001101 | 1000110 | 110001 |
Color Harmonies of #A2D325
Complementary color
Monochromatic Colors of #A2D325
Black with #A2D325
Text Example
Text Example
White with #A2D325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D325; }
p { color: rgb(162,211,37); }
H1.HeaderClassName
{
color: #A2D325;
}
.AnyTagClassName
{
color: #A2D325;
}
</style>
background-color css
<style>
a { background-color: #A2D325; }
a { background-color: rgb(162,211,37); }
div.DivClassName
{
background-color: #A2D325;
}
.BgClassName
{
background-color: #A2D325;
}
</style>
border-color css
<style>
span { border-color: #A2D325; }
span { border-color: rgb(162,211,37); }
td.TdClassName
{
border-color: #A2D325;
}
.TagClassName
{
border-color: #A2D325;
}
</style>