Shades of Pale Green #9FFB94
Tints of Pale Green #9FFB94
RGB
CMYK
RGB Variations
Color information
#9FFB94 (or 0x9FFB94) is known color: Pale Green. HEX triplet: 9F, FB and 94. RGB value is (159,251,148). Sum of RGB (Red+Green+Blue) = 159+251+148=558 (73% of max value = 765). Red value is 159 (62.5% from 255 or 28.49% from 558); Green value is 251 (98.44% from 255 or 44.98% from 558); Blue value is 148 (58.20% from 255 or 26.52% from 558); Max value from RGB is 251 - color contains mainly: green. Hex color #9FFB94 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9FFB94 is #60046B. Grayscale: #D4D4D4. Windows color (decimal): -6292588 or 9763743. OLE color: 9763743.
HSL color Cylindrical-coordinate representation of color #9FFB94: hue angle of 113.59º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9FFB94 is Cyan = 0.37, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 159 | 251 | 148 | - |
| CMYK | 0.37 | 0 | 0.41 | 0.02 |
| HSL | 113.59º | 0.93% | 0.78% | - |
| HSV(B) | 113.59º | 0.41% | 0.98% | - |
| XYZ | 54.14 | 78.5 | 40.32 | - |
| YUV | 211.75 | 92.02 | 90.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 251 | 148 | 0.37 | 0 | 0.41 | 0.02 | 113.59 | 0.93 | 0.78 |
| Hex | 9F | FB | 94 | 25 | 0 | 29 | 2 | 72 | 5D | 4E |
| Octal | 237 | 373 | 224 | 45 | 0 | 51 | 2 | 162 | 135 | 116 |
| Binary | 10011111 | 11111011 | 10010100 | 100101 | 0 | 101001 | 10 | 1110010 | 1011101 | 1001110 |
Color Harmonies of #9FFB94
Complementary color
Monochromatic Colors of #9FFB94
Black with #9FFB94
Text Example
Text Example
White with #9FFB94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FFB94; }
p { color: rgb(159,251,148); }
H1.HeaderClassName
{
color: #9FFB94;
}
.AnyTagClassName
{
color: #9FFB94;
}
</style>
background-color css
<style>
a { background-color: #9FFB94; }
a { background-color: rgb(159,251,148); }
div.DivClassName
{
background-color: #9FFB94;
}
.BgClassName
{
background-color: #9FFB94;
}
</style>
border-color css
<style>
span { border-color: #9FFB94; }
span { border-color: rgb(159,251,148); }
td.TdClassName
{
border-color: #9FFB94;
}
.TagClassName
{
border-color: #9FFB94;
}
</style>