Shades of Yellow Green #A1E127
Tints of Yellow Green #A1E127
RGB
CMYK
RGB Variations
Color information
#A1E127 (or 0xA1E127) is known color: Yellow Green. HEX triplet: A1, E1 and 27. RGB value is (161,225,39). Sum of RGB (Red+Green+Blue) = 161+225+39=425 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.88% from 425); Green value is 225 (88.28% from 255 or 52.94% from 425); Blue value is 39 (15.62% from 255 or 9.18% from 425); Max value from RGB is 225 - color contains mainly: green. Hex color #A1E127 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1E127 is #5E1ED8. Grayscale: #B9B9B9. Windows color (decimal): -6168281 or 2613665. OLE color: 2613665.
HSL color Cylindrical-coordinate representation of color #A1E127: hue angle of 80.65º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A1E127 is Cyan = 0.28, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 161 | 225 | 39 | - |
| CMYK | 0.28 | 0 | 0.83 | 0.12 |
| HSL | 80.65º | 0.76% | 0.52% | - |
| HSV(B) | 80.65º | 0.83% | 0.88% | - |
| XYZ | 41.99 | 61.57 | 11.59 | - |
| YUV | 184.66 | 45.8 | 111.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 225 | 39 | 0.28 | 0 | 0.83 | 0.12 | 80.65 | 0.76 | 0.52 |
| Hex | A1 | E1 | 27 | 1C | 0 | 53 | C | 51 | 4C | 34 |
| Octal | 241 | 341 | 47 | 34 | 0 | 123 | 14 | 121 | 114 | 64 |
| Binary | 10100001 | 11100001 | 100111 | 11100 | 0 | 1010011 | 1100 | 1010001 | 1001100 | 110100 |
Color Harmonies of #A1E127
Complementary color
Monochromatic Colors of #A1E127
Black with #A1E127
Text Example
Text Example
White with #A1E127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E127; }
p { color: rgb(161,225,39); }
H1.HeaderClassName
{
color: #A1E127;
}
.AnyTagClassName
{
color: #A1E127;
}
</style>
background-color css
<style>
a { background-color: #A1E127; }
a { background-color: rgb(161,225,39); }
div.DivClassName
{
background-color: #A1E127;
}
.BgClassName
{
background-color: #A1E127;
}
</style>
border-color css
<style>
span { border-color: #A1E127; }
span { border-color: rgb(161,225,39); }
td.TdClassName
{
border-color: #A1E127;
}
.TagClassName
{
border-color: #A1E127;
}
</style>