Shades of Yellow Green #A2DD30
Tints of Yellow Green #A2DD30
RGB
CMYK
RGB Variations
Color information
#A2DD30 (or 0xA2DD30) is known color: Yellow Green. HEX triplet: A2, DD and 30. RGB value is (162,221,48). Sum of RGB (Red+Green+Blue) = 162+221+48=431 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.59% from 431); Green value is 221 (86.72% from 255 or 51.28% from 431); Blue value is 48 (19.14% from 255 or 11.14% from 431); Max value from RGB is 221 - color contains mainly: green. Hex color #A2DD30 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2DD30 is #5D22CF. Grayscale: #B8B8B8. Windows color (decimal): -6103760 or 3202466. OLE color: 3202466.
HSL color Cylindrical-coordinate representation of color #A2DD30: hue angle of 80.46º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A2DD30 is Cyan = 0.27, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 221 | 48 | - |
| CMYK | 0.27 | 0 | 0.78 | 0.13 |
| HSL | 80.46º | 0.72% | 0.53% | - |
| HSV(B) | 80.46º | 0.78% | 0.87% | - |
| XYZ | 41.29 | 59.61 | 12.13 | - |
| YUV | 183.64 | 51.45 | 112.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 221 | 48 | 0.27 | 0 | 0.78 | 0.13 | 80.46 | 0.72 | 0.53 |
| Hex | A2 | DD | 30 | 1B | 0 | 4E | D | 50 | 48 | 35 |
| Octal | 242 | 335 | 60 | 33 | 0 | 116 | 15 | 120 | 110 | 65 |
| Binary | 10100010 | 11011101 | 110000 | 11011 | 0 | 1001110 | 1101 | 1010000 | 1001000 | 110101 |
Color Harmonies of #A2DD30
Complementary color
Monochromatic Colors of #A2DD30
Black with #A2DD30
Text Example
Text Example
White with #A2DD30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DD30; }
p { color: rgb(162,221,48); }
H1.HeaderClassName
{
color: #A2DD30;
}
.AnyTagClassName
{
color: #A2DD30;
}
</style>
background-color css
<style>
a { background-color: #A2DD30; }
a { background-color: rgb(162,221,48); }
div.DivClassName
{
background-color: #A2DD30;
}
.BgClassName
{
background-color: #A2DD30;
}
</style>
border-color css
<style>
span { border-color: #A2DD30; }
span { border-color: rgb(162,221,48); }
td.TdClassName
{
border-color: #A2DD30;
}
.TagClassName
{
border-color: #A2DD30;
}
</style>