Shades of Pale Green #9FFBAF
Tints of Pale Green #9FFBAF
RGB
CMYK
RGB Variations
Color information
#9FFBAF (or 0x9FFBAF) is known color: Pale Green. HEX triplet: 9F, FB and AF. RGB value is (159,251,175). Sum of RGB (Red+Green+Blue) = 159+251+175=585 (77% of max value = 765). Red value is 159 (62.5% from 255 or 27.18% from 585); Green value is 251 (98.44% from 255 or 42.91% from 585); Blue value is 175 (68.75% from 255 or 29.91% from 585); Max value from RGB is 251 - color contains mainly: green. Hex color #9FFBAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9FFBAF is #600450. Grayscale: #D7D7D7. Windows color (decimal): -6292561 or 11533215. OLE color: 11533215.
HSL color Cylindrical-coordinate representation of color #9FFBAF: hue angle of 130.43º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9FFBAF is Cyan = 0.37, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 159 | 251 | 175 | - |
| CMYK | 0.37 | 0 | 0.30 | 0.02 |
| HSL | 130.43º | 0.92% | 0.8% | - |
| HSV(B) | 130.43º | 0.37% | 0.98% | - |
| XYZ | 56.53 | 79.46 | 52.92 | - |
| YUV | 214.83 | 105.52 | 88.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 251 | 175 | 0.37 | 0 | 0.30 | 0.02 | 130.43 | 0.92 | 0.8 |
| Hex | 9F | FB | AF | 25 | 0 | 1E | 2 | 82 | 5C | 50 |
| Octal | 237 | 373 | 257 | 45 | 0 | 36 | 2 | 202 | 134 | 120 |
| Binary | 10011111 | 11111011 | 10101111 | 100101 | 0 | 11110 | 10 | 10000010 | 1011100 | 1010000 |
Color Harmonies of #9FFBAF
Complementary color
Monochromatic Colors of #9FFBAF
Black with #9FFBAF
Text Example
Text Example
White with #9FFBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FFBAF; }
p { color: rgb(159,251,175); }
H1.HeaderClassName
{
color: #9FFBAF;
}
.AnyTagClassName
{
color: #9FFBAF;
}
</style>
background-color css
<style>
a { background-color: #9FFBAF; }
a { background-color: rgb(159,251,175); }
div.DivClassName
{
background-color: #9FFBAF;
}
.BgClassName
{
background-color: #9FFBAF;
}
</style>
border-color css
<style>
span { border-color: #9FFBAF; }
span { border-color: rgb(159,251,175); }
td.TdClassName
{
border-color: #9FFBAF;
}
.TagClassName
{
border-color: #9FFBAF;
}
</style>