Shades of Pale Green #9BFCAB
Tints of Pale Green #9BFCAB
RGB
CMYK
RGB Variations
Color information
#9BFCAB (or 0x9BFCAB) is known color: Pale Green. HEX triplet: 9B, FC and AB. RGB value is (155,252,171). Sum of RGB (Red+Green+Blue) = 155+252+171=578 (76% of max value = 765). Red value is 155 (60.94% from 255 or 26.82% from 578); Green value is 252 (98.83% from 255 or 43.60% from 578); Blue value is 171 (67.19% from 255 or 29.58% from 578); Max value from RGB is 252 - color contains mainly: green. Hex color #9BFCAB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BFCAB is #640354. Grayscale: #D5D5D5. Windows color (decimal): -6554453 or 11271323. OLE color: 11271323.
HSL color Cylindrical-coordinate representation of color #9BFCAB: hue angle of 129.9º 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 #9BFCAB is Cyan = 0.38, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 155 | 252 | 171 | - |
| CMYK | 0.38 | 0 | 0.32 | 0.01 |
| HSL | 129.9º | 0.94% | 0.8% | - |
| HSV(B) | 129.9º | 0.38% | 0.99% | - |
| XYZ | 55.68 | 79.53 | 50.94 | - |
| YUV | 213.76 | 103.86 | 86.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 252 | 171 | 0.38 | 0 | 0.32 | 0.01 | 129.9 | 0.94 | 0.8 |
| Hex | 9B | FC | AB | 26 | 0 | 20 | 1 | 82 | 5E | 50 |
| Octal | 233 | 374 | 253 | 46 | 0 | 40 | 1 | 202 | 136 | 120 |
| Binary | 10011011 | 11111100 | 10101011 | 100110 | 0 | 100000 | 1 | 10000010 | 1011110 | 1010000 |
Color Harmonies of #9BFCAB
Complementary color
Monochromatic Colors of #9BFCAB
Black with #9BFCAB
Text Example
Text Example
White with #9BFCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFCAB; }
p { color: rgb(155,252,171); }
H1.HeaderClassName
{
color: #9BFCAB;
}
.AnyTagClassName
{
color: #9BFCAB;
}
</style>
background-color css
<style>
a { background-color: #9BFCAB; }
a { background-color: rgb(155,252,171); }
div.DivClassName
{
background-color: #9BFCAB;
}
.BgClassName
{
background-color: #9BFCAB;
}
</style>
border-color css
<style>
span { border-color: #9BFCAB; }
span { border-color: rgb(155,252,171); }
td.TdClassName
{
border-color: #9BFCAB;
}
.TagClassName
{
border-color: #9BFCAB;
}
</style>