Shades of Yellow Green #A1DD2A
Tints of Yellow Green #A1DD2A
RGB
CMYK
RGB Variations
Color information
#A1DD2A (or 0xA1DD2A) is known color: Yellow Green. HEX triplet: A1, DD and 2A. RGB value is (161,221,42). Sum of RGB (Red+Green+Blue) = 161+221+42=424 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.97% from 424); Green value is 221 (86.72% from 255 or 52.12% from 424); Blue value is 42 (16.80% from 255 or 9.91% from 424); Max value from RGB is 221 - color contains mainly: green. Hex color #A1DD2A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1DD2A is #5E22D5. Grayscale: #B7B7B7. Windows color (decimal): -6169302 or 2809249. OLE color: 2809249.
HSL color Cylindrical-coordinate representation of color #A1DD2A: hue angle of 80.11º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A1DD2A is Cyan = 0.27, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 221 | 42 | - |
| CMYK | 0.27 | 0 | 0.81 | 0.13 |
| HSL | 80.11º | 0.72% | 0.52% | - |
| HSV(B) | 80.11º | 0.81% | 0.87% | - |
| XYZ | 40.97 | 59.46 | 11.51 | - |
| YUV | 182.65 | 48.62 | 112.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 221 | 42 | 0.27 | 0 | 0.81 | 0.13 | 80.11 | 0.72 | 0.52 |
| Hex | A1 | DD | 2A | 1B | 0 | 51 | D | 50 | 48 | 34 |
| Octal | 241 | 335 | 52 | 33 | 0 | 121 | 15 | 120 | 110 | 64 |
| Binary | 10100001 | 11011101 | 101010 | 11011 | 0 | 1010001 | 1101 | 1010000 | 1001000 | 110100 |
Color Harmonies of #A1DD2A
Complementary color
Monochromatic Colors of #A1DD2A
Black with #A1DD2A
Text Example
Text Example
White with #A1DD2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DD2A; }
p { color: rgb(161,221,42); }
H1.HeaderClassName
{
color: #A1DD2A;
}
.AnyTagClassName
{
color: #A1DD2A;
}
</style>
background-color css
<style>
a { background-color: #A1DD2A; }
a { background-color: rgb(161,221,42); }
div.DivClassName
{
background-color: #A1DD2A;
}
.BgClassName
{
background-color: #A1DD2A;
}
</style>
border-color css
<style>
span { border-color: #A1DD2A; }
span { border-color: rgb(161,221,42); }
td.TdClassName
{
border-color: #A1DD2A;
}
.TagClassName
{
border-color: #A1DD2A;
}
</style>