Shades of Pale Green #9BFC9B
Tints of Pale Green #9BFC9B
RGB
CMYK
RGB Variations
Color information
#9BFC9B (or 0x9BFC9B) is known color: Pale Green. HEX triplet: 9B, FC and 9B. RGB value is (155,252,155). Sum of RGB (Red+Green+Blue) = 155+252+155=562 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.58% from 562); Green value is 252 (98.83% from 255 or 44.84% from 562); Blue value is 155 (60.94% from 255 or 27.58% from 562); Max value from RGB is 252 - color contains mainly: green. Hex color #9BFC9B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BFC9B is #640364. Grayscale: #D4D4D4. Windows color (decimal): -6554469 or 10222747. OLE color: 10222747.
HSL color Cylindrical-coordinate representation of color #9BFC9B: hue angle of 120º 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 #9BFC9B is Cyan = 0.38, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 155 | 252 | 155 | - |
| CMYK | 0.38 | 0 | 0.38 | 0.01 |
| HSL | 120º | 0.94% | 0.8% | - |
| HSV(B) | 120º | 0.38% | 0.99% | - |
| XYZ | 54.24 | 78.96 | 43.39 | - |
| YUV | 211.94 | 95.86 | 87.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 252 | 155 | 0.38 | 0 | 0.38 | 0.01 | 120 | 0.94 | 0.8 |
| Hex | 9B | FC | 9B | 26 | 0 | 26 | 1 | 78 | 5E | 50 |
| Octal | 233 | 374 | 233 | 46 | 0 | 46 | 1 | 170 | 136 | 120 |
| Binary | 10011011 | 11111100 | 10011011 | 100110 | 0 | 100110 | 1 | 1111000 | 1011110 | 1010000 |
Color Harmonies of #9BFC9B
Complementary color
Monochromatic Colors of #9BFC9B
Black with #9BFC9B
Text Example
Text Example
White with #9BFC9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFC9B; }
p { color: rgb(155,252,155); }
H1.HeaderClassName
{
color: #9BFC9B;
}
.AnyTagClassName
{
color: #9BFC9B;
}
</style>
background-color css
<style>
a { background-color: #9BFC9B; }
a { background-color: rgb(155,252,155); }
div.DivClassName
{
background-color: #9BFC9B;
}
.BgClassName
{
background-color: #9BFC9B;
}
</style>
border-color css
<style>
span { border-color: #9BFC9B; }
span { border-color: rgb(155,252,155); }
td.TdClassName
{
border-color: #9BFC9B;
}
.TagClassName
{
border-color: #9BFC9B;
}
</style>