Shades of Pale Green #9BFCB4
Tints of Pale Green #9BFCB4
RGB
CMYK
RGB Variations
Color information
#9BFCB4 (or 0x9BFCB4) is known color: Pale Green. HEX triplet: 9B, FC and B4. RGB value is (155,252,180). Sum of RGB (Red+Green+Blue) = 155+252+180=587 (77% of max value = 765). Red value is 155 (60.94% from 255 or 26.41% from 587); Green value is 252 (98.83% from 255 or 42.93% from 587); Blue value is 180 (70.70% from 255 or 30.66% from 587); Max value from RGB is 252 - color contains mainly: green. Hex color #9BFCB4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BFCB4 is #64034B. Grayscale: #D6D6D6. Windows color (decimal): -6554444 or 11861147. OLE color: 11861147.
HSL color Cylindrical-coordinate representation of color #9BFCB4: hue angle of 135.46º 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 #9BFCB4 is Cyan = 0.38, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 155 | 252 | 180 | - |
| CMYK | 0.38 | 0 | 0.29 | 0.01 |
| HSL | 135.46º | 0.94% | 0.8% | - |
| HSV(B) | 135.46º | 0.38% | 0.99% | - |
| XYZ | 56.57 | 79.88 | 55.62 | - |
| YUV | 214.79 | 108.36 | 85.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 252 | 180 | 0.38 | 0 | 0.29 | 0.01 | 135.46 | 0.94 | 0.8 |
| Hex | 9B | FC | B4 | 26 | 0 | 1D | 1 | 87 | 5E | 50 |
| Octal | 233 | 374 | 264 | 46 | 0 | 35 | 1 | 207 | 136 | 120 |
| Binary | 10011011 | 11111100 | 10110100 | 100110 | 0 | 11101 | 1 | 10000111 | 1011110 | 1010000 |
Color Harmonies of #9BFCB4
Complementary color
Monochromatic Colors of #9BFCB4
Black with #9BFCB4
Text Example
Text Example
White with #9BFCB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFCB4; }
p { color: rgb(155,252,180); }
H1.HeaderClassName
{
color: #9BFCB4;
}
.AnyTagClassName
{
color: #9BFCB4;
}
</style>
background-color css
<style>
a { background-color: #9BFCB4; }
a { background-color: rgb(155,252,180); }
div.DivClassName
{
background-color: #9BFCB4;
}
.BgClassName
{
background-color: #9BFCB4;
}
</style>
border-color css
<style>
span { border-color: #9BFCB4; }
span { border-color: rgb(155,252,180); }
td.TdClassName
{
border-color: #9BFCB4;
}
.TagClassName
{
border-color: #9BFCB4;
}
</style>