Shades of Pale Green #A1FCAA
Tints of Pale Green #A1FCAA
RGB
CMYK
RGB Variations
Color information
#A1FCAA (or 0xA1FCAA) is known color: Pale Green. HEX triplet: A1, FC and AA. RGB value is (161,252,170). Sum of RGB (Red+Green+Blue) = 161+252+170=583 (77% of max value = 765). Red value is 161 (63.28% from 255 or 27.62% from 583); Green value is 252 (98.83% from 255 or 43.22% from 583); Blue value is 170 (66.80% from 255 or 29.16% from 583); Max value from RGB is 252 - color contains mainly: green. Hex color #A1FCAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1FCAA is #5E0355. Grayscale: #D7D7D7. Windows color (decimal): -6161238 or 11205793. OLE color: 11205793.
HSL color Cylindrical-coordinate representation of color #A1FCAA: hue angle of 125.93º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A1FCAA is Cyan = 0.36, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 161 | 252 | 170 | - |
| CMYK | 0.36 | 0 | 0.33 | 0.01 |
| HSL | 125.93º | 0.94% | 0.81% | - |
| HSV(B) | 125.93º | 0.36% | 0.99% | - |
| XYZ | 56.76 | 80.1 | 50.5 | - |
| YUV | 215.44 | 102.35 | 89.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 252 | 170 | 0.36 | 0 | 0.33 | 0.01 | 125.93 | 0.94 | 0.81 |
| Hex | A1 | FC | AA | 24 | 0 | 21 | 1 | 7E | 5E | 51 |
| Octal | 241 | 374 | 252 | 44 | 0 | 41 | 1 | 176 | 136 | 121 |
| Binary | 10100001 | 11111100 | 10101010 | 100100 | 0 | 100001 | 1 | 1111110 | 1011110 | 1010001 |
Color Harmonies of #A1FCAA
Complementary color
Monochromatic Colors of #A1FCAA
Black with #A1FCAA
Text Example
Text Example
White with #A1FCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1FCAA; }
p { color: rgb(161,252,170); }
H1.HeaderClassName
{
color: #A1FCAA;
}
.AnyTagClassName
{
color: #A1FCAA;
}
</style>
background-color css
<style>
a { background-color: #A1FCAA; }
a { background-color: rgb(161,252,170); }
div.DivClassName
{
background-color: #A1FCAA;
}
.BgClassName
{
background-color: #A1FCAA;
}
</style>
border-color css
<style>
span { border-color: #A1FCAA; }
span { border-color: rgb(161,252,170); }
td.TdClassName
{
border-color: #A1FCAA;
}
.TagClassName
{
border-color: #A1FCAA;
}
</style>