Shades of Pale Green #A1FCAC
Tints of Pale Green #A1FCAC
RGB
CMYK
RGB Variations
Color information
#A1FCAC (or 0xA1FCAC) is known color: Pale Green. HEX triplet: A1, FC and AC. RGB value is (161,252,172). Sum of RGB (Red+Green+Blue) = 161+252+172=585 (77% of max value = 765). Red value is 161 (63.28% from 255 or 27.52% from 585); Green value is 252 (98.83% from 255 or 43.08% from 585); Blue value is 172 (67.58% from 255 or 29.40% from 585); Max value from RGB is 252 - color contains mainly: green. Hex color #A1FCAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1FCAC is #5E0353. Grayscale: #D7D7D7. Windows color (decimal): -6161236 or 11336865. OLE color: 11336865.
HSL color Cylindrical-coordinate representation of color #A1FCAC: hue angle of 127.25º 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 #A1FCAC is Cyan = 0.36, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 161 | 252 | 172 | - |
| CMYK | 0.36 | 0 | 0.32 | 0.01 |
| HSL | 127.25º | 0.94% | 0.81% | - |
| HSV(B) | 127.25º | 0.36% | 0.99% | - |
| XYZ | 56.95 | 80.18 | 51.5 | - |
| YUV | 215.67 | 103.35 | 89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 252 | 172 | 0.36 | 0 | 0.32 | 0.01 | 127.25 | 0.94 | 0.81 |
| Hex | A1 | FC | AC | 24 | 0 | 20 | 1 | 7F | 5E | 51 |
| Octal | 241 | 374 | 254 | 44 | 0 | 40 | 1 | 177 | 136 | 121 |
| Binary | 10100001 | 11111100 | 10101100 | 100100 | 0 | 100000 | 1 | 1111111 | 1011110 | 1010001 |
Color Harmonies of #A1FCAC
Complementary color
Monochromatic Colors of #A1FCAC
Black with #A1FCAC
Text Example
Text Example
White with #A1FCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1FCAC; }
p { color: rgb(161,252,172); }
H1.HeaderClassName
{
color: #A1FCAC;
}
.AnyTagClassName
{
color: #A1FCAC;
}
</style>
background-color css
<style>
a { background-color: #A1FCAC; }
a { background-color: rgb(161,252,172); }
div.DivClassName
{
background-color: #A1FCAC;
}
.BgClassName
{
background-color: #A1FCAC;
}
</style>
border-color css
<style>
span { border-color: #A1FCAC; }
span { border-color: rgb(161,252,172); }
td.TdClassName
{
border-color: #A1FCAC;
}
.TagClassName
{
border-color: #A1FCAC;
}
</style>