Shades of Pale Green #9BFCB1
Tints of Pale Green #9BFCB1
RGB
CMYK
RGB Variations
Color information
#9BFCB1 (or 0x9BFCB1) is known color: Pale Green. HEX triplet: 9B, FC and B1. RGB value is (155,252,177). Sum of RGB (Red+Green+Blue) = 155+252+177=584 (77% of max value = 765). Red value is 155 (60.94% from 255 or 26.54% from 584); Green value is 252 (98.83% from 255 or 43.15% from 584); Blue value is 177 (69.53% from 255 or 30.31% from 584); Max value from RGB is 252 - color contains mainly: green. Hex color #9BFCB1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BFCB1 is #64034E. Grayscale: #D6D6D6. Windows color (decimal): -6554447 or 11664539. OLE color: 11664539.
HSL color Cylindrical-coordinate representation of color #9BFCB1: hue angle of 133.61º 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 #9BFCB1 is Cyan = 0.38, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 155 | 252 | 177 | - |
| CMYK | 0.38 | 0 | 0.30 | 0.01 |
| HSL | 133.61º | 0.94% | 0.8% | - |
| HSV(B) | 133.61º | 0.38% | 0.99% | - |
| XYZ | 56.26 | 79.76 | 54.03 | - |
| YUV | 214.45 | 106.86 | 85.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 252 | 177 | 0.38 | 0 | 0.30 | 0.01 | 133.61 | 0.94 | 0.8 |
| Hex | 9B | FC | B1 | 26 | 0 | 1E | 1 | 86 | 5E | 50 |
| Octal | 233 | 374 | 261 | 46 | 0 | 36 | 1 | 206 | 136 | 120 |
| Binary | 10011011 | 11111100 | 10110001 | 100110 | 0 | 11110 | 1 | 10000110 | 1011110 | 1010000 |
Color Harmonies of #9BFCB1
Complementary color
Monochromatic Colors of #9BFCB1
Black with #9BFCB1
Text Example
Text Example
White with #9BFCB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFCB1; }
p { color: rgb(155,252,177); }
H1.HeaderClassName
{
color: #9BFCB1;
}
.AnyTagClassName
{
color: #9BFCB1;
}
</style>
background-color css
<style>
a { background-color: #9BFCB1; }
a { background-color: rgb(155,252,177); }
div.DivClassName
{
background-color: #9BFCB1;
}
.BgClassName
{
background-color: #9BFCB1;
}
</style>
border-color css
<style>
span { border-color: #9BFCB1; }
span { border-color: rgb(155,252,177); }
td.TdClassName
{
border-color: #9BFCB1;
}
.TagClassName
{
border-color: #9BFCB1;
}
</style>