Shades of Pale Green #9BFC9F
Tints of Pale Green #9BFC9F
RGB
CMYK
RGB Variations
Color information
#9BFC9F (or 0x9BFC9F) is known color: Pale Green. HEX triplet: 9B, FC and 9F. RGB value is (155,252,159). Sum of RGB (Red+Green+Blue) = 155+252+159=566 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.39% from 566); Green value is 252 (98.83% from 255 or 44.52% from 566); Blue value is 159 (62.5% from 255 or 28.09% from 566); Max value from RGB is 252 - color contains mainly: green. Hex color #9BFC9F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BFC9F is #640360. Grayscale: #D4D4D4. Windows color (decimal): -6554465 or 10484891. OLE color: 10484891.
HSL color Cylindrical-coordinate representation of color #9BFC9F: hue angle of 122.47º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9BFC9F is Cyan = 0.38, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 155 | 252 | 159 | - |
| CMYK | 0.38 | 0 | 0.37 | 0.01 |
| HSL | 122.47º | 0.94% | 0.8% | - |
| HSV(B) | 122.47º | 0.38% | 0.99% | - |
| XYZ | 54.59 | 79.09 | 45.19 | - |
| YUV | 212.4 | 97.86 | 87.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 252 | 159 | 0.38 | 0 | 0.37 | 0.01 | 122.47 | 0.94 | 0.8 |
| Hex | 9B | FC | 9F | 26 | 0 | 25 | 1 | 7A | 5E | 50 |
| Octal | 233 | 374 | 237 | 46 | 0 | 45 | 1 | 172 | 136 | 120 |
| Binary | 10011011 | 11111100 | 10011111 | 100110 | 0 | 100101 | 1 | 1111010 | 1011110 | 1010000 |
Color Harmonies of #9BFC9F
Complementary color
Monochromatic Colors of #9BFC9F
Black with #9BFC9F
Text Example
Text Example
White with #9BFC9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFC9F; }
p { color: rgb(155,252,159); }
H1.HeaderClassName
{
color: #9BFC9F;
}
.AnyTagClassName
{
color: #9BFC9F;
}
</style>
background-color css
<style>
a { background-color: #9BFC9F; }
a { background-color: rgb(155,252,159); }
div.DivClassName
{
background-color: #9BFC9F;
}
.BgClassName
{
background-color: #9BFC9F;
}
</style>
border-color css
<style>
span { border-color: #9BFC9F; }
span { border-color: rgb(155,252,159); }
td.TdClassName
{
border-color: #9BFC9F;
}
.TagClassName
{
border-color: #9BFC9F;
}
</style>