Shades of Pale Green #A1F890
Tints of Pale Green #A1F890
RGB
CMYK
RGB Variations
Color information
#A1F890 (or 0xA1F890) is known color: Pale Green. HEX triplet: A1, F8 and 90. RGB value is (161,248,144). Sum of RGB (Red+Green+Blue) = 161+248+144=553 (73% of max value = 765). Red value is 161 (63.28% from 255 or 29.11% from 553); Green value is 248 (97.27% from 255 or 44.85% from 553); Blue value is 144 (56.64% from 255 or 26.04% from 553); Max value from RGB is 248 - color contains mainly: green. Hex color #A1F890 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1F890 is #5E076F. Grayscale: #D2D2D2. Windows color (decimal): -6162288 or 9500833. OLE color: 9500833.
HSL color Cylindrical-coordinate representation of color #A1F890: hue angle of 110.19º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A1F890 is Cyan = 0.35, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 161 | 248 | 144 | - |
| CMYK | 0.35 | 0 | 0.42 | 0.03 |
| HSL | 110.19º | 0.88% | 0.77% | - |
| HSV(B) | 110.19º | 0.42% | 0.97% | - |
| XYZ | 53.3 | 76.73 | 38.39 | - |
| YUV | 210.13 | 90.68 | 92.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 248 | 144 | 0.35 | 0 | 0.42 | 0.03 | 110.19 | 0.88 | 0.77 |
| Hex | A1 | F8 | 90 | 23 | 0 | 2A | 3 | 6E | 58 | 4D |
| Octal | 241 | 370 | 220 | 43 | 0 | 52 | 3 | 156 | 130 | 115 |
| Binary | 10100001 | 11111000 | 10010000 | 100011 | 0 | 101010 | 11 | 1101110 | 1011000 | 1001101 |
Color Harmonies of #A1F890
Complementary color
Monochromatic Colors of #A1F890
Black with #A1F890
Text Example
Text Example
White with #A1F890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F890; }
p { color: rgb(161,248,144); }
H1.HeaderClassName
{
color: #A1F890;
}
.AnyTagClassName
{
color: #A1F890;
}
</style>
background-color css
<style>
a { background-color: #A1F890; }
a { background-color: rgb(161,248,144); }
div.DivClassName
{
background-color: #A1F890;
}
.BgClassName
{
background-color: #A1F890;
}
</style>
border-color css
<style>
span { border-color: #A1F890; }
span { border-color: rgb(161,248,144); }
td.TdClassName
{
border-color: #A1F890;
}
.TagClassName
{
border-color: #A1F890;
}
</style>