Shades of Pale Green #9FFBAD
Tints of Pale Green #9FFBAD
RGB
CMYK
RGB Variations
Color information
#9FFBAD (or 0x9FFBAD) is known color: Pale Green. HEX triplet: 9F, FB and AD. RGB value is (159,251,173). Sum of RGB (Red+Green+Blue) = 159+251+173=583 (77% of max value = 765). Red value is 159 (62.5% from 255 or 27.27% from 583); Green value is 251 (98.44% from 255 or 43.05% from 583); Blue value is 173 (67.97% from 255 or 29.67% from 583); Max value from RGB is 251 - color contains mainly: green. Hex color #9FFBAD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9FFBAD is #600452. Grayscale: #D6D6D6. Windows color (decimal): -6292563 or 11402143. OLE color: 11402143.
HSL color Cylindrical-coordinate representation of color #9FFBAD: hue angle of 129.13º 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 #9FFBAD is Cyan = 0.37, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 159 | 251 | 173 | - |
| CMYK | 0.37 | 0 | 0.31 | 0.02 |
| HSL | 129.13º | 0.92% | 0.8% | - |
| HSV(B) | 129.13º | 0.37% | 0.98% | - |
| XYZ | 56.34 | 79.38 | 51.89 | - |
| YUV | 214.6 | 104.52 | 88.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 251 | 173 | 0.37 | 0 | 0.31 | 0.02 | 129.13 | 0.92 | 0.8 |
| Hex | 9F | FB | AD | 25 | 0 | 1F | 2 | 81 | 5C | 50 |
| Octal | 237 | 373 | 255 | 45 | 0 | 37 | 2 | 201 | 134 | 120 |
| Binary | 10011111 | 11111011 | 10101101 | 100101 | 0 | 11111 | 10 | 10000001 | 1011100 | 1010000 |
Color Harmonies of #9FFBAD
Complementary color
Monochromatic Colors of #9FFBAD
Black with #9FFBAD
Text Example
Text Example
White with #9FFBAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FFBAD; }
p { color: rgb(159,251,173); }
H1.HeaderClassName
{
color: #9FFBAD;
}
.AnyTagClassName
{
color: #9FFBAD;
}
</style>
background-color css
<style>
a { background-color: #9FFBAD; }
a { background-color: rgb(159,251,173); }
div.DivClassName
{
background-color: #9FFBAD;
}
.BgClassName
{
background-color: #9FFBAD;
}
</style>
border-color css
<style>
span { border-color: #9FFBAD; }
span { border-color: rgb(159,251,173); }
td.TdClassName
{
border-color: #9FFBAD;
}
.TagClassName
{
border-color: #9FFBAD;
}
</style>