Shades of Pale Green #A1FC91
Tints of Pale Green #A1FC91
RGB
CMYK
RGB Variations
Color information
#A1FC91 (or 0xA1FC91) is known color: Pale Green. HEX triplet: A1, FC and 91. RGB value is (161,252,145). Sum of RGB (Red+Green+Blue) = 161+252+145=558 (73% of max value = 765). Red value is 161 (63.28% from 255 or 28.85% from 558); Green value is 252 (98.83% from 255 or 45.16% from 558); Blue value is 145 (57.03% from 255 or 25.99% from 558); Max value from RGB is 252 - color contains mainly: green. Hex color #A1FC91 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1FC91 is #5E036E. Grayscale: #D4D4D4. Windows color (decimal): -6161263 or 9567393. OLE color: 9567393.
HSL color Cylindrical-coordinate representation of color #A1FC91: hue angle of 111.03º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A1FC91 is Cyan = 0.36, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 161 | 252 | 145 | - |
| CMYK | 0.36 | 0 | 0.42 | 0.01 |
| HSL | 111.03º | 0.95% | 0.78% | - |
| HSV(B) | 111.03º | 0.42% | 0.99% | - |
| XYZ | 54.62 | 79.24 | 39.2 | - |
| YUV | 212.59 | 89.85 | 91.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 252 | 145 | 0.36 | 0 | 0.42 | 0.01 | 111.03 | 0.95 | 0.78 |
| Hex | A1 | FC | 91 | 24 | 0 | 2A | 1 | 6F | 5F | 4E |
| Octal | 241 | 374 | 221 | 44 | 0 | 52 | 1 | 157 | 137 | 116 |
| Binary | 10100001 | 11111100 | 10010001 | 100100 | 0 | 101010 | 1 | 1101111 | 1011111 | 1001110 |
Color Harmonies of #A1FC91
Complementary color
Monochromatic Colors of #A1FC91
Black with #A1FC91
Text Example
Text Example
White with #A1FC91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1FC91; }
p { color: rgb(161,252,145); }
H1.HeaderClassName
{
color: #A1FC91;
}
.AnyTagClassName
{
color: #A1FC91;
}
</style>
background-color css
<style>
a { background-color: #A1FC91; }
a { background-color: rgb(161,252,145); }
div.DivClassName
{
background-color: #A1FC91;
}
.BgClassName
{
background-color: #A1FC91;
}
</style>
border-color css
<style>
span { border-color: #A1FC91; }
span { border-color: rgb(161,252,145); }
td.TdClassName
{
border-color: #A1FC91;
}
.TagClassName
{
border-color: #A1FC91;
}
</style>