Shades of Pale Green #9BFB8C
Tints of Pale Green #9BFB8C
RGB
CMYK
RGB Variations
Color information
#9BFB8C (or 0x9BFB8C) is known color: Pale Green. HEX triplet: 9B, FB and 8C. RGB value is (155,251,140). Sum of RGB (Red+Green+Blue) = 155+251+140=546 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.39% from 546); Green value is 251 (98.44% from 255 or 45.97% from 546); Blue value is 140 (55.08% from 255 or 25.64% from 546); Max value from RGB is 251 - color contains mainly: green. Hex color #9BFB8C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BFB8C is #640473. Grayscale: #D1D1D1. Windows color (decimal): -6554740 or 9239451. OLE color: 9239451.
HSL color Cylindrical-coordinate representation of color #9BFB8C: hue angle of 111.89º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9BFB8C is Cyan = 0.38, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 155 | 251 | 140 | - |
| CMYK | 0.38 | 0 | 0.44 | 0.02 |
| HSL | 111.89º | 0.93% | 0.77% | - |
| HSV(B) | 111.89º | 0.44% | 0.98% | - |
| XYZ | 52.75 | 77.86 | 37.06 | - |
| YUV | 209.64 | 88.7 | 89.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 251 | 140 | 0.38 | 0 | 0.44 | 0.02 | 111.89 | 0.93 | 0.77 |
| Hex | 9B | FB | 8C | 26 | 0 | 2C | 2 | 70 | 5D | 4D |
| Octal | 233 | 373 | 214 | 46 | 0 | 54 | 2 | 160 | 135 | 115 |
| Binary | 10011011 | 11111011 | 10001100 | 100110 | 0 | 101100 | 10 | 1110000 | 1011101 | 1001101 |
Color Harmonies of #9BFB8C
Complementary color
Monochromatic Colors of #9BFB8C
Black with #9BFB8C
Text Example
Text Example
White with #9BFB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFB8C; }
p { color: rgb(155,251,140); }
H1.HeaderClassName
{
color: #9BFB8C;
}
.AnyTagClassName
{
color: #9BFB8C;
}
</style>
background-color css
<style>
a { background-color: #9BFB8C; }
a { background-color: rgb(155,251,140); }
div.DivClassName
{
background-color: #9BFB8C;
}
.BgClassName
{
background-color: #9BFB8C;
}
</style>
border-color css
<style>
span { border-color: #9BFB8C; }
span { border-color: rgb(155,251,140); }
td.TdClassName
{
border-color: #9BFB8C;
}
.TagClassName
{
border-color: #9BFB8C;
}
</style>