Shades of Pale Green #9FFAA1
Tints of Pale Green #9FFAA1
RGB
CMYK
RGB Variations
Color information
#9FFAA1 (or 0x9FFAA1) is known color: Pale Green. HEX triplet: 9F, FA and A1. RGB value is (159,250,161). Sum of RGB (Red+Green+Blue) = 159+250+161=570 (75% of max value = 765). Red value is 159 (62.5% from 255 or 27.89% from 570); Green value is 250 (98.05% from 255 or 43.86% from 570); Blue value is 161 (63.28% from 255 or 28.25% from 570); Max value from RGB is 250 - color contains mainly: green. Hex color #9FFAA1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9FFAA1 is #60055E. Grayscale: #D4D4D4. Windows color (decimal): -6292831 or 10615455. OLE color: 10615455.
HSL color Cylindrical-coordinate representation of color #9FFAA1: hue angle of 121.32º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9FFAA1 is Cyan = 0.36, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 159 | 250 | 161 | - |
| CMYK | 0.36 | 0 | 0.36 | 0.02 |
| HSL | 121.32º | 0.9% | 0.8% | - |
| HSV(B) | 121.32º | 0.36% | 0.98% | - |
| XYZ | 54.92 | 78.32 | 45.94 | - |
| YUV | 212.65 | 98.85 | 89.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 250 | 161 | 0.36 | 0 | 0.36 | 0.02 | 121.32 | 0.9 | 0.8 |
| Hex | 9F | FA | A1 | 24 | 0 | 24 | 2 | 79 | 5A | 50 |
| Octal | 237 | 372 | 241 | 44 | 0 | 44 | 2 | 171 | 132 | 120 |
| Binary | 10011111 | 11111010 | 10100001 | 100100 | 0 | 100100 | 10 | 1111001 | 1011010 | 1010000 |
Color Harmonies of #9FFAA1
Complementary color
Monochromatic Colors of #9FFAA1
Black with #9FFAA1
Text Example
Text Example
White with #9FFAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FFAA1; }
p { color: rgb(159,250,161); }
H1.HeaderClassName
{
color: #9FFAA1;
}
.AnyTagClassName
{
color: #9FFAA1;
}
</style>
background-color css
<style>
a { background-color: #9FFAA1; }
a { background-color: rgb(159,250,161); }
div.DivClassName
{
background-color: #9FFAA1;
}
.BgClassName
{
background-color: #9FFAA1;
}
</style>
border-color css
<style>
span { border-color: #9FFAA1; }
span { border-color: rgb(159,250,161); }
td.TdClassName
{
border-color: #9FFAA1;
}
.TagClassName
{
border-color: #9FFAA1;
}
</style>