Shades of Pale Green #9BFC88
Tints of Pale Green #9BFC88
RGB
CMYK
RGB Variations
Color information
#9BFC88 (or 0x9BFC88) is known color: Pale Green. HEX triplet: 9B, FC and 88. RGB value is (155,252,136). Sum of RGB (Red+Green+Blue) = 155+252+136=543 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.55% from 543); Green value is 252 (98.83% from 255 or 46.41% from 543); Blue value is 136 (53.52% from 255 or 25.05% from 543); Max value from RGB is 252 - color contains mainly: green. Hex color #9BFC88 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BFC88 is #640377. Grayscale: #D2D2D2. Windows color (decimal): -6554488 or 8977563. OLE color: 8977563.
HSL color Cylindrical-coordinate representation of color #9BFC88: hue angle of 110.17º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9BFC88 is Cyan = 0.38, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 155 | 252 | 136 | - |
| CMYK | 0.38 | 0 | 0.46 | 0.01 |
| HSL | 110.17º | 0.95% | 0.76% | - |
| HSV(B) | 110.17º | 0.46% | 0.99% | - |
| XYZ | 52.77 | 78.37 | 35.64 | - |
| YUV | 209.77 | 86.36 | 88.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 252 | 136 | 0.38 | 0 | 0.46 | 0.01 | 110.17 | 0.95 | 0.76 |
| Hex | 9B | FC | 88 | 26 | 0 | 2E | 1 | 6E | 5F | 4C |
| Octal | 233 | 374 | 210 | 46 | 0 | 56 | 1 | 156 | 137 | 114 |
| Binary | 10011011 | 11111100 | 10001000 | 100110 | 0 | 101110 | 1 | 1101110 | 1011111 | 1001100 |
Color Harmonies of #9BFC88
Complementary color
Monochromatic Colors of #9BFC88
Black with #9BFC88
Text Example
Text Example
White with #9BFC88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFC88; }
p { color: rgb(155,252,136); }
H1.HeaderClassName
{
color: #9BFC88;
}
.AnyTagClassName
{
color: #9BFC88;
}
</style>
background-color css
<style>
a { background-color: #9BFC88; }
a { background-color: rgb(155,252,136); }
div.DivClassName
{
background-color: #9BFC88;
}
.BgClassName
{
background-color: #9BFC88;
}
</style>
border-color css
<style>
span { border-color: #9BFC88; }
span { border-color: rgb(155,252,136); }
td.TdClassName
{
border-color: #9BFC88;
}
.TagClassName
{
border-color: #9BFC88;
}
</style>