Shades of Pale Green #9BFAAB
Tints of Pale Green #9BFAAB
RGB
CMYK
RGB Variations
Color information
#9BFAAB (or 0x9BFAAB) is known color: Pale Green. HEX triplet: 9B, FA and AB. RGB value is (155,250,171). Sum of RGB (Red+Green+Blue) = 155+250+171=576 (76% of max value = 765). Red value is 155 (60.94% from 255 or 26.91% from 576); Green value is 250 (98.05% from 255 or 43.40% from 576); Blue value is 171 (67.19% from 255 or 29.69% from 576); Max value from RGB is 250 - color contains mainly: green. Hex color #9BFAAB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BFAAB is #640554. Grayscale: #D4D4D4. Windows color (decimal): -6554965 or 11270811. OLE color: 11270811.
HSL color Cylindrical-coordinate representation of color #9BFAAB: hue angle of 130.11º degrees, saturation: 0.9, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9BFAAB is Cyan = 0.38, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 155 | 250 | 171 | - |
| CMYK | 0.38 | 0 | 0.32 | 0.02 |
| HSL | 130.11º | 0.9% | 0.79% | - |
| HSV(B) | 130.11º | 0.38% | 0.98% | - |
| XYZ | 55.05 | 78.28 | 50.74 | - |
| YUV | 212.59 | 104.53 | 86.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 250 | 171 | 0.38 | 0 | 0.32 | 0.02 | 130.11 | 0.9 | 0.79 |
| Hex | 9B | FA | AB | 26 | 0 | 20 | 2 | 82 | 5A | 4F |
| Octal | 233 | 372 | 253 | 46 | 0 | 40 | 2 | 202 | 132 | 117 |
| Binary | 10011011 | 11111010 | 10101011 | 100110 | 0 | 100000 | 10 | 10000010 | 1011010 | 1001111 |
Color Harmonies of #9BFAAB
Complementary color
Monochromatic Colors of #9BFAAB
Black with #9BFAAB
Text Example
Text Example
White with #9BFAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFAAB; }
p { color: rgb(155,250,171); }
H1.HeaderClassName
{
color: #9BFAAB;
}
.AnyTagClassName
{
color: #9BFAAB;
}
</style>
background-color css
<style>
a { background-color: #9BFAAB; }
a { background-color: rgb(155,250,171); }
div.DivClassName
{
background-color: #9BFAAB;
}
.BgClassName
{
background-color: #9BFAAB;
}
</style>
border-color css
<style>
span { border-color: #9BFAAB; }
span { border-color: rgb(155,250,171); }
td.TdClassName
{
border-color: #9BFAAB;
}
.TagClassName
{
border-color: #9BFAAB;
}
</style>