Shades of Pale Green #9BFBAB
Tints of Pale Green #9BFBAB
RGB
CMYK
RGB Variations
Color information
#9BFBAB (or 0x9BFBAB) is known color: Pale Green. HEX triplet: 9B, FB and AB. RGB value is (155,251,171). Sum of RGB (Red+Green+Blue) = 155+251+171=577 (76% of max value = 765). Red value is 155 (60.94% from 255 or 26.86% from 577); Green value is 251 (98.44% from 255 or 43.50% from 577); Blue value is 171 (67.19% from 255 or 29.64% from 577); Max value from RGB is 251 - color contains mainly: green. Hex color #9BFBAB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BFBAB is #640454. Grayscale: #D5D5D5. Windows color (decimal): -6554709 or 11271067. OLE color: 11271067.
HSL color Cylindrical-coordinate representation of color #9BFBAB: hue angle of 130º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9BFBAB is Cyan = 0.38, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 155 | 251 | 171 | - |
| CMYK | 0.38 | 0 | 0.32 | 0.02 |
| HSL | 130º | 0.92% | 0.8% | - |
| HSV(B) | 130º | 0.38% | 0.98% | - |
| XYZ | 55.37 | 78.9 | 50.84 | - |
| YUV | 213.18 | 104.2 | 86.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 251 | 171 | 0.38 | 0 | 0.32 | 0.02 | 130 | 0.92 | 0.8 |
| Hex | 9B | FB | AB | 26 | 0 | 20 | 2 | 82 | 5C | 50 |
| Octal | 233 | 373 | 253 | 46 | 0 | 40 | 2 | 202 | 134 | 120 |
| Binary | 10011011 | 11111011 | 10101011 | 100110 | 0 | 100000 | 10 | 10000010 | 1011100 | 1010000 |
Color Harmonies of #9BFBAB
Complementary color
Monochromatic Colors of #9BFBAB
Black with #9BFBAB
Text Example
Text Example
White with #9BFBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFBAB; }
p { color: rgb(155,251,171); }
H1.HeaderClassName
{
color: #9BFBAB;
}
.AnyTagClassName
{
color: #9BFBAB;
}
</style>
background-color css
<style>
a { background-color: #9BFBAB; }
a { background-color: rgb(155,251,171); }
div.DivClassName
{
background-color: #9BFBAB;
}
.BgClassName
{
background-color: #9BFBAB;
}
</style>
border-color css
<style>
span { border-color: #9BFBAB; }
span { border-color: rgb(155,251,171); }
td.TdClassName
{
border-color: #9BFBAB;
}
.TagClassName
{
border-color: #9BFBAB;
}
</style>