Shades of Pale Green #A1FC90
Tints of Pale Green #A1FC90
RGB
CMYK
RGB Variations
Color information
#A1FC90 (or 0xA1FC90) is known color: Pale Green. HEX triplet: A1, FC and 90. RGB value is (161,252,144). Sum of RGB (Red+Green+Blue) = 161+252+144=557 (73% of max value = 765). Red value is 161 (63.28% from 255 or 28.90% from 557); Green value is 252 (98.83% from 255 or 45.24% from 557); Blue value is 144 (56.64% from 255 or 25.85% from 557); Max value from RGB is 252 - color contains mainly: green. Hex color #A1FC90 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1FC90 is #5E036F. Grayscale: #D4D4D4. Windows color (decimal): -6161264 or 9501857. OLE color: 9501857.
HSL color Cylindrical-coordinate representation of color #A1FC90: hue angle of 110.56º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A1FC90 is Cyan = 0.36, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 161 | 252 | 144 | - |
| CMYK | 0.36 | 0 | 0.43 | 0.01 |
| HSL | 110.56º | 0.95% | 0.78% | - |
| HSV(B) | 110.56º | 0.43% | 0.99% | - |
| XYZ | 54.54 | 79.21 | 38.8 | - |
| YUV | 212.48 | 89.35 | 91.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 252 | 144 | 0.36 | 0 | 0.43 | 0.01 | 110.56 | 0.95 | 0.78 |
| Hex | A1 | FC | 90 | 24 | 0 | 2B | 1 | 6F | 5F | 4E |
| Octal | 241 | 374 | 220 | 44 | 0 | 53 | 1 | 157 | 137 | 116 |
| Binary | 10100001 | 11111100 | 10010000 | 100100 | 0 | 101011 | 1 | 1101111 | 1011111 | 1001110 |
Color Harmonies of #A1FC90
Complementary color
Monochromatic Colors of #A1FC90
Black with #A1FC90
Text Example
Text Example
White with #A1FC90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1FC90; }
p { color: rgb(161,252,144); }
H1.HeaderClassName
{
color: #A1FC90;
}
.AnyTagClassName
{
color: #A1FC90;
}
</style>
background-color css
<style>
a { background-color: #A1FC90; }
a { background-color: rgb(161,252,144); }
div.DivClassName
{
background-color: #A1FC90;
}
.BgClassName
{
background-color: #A1FC90;
}
</style>
border-color css
<style>
span { border-color: #A1FC90; }
span { border-color: rgb(161,252,144); }
td.TdClassName
{
border-color: #A1FC90;
}
.TagClassName
{
border-color: #A1FC90;
}
</style>