Shades of Pale Green #9BFCAC
Tints of Pale Green #9BFCAC
RGB
CMYK
RGB Variations
Color information
#9BFCAC (or 0x9BFCAC) is known color: Pale Green. HEX triplet: 9B, FC and AC. RGB value is (155,252,172). Sum of RGB (Red+Green+Blue) = 155+252+172=579 (76% of max value = 765). Red value is 155 (60.94% from 255 or 26.77% from 579); Green value is 252 (98.83% from 255 or 43.52% from 579); Blue value is 172 (67.58% from 255 or 29.71% from 579); Max value from RGB is 252 - color contains mainly: green. Hex color #9BFCAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BFCAC is #640353. Grayscale: #D6D6D6. Windows color (decimal): -6554452 or 11336859. OLE color: 11336859.
HSL color Cylindrical-coordinate representation of color #9BFCAC: hue angle of 130.52º 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 #9BFCAC is Cyan = 0.38, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 155 | 252 | 172 | - |
| CMYK | 0.38 | 0 | 0.32 | 0.01 |
| HSL | 130.52º | 0.94% | 0.8% | - |
| HSV(B) | 130.52º | 0.38% | 0.99% | - |
| XYZ | 55.77 | 79.57 | 51.45 | - |
| YUV | 213.88 | 104.36 | 86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 252 | 172 | 0.38 | 0 | 0.32 | 0.01 | 130.52 | 0.94 | 0.8 |
| Hex | 9B | FC | AC | 26 | 0 | 20 | 1 | 83 | 5E | 50 |
| Octal | 233 | 374 | 254 | 46 | 0 | 40 | 1 | 203 | 136 | 120 |
| Binary | 10011011 | 11111100 | 10101100 | 100110 | 0 | 100000 | 1 | 10000011 | 1011110 | 1010000 |
Color Harmonies of #9BFCAC
Complementary color
Monochromatic Colors of #9BFCAC
Black with #9BFCAC
Text Example
Text Example
White with #9BFCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFCAC; }
p { color: rgb(155,252,172); }
H1.HeaderClassName
{
color: #9BFCAC;
}
.AnyTagClassName
{
color: #9BFCAC;
}
</style>
background-color css
<style>
a { background-color: #9BFCAC; }
a { background-color: rgb(155,252,172); }
div.DivClassName
{
background-color: #9BFCAC;
}
.BgClassName
{
background-color: #9BFCAC;
}
</style>
border-color css
<style>
span { border-color: #9BFCAC; }
span { border-color: rgb(155,252,172); }
td.TdClassName
{
border-color: #9BFCAC;
}
.TagClassName
{
border-color: #9BFCAC;
}
</style>