Shades of Yellow Green #A1DD25
Tints of Yellow Green #A1DD25
RGB
CMYK
RGB Variations
Color information
#A1DD25 (or 0xA1DD25) is known color: Yellow Green. HEX triplet: A1, DD and 25. RGB value is (161,221,37). Sum of RGB (Red+Green+Blue) = 161+221+37=419 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.42% from 419); Green value is 221 (86.72% from 255 or 52.74% from 419); Blue value is 37 (14.84% from 255 or 8.83% from 419); Max value from RGB is 221 - color contains mainly: green. Hex color #A1DD25 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1DD25 is #5E22DA. Grayscale: #B6B6B6. Windows color (decimal): -6169307 or 2481569. OLE color: 2481569.
HSL color Cylindrical-coordinate representation of color #A1DD25: hue angle of 79.57º 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 #A1DD25 is Cyan = 0.27, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 221 | 37 | - |
| CMYK | 0.27 | 0 | 0.83 | 0.13 |
| HSL | 79.57º | 0.73% | 0.51% | - |
| HSV(B) | 79.57º | 0.83% | 0.87% | - |
| XYZ | 40.89 | 59.42 | 11.07 | - |
| YUV | 182.08 | 46.12 | 112.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 221 | 37 | 0.27 | 0 | 0.83 | 0.13 | 79.57 | 0.73 | 0.51 |
| Hex | A1 | DD | 25 | 1B | 0 | 53 | D | 50 | 49 | 33 |
| Octal | 241 | 335 | 45 | 33 | 0 | 123 | 15 | 120 | 111 | 63 |
| Binary | 10100001 | 11011101 | 100101 | 11011 | 0 | 1010011 | 1101 | 1010000 | 1001001 | 110011 |
Color Harmonies of #A1DD25
Complementary color
Monochromatic Colors of #A1DD25
Black with #A1DD25
Text Example
Text Example
White with #A1DD25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DD25; }
p { color: rgb(161,221,37); }
H1.HeaderClassName
{
color: #A1DD25;
}
.AnyTagClassName
{
color: #A1DD25;
}
</style>
background-color css
<style>
a { background-color: #A1DD25; }
a { background-color: rgb(161,221,37); }
div.DivClassName
{
background-color: #A1DD25;
}
.BgClassName
{
background-color: #A1DD25;
}
</style>
border-color css
<style>
span { border-color: #A1DD25; }
span { border-color: rgb(161,221,37); }
td.TdClassName
{
border-color: #A1DD25;
}
.TagClassName
{
border-color: #A1DD25;
}
</style>