Shades of Pale Green #A1FAA1
Tints of Pale Green #A1FAA1
RGB
CMYK
RGB Variations
Color information
#A1FAA1 (or 0xA1FAA1) is known color: Pale Green. HEX triplet: A1, FA and A1. RGB value is (161,250,161). Sum of RGB (Red+Green+Blue) = 161+250+161=572 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.15% from 572); Green value is 250 (98.05% from 255 or 43.71% from 572); Blue value is 161 (63.28% from 255 or 28.15% from 572); Max value from RGB is 250 - color contains mainly: green. Hex color #A1FAA1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1FAA1 is #5E055E. Grayscale: #D5D5D5. Windows color (decimal): -6161759 or 10615457. OLE color: 10615457.
HSL color Cylindrical-coordinate representation of color #A1FAA1: hue angle of 120º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A1FAA1 is Cyan = 0.36, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 161 | 250 | 161 | - |
| CMYK | 0.36 | 0 | 0.36 | 0.02 |
| HSL | 120º | 0.9% | 0.81% | - |
| HSV(B) | 120º | 0.36% | 0.98% | - |
| XYZ | 55.32 | 78.52 | 45.96 | - |
| YUV | 213.24 | 98.51 | 90.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 250 | 161 | 0.36 | 0 | 0.36 | 0.02 | 120 | 0.9 | 0.81 |
| Hex | A1 | FA | A1 | 24 | 0 | 24 | 2 | 78 | 5A | 51 |
| Octal | 241 | 372 | 241 | 44 | 0 | 44 | 2 | 170 | 132 | 121 |
| Binary | 10100001 | 11111010 | 10100001 | 100100 | 0 | 100100 | 10 | 1111000 | 1011010 | 1010001 |
Color Harmonies of #A1FAA1
Complementary color
Monochromatic Colors of #A1FAA1
Black with #A1FAA1
Text Example
Text Example
White with #A1FAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1FAA1; }
p { color: rgb(161,250,161); }
H1.HeaderClassName
{
color: #A1FAA1;
}
.AnyTagClassName
{
color: #A1FAA1;
}
</style>
background-color css
<style>
a { background-color: #A1FAA1; }
a { background-color: rgb(161,250,161); }
div.DivClassName
{
background-color: #A1FAA1;
}
.BgClassName
{
background-color: #A1FAA1;
}
</style>
border-color css
<style>
span { border-color: #A1FAA1; }
span { border-color: rgb(161,250,161); }
td.TdClassName
{
border-color: #A1FAA1;
}
.TagClassName
{
border-color: #A1FAA1;
}
</style>