Shades of Yellow Green #A1D51E
Tints of Yellow Green #A1D51E
RGB
CMYK
RGB Variations
Color information
#A1D51E (or 0xA1D51E) is known color: Yellow Green. HEX triplet: A1, D5 and 1E. RGB value is (161,213,30). Sum of RGB (Red+Green+Blue) = 161+213+30=404 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.85% from 404); Green value is 213 (83.59% from 255 or 52.72% from 404); Blue value is 30 (12.11% from 255 or 7.43% from 404); Max value from RGB is 213 - color contains mainly: green. Hex color #A1D51E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1D51E is #5E2AE1. Grayscale: #B1B1B1. Windows color (decimal): -6171362 or 2020769. OLE color: 2020769.
HSL color Cylindrical-coordinate representation of color #A1D51E: hue angle of 77.05º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A1D51E is Cyan = 0.24, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 161 | 213 | 30 | - |
| CMYK | 0.24 | 0 | 0.86 | 0.16 |
| HSL | 77.05º | 0.75% | 0.48% | - |
| HSV(B) | 77.05º | 0.86% | 0.84% | - |
| XYZ | 38.73 | 55.26 | 9.85 | - |
| YUV | 176.59 | 45.27 | 116.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 213 | 30 | 0.24 | 0 | 0.86 | 0.16 | 77.05 | 0.75 | 0.48 |
| Hex | A1 | D5 | 1E | 18 | 0 | 56 | 10 | 4D | 4B | 30 |
| Octal | 241 | 325 | 36 | 30 | 0 | 126 | 20 | 115 | 113 | 60 |
| Binary | 10100001 | 11010101 | 11110 | 11000 | 0 | 1010110 | 10000 | 1001101 | 1001011 | 110000 |
Color Harmonies of #A1D51E
Complementary color
Monochromatic Colors of #A1D51E
Black with #A1D51E
Text Example
Text Example
White with #A1D51E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D51E; }
p { color: rgb(161,213,30); }
H1.HeaderClassName
{
color: #A1D51E;
}
.AnyTagClassName
{
color: #A1D51E;
}
</style>
background-color css
<style>
a { background-color: #A1D51E; }
a { background-color: rgb(161,213,30); }
div.DivClassName
{
background-color: #A1D51E;
}
.BgClassName
{
background-color: #A1D51E;
}
</style>
border-color css
<style>
span { border-color: #A1D51E; }
span { border-color: rgb(161,213,30); }
td.TdClassName
{
border-color: #A1D51E;
}
.TagClassName
{
border-color: #A1D51E;
}
</style>