Shades of Yellow Green #A0DD25
Tints of Yellow Green #A0DD25
RGB
CMYK
RGB Variations
Color information
#A0DD25 (or 0xA0DD25) is known color: Yellow Green. HEX triplet: A0, DD and 25. RGB value is (160,221,37). Sum of RGB (Red+Green+Blue) = 160+221+37=418 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.28% from 418); Green value is 221 (86.72% from 255 or 52.87% from 418); Blue value is 37 (14.84% from 255 or 8.85% from 418); Max value from RGB is 221 - color contains mainly: green. Hex color #A0DD25 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0DD25 is #5F22DA. Grayscale: #B6B6B6. Windows color (decimal): -6234843 or 2481568. OLE color: 2481568.
HSL color Cylindrical-coordinate representation of color #A0DD25: hue angle of 79.89º 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 #A0DD25 is Cyan = 0.28, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 221 | 37 | - |
| CMYK | 0.28 | 0 | 0.83 | 0.13 |
| HSL | 79.89º | 0.73% | 0.51% | - |
| HSV(B) | 79.89º | 0.83% | 0.87% | - |
| XYZ | 40.69 | 59.32 | 11.06 | - |
| YUV | 181.79 | 46.29 | 112.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 221 | 37 | 0.28 | 0 | 0.83 | 0.13 | 79.89 | 0.73 | 0.51 |
| Hex | A0 | DD | 25 | 1C | 0 | 53 | D | 50 | 49 | 33 |
| Octal | 240 | 335 | 45 | 34 | 0 | 123 | 15 | 120 | 111 | 63 |
| Binary | 10100000 | 11011101 | 100101 | 11100 | 0 | 1010011 | 1101 | 1010000 | 1001001 | 110011 |
Color Harmonies of #A0DD25
Complementary color
Monochromatic Colors of #A0DD25
Black with #A0DD25
Text Example
Text Example
White with #A0DD25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DD25; }
p { color: rgb(160,221,37); }
H1.HeaderClassName
{
color: #A0DD25;
}
.AnyTagClassName
{
color: #A0DD25;
}
</style>
background-color css
<style>
a { background-color: #A0DD25; }
a { background-color: rgb(160,221,37); }
div.DivClassName
{
background-color: #A0DD25;
}
.BgClassName
{
background-color: #A0DD25;
}
</style>
border-color css
<style>
span { border-color: #A0DD25; }
span { border-color: rgb(160,221,37); }
td.TdClassName
{
border-color: #A0DD25;
}
.TagClassName
{
border-color: #A0DD25;
}
</style>