Shades of Pale Green #9FFCAC
Tints of Pale Green #9FFCAC
RGB
CMYK
RGB Variations
Color information
#9FFCAC (or 0x9FFCAC) is known color: Pale Green. HEX triplet: 9F, FC and AC. RGB value is (159,252,172). Sum of RGB (Red+Green+Blue) = 159+252+172=583 (77% of max value = 765). Red value is 159 (62.5% from 255 or 27.27% from 583); Green value is 252 (98.83% from 255 or 43.22% from 583); Blue value is 172 (67.58% from 255 or 29.50% from 583); Max value from RGB is 252 - color contains mainly: green. Hex color #9FFCAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9FFCAC is #600353. Grayscale: #D7D7D7. Windows color (decimal): -6292308 or 11336863. OLE color: 11336863.
HSL color Cylindrical-coordinate representation of color #9FFCAC: hue angle of 128.39º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9FFCAC is Cyan = 0.37, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 159 | 252 | 172 | - |
| CMYK | 0.37 | 0 | 0.32 | 0.01 |
| HSL | 128.39º | 0.94% | 0.81% | - |
| HSV(B) | 128.39º | 0.37% | 0.99% | - |
| XYZ | 56.55 | 79.97 | 51.48 | - |
| YUV | 215.07 | 103.69 | 88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 252 | 172 | 0.37 | 0 | 0.32 | 0.01 | 128.39 | 0.94 | 0.81 |
| Hex | 9F | FC | AC | 25 | 0 | 20 | 1 | 80 | 5E | 51 |
| Octal | 237 | 374 | 254 | 45 | 0 | 40 | 1 | 200 | 136 | 121 |
| Binary | 10011111 | 11111100 | 10101100 | 100101 | 0 | 100000 | 1 | 10000000 | 1011110 | 1010001 |
Color Harmonies of #9FFCAC
Complementary color
Monochromatic Colors of #9FFCAC
Black with #9FFCAC
Text Example
Text Example
White with #9FFCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FFCAC; }
p { color: rgb(159,252,172); }
H1.HeaderClassName
{
color: #9FFCAC;
}
.AnyTagClassName
{
color: #9FFCAC;
}
</style>
background-color css
<style>
a { background-color: #9FFCAC; }
a { background-color: rgb(159,252,172); }
div.DivClassName
{
background-color: #9FFCAC;
}
.BgClassName
{
background-color: #9FFCAC;
}
</style>
border-color css
<style>
span { border-color: #9FFCAC; }
span { border-color: rgb(159,252,172); }
td.TdClassName
{
border-color: #9FFCAC;
}
.TagClassName
{
border-color: #9FFCAC;
}
</style>