Shades of Yellow Green #A1DE2C
Tints of Yellow Green #A1DE2C
RGB
CMYK
RGB Variations
Color information
#A1DE2C (or 0xA1DE2C) is known color: Yellow Green. HEX triplet: A1, DE and 2C. RGB value is (161,222,44). Sum of RGB (Red+Green+Blue) = 161+222+44=427 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.70% from 427); Green value is 222 (87.11% from 255 or 51.99% from 427); Blue value is 44 (17.58% from 255 or 10.30% from 427); Max value from RGB is 222 - color contains mainly: green. Hex color #A1DE2C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1DE2C is #5E21D3. Grayscale: #B8B8B8. Windows color (decimal): -6169044 or 2940577. OLE color: 2940577.
HSL color Cylindrical-coordinate representation of color #A1DE2C: hue angle of 80.56º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A1DE2C is Cyan = 0.27, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 222 | 44 | - |
| CMYK | 0.27 | 0 | 0.80 | 0.13 |
| HSL | 80.56º | 0.73% | 0.52% | - |
| HSV(B) | 80.56º | 0.8% | 0.87% | - |
| XYZ | 41.27 | 60 | 11.79 | - |
| YUV | 183.47 | 49.29 | 111.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 222 | 44 | 0.27 | 0 | 0.80 | 0.13 | 80.56 | 0.73 | 0.52 |
| Hex | A1 | DE | 2C | 1B | 0 | 50 | D | 51 | 49 | 34 |
| Octal | 241 | 336 | 54 | 33 | 0 | 120 | 15 | 121 | 111 | 64 |
| Binary | 10100001 | 11011110 | 101100 | 11011 | 0 | 1010000 | 1101 | 1010001 | 1001001 | 110100 |
Color Harmonies of #A1DE2C
Complementary color
Monochromatic Colors of #A1DE2C
Black with #A1DE2C
Text Example
Text Example
White with #A1DE2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DE2C; }
p { color: rgb(161,222,44); }
H1.HeaderClassName
{
color: #A1DE2C;
}
.AnyTagClassName
{
color: #A1DE2C;
}
</style>
background-color css
<style>
a { background-color: #A1DE2C; }
a { background-color: rgb(161,222,44); }
div.DivClassName
{
background-color: #A1DE2C;
}
.BgClassName
{
background-color: #A1DE2C;
}
</style>
border-color css
<style>
span { border-color: #A1DE2C; }
span { border-color: rgb(161,222,44); }
td.TdClassName
{
border-color: #A1DE2C;
}
.TagClassName
{
border-color: #A1DE2C;
}
</style>