Shades of Pale Green #9FFAAC
Tints of Pale Green #9FFAAC
RGB
CMYK
RGB Variations
Color information
#9FFAAC (or 0x9FFAAC) is known color: Pale Green. HEX triplet: 9F, FA and AC. RGB value is (159,250,172). Sum of RGB (Red+Green+Blue) = 159+250+172=581 (76% of max value = 765). Red value is 159 (62.5% from 255 or 27.37% from 581); Green value is 250 (98.05% from 255 or 43.03% from 581); Blue value is 172 (67.58% from 255 or 29.60% from 581); Max value from RGB is 250 - color contains mainly: green. Hex color #9FFAAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9FFAAC is #600553. Grayscale: #D6D6D6. Windows color (decimal): -6292820 or 11336351. OLE color: 11336351.
HSL color Cylindrical-coordinate representation of color #9FFAAC: hue angle of 128.57º 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 #9FFAAC is Cyan = 0.36, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 159 | 250 | 172 | - |
| CMYK | 0.36 | 0 | 0.31 | 0.02 |
| HSL | 128.57º | 0.9% | 0.8% | - |
| HSV(B) | 128.57º | 0.36% | 0.98% | - |
| XYZ | 55.93 | 78.72 | 51.28 | - |
| YUV | 213.9 | 104.35 | 88.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 250 | 172 | 0.36 | 0 | 0.31 | 0.02 | 128.57 | 0.9 | 0.8 |
| Hex | 9F | FA | AC | 24 | 0 | 1F | 2 | 81 | 5A | 50 |
| Octal | 237 | 372 | 254 | 44 | 0 | 37 | 2 | 201 | 132 | 120 |
| Binary | 10011111 | 11111010 | 10101100 | 100100 | 0 | 11111 | 10 | 10000001 | 1011010 | 1010000 |
Color Harmonies of #9FFAAC
Complementary color
Monochromatic Colors of #9FFAAC
Black with #9FFAAC
Text Example
Text Example
White with #9FFAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FFAAC; }
p { color: rgb(159,250,172); }
H1.HeaderClassName
{
color: #9FFAAC;
}
.AnyTagClassName
{
color: #9FFAAC;
}
</style>
background-color css
<style>
a { background-color: #9FFAAC; }
a { background-color: rgb(159,250,172); }
div.DivClassName
{
background-color: #9FFAAC;
}
.BgClassName
{
background-color: #9FFAAC;
}
</style>
border-color css
<style>
span { border-color: #9FFAAC; }
span { border-color: rgb(159,250,172); }
td.TdClassName
{
border-color: #9FFAAC;
}
.TagClassName
{
border-color: #9FFAAC;
}
</style>