Shades of Pale Green #9BFC86
Tints of Pale Green #9BFC86
RGB
CMYK
RGB Variations
Color information
#9BFC86 (or 0x9BFC86) is known color: Pale Green. HEX triplet: 9B, FC and 86. RGB value is (155,252,134). Sum of RGB (Red+Green+Blue) = 155+252+134=541 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.65% from 541); Green value is 252 (98.83% from 255 or 46.58% from 541); Blue value is 134 (52.73% from 255 or 24.77% from 541); Max value from RGB is 252 - color contains mainly: green. Hex color #9BFC86 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BFC86 is #640379. Grayscale: #D1D1D1. Windows color (decimal): -6554490 or 8846491. OLE color: 8846491.
HSL color Cylindrical-coordinate representation of color #9BFC86: hue angle of 109.32º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9BFC86 is Cyan = 0.38, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 155 | 252 | 134 | - |
| CMYK | 0.38 | 0 | 0.47 | 0.01 |
| HSL | 109.32º | 0.95% | 0.76% | - |
| HSV(B) | 109.32º | 0.47% | 0.99% | - |
| XYZ | 52.63 | 78.31 | 34.9 | - |
| YUV | 209.55 | 85.36 | 89.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 252 | 134 | 0.38 | 0 | 0.47 | 0.01 | 109.32 | 0.95 | 0.76 |
| Hex | 9B | FC | 86 | 26 | 0 | 2F | 1 | 6D | 5F | 4C |
| Octal | 233 | 374 | 206 | 46 | 0 | 57 | 1 | 155 | 137 | 114 |
| Binary | 10011011 | 11111100 | 10000110 | 100110 | 0 | 101111 | 1 | 1101101 | 1011111 | 1001100 |
Color Harmonies of #9BFC86
Complementary color
Monochromatic Colors of #9BFC86
Black with #9BFC86
Text Example
Text Example
White with #9BFC86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFC86; }
p { color: rgb(155,252,134); }
H1.HeaderClassName
{
color: #9BFC86;
}
.AnyTagClassName
{
color: #9BFC86;
}
</style>
background-color css
<style>
a { background-color: #9BFC86; }
a { background-color: rgb(155,252,134); }
div.DivClassName
{
background-color: #9BFC86;
}
.BgClassName
{
background-color: #9BFC86;
}
</style>
border-color css
<style>
span { border-color: #9BFC86; }
span { border-color: rgb(155,252,134); }
td.TdClassName
{
border-color: #9BFC86;
}
.TagClassName
{
border-color: #9BFC86;
}
</style>