Shades of Yellow Green #A2DD25
Tints of Yellow Green #A2DD25
RGB
CMYK
RGB Variations
Color information
#A2DD25 (or 0xA2DD25) is known color: Yellow Green. HEX triplet: A2, DD and 25. RGB value is (162,221,37). Sum of RGB (Red+Green+Blue) = 162+221+37=420 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.57% from 420); Green value is 221 (86.72% from 255 or 52.62% from 420); Blue value is 37 (14.84% from 255 or 8.81% from 420); Max value from RGB is 221 - color contains mainly: green. Hex color #A2DD25 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2DD25 is #5D22DA. Grayscale: #B7B7B7. Windows color (decimal): -6103771 or 2481570. OLE color: 2481570.
HSL color Cylindrical-coordinate representation of color #A2DD25: hue angle of 79.24º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A2DD25 is Cyan = 0.27, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 221 | 37 | - |
| CMYK | 0.27 | 0 | 0.83 | 0.13 |
| HSL | 79.24º | 0.73% | 0.51% | - |
| HSV(B) | 79.24º | 0.83% | 0.87% | - |
| XYZ | 41.09 | 59.53 | 11.07 | - |
| YUV | 182.38 | 45.95 | 113.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 221 | 37 | 0.27 | 0 | 0.83 | 0.13 | 79.24 | 0.73 | 0.51 |
| Hex | A2 | DD | 25 | 1B | 0 | 53 | D | 4F | 49 | 33 |
| Octal | 242 | 335 | 45 | 33 | 0 | 123 | 15 | 117 | 111 | 63 |
| Binary | 10100010 | 11011101 | 100101 | 11011 | 0 | 1010011 | 1101 | 1001111 | 1001001 | 110011 |
Color Harmonies of #A2DD25
Complementary color
Monochromatic Colors of #A2DD25
Black with #A2DD25
Text Example
Text Example
White with #A2DD25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DD25; }
p { color: rgb(162,221,37); }
H1.HeaderClassName
{
color: #A2DD25;
}
.AnyTagClassName
{
color: #A2DD25;
}
</style>
background-color css
<style>
a { background-color: #A2DD25; }
a { background-color: rgb(162,221,37); }
div.DivClassName
{
background-color: #A2DD25;
}
.BgClassName
{
background-color: #A2DD25;
}
</style>
border-color css
<style>
span { border-color: #A2DD25; }
span { border-color: rgb(162,221,37); }
td.TdClassName
{
border-color: #A2DD25;
}
.TagClassName
{
border-color: #A2DD25;
}
</style>