Shades of Pale Green #9BFDAB
Tints of Pale Green #9BFDAB
RGB
CMYK
RGB Variations
Color information
#9BFDAB (or 0x9BFDAB) is known color: Pale Green. HEX triplet: 9B, FD and AB. RGB value is (155,253,171). Sum of RGB (Red+Green+Blue) = 155+253+171=579 (76% of max value = 765). Red value is 155 (60.94% from 255 or 26.77% from 579); Green value is 253 (99.22% from 255 or 43.70% from 579); Blue value is 171 (67.19% from 255 or 29.53% from 579); Max value from RGB is 253 - color contains mainly: green. Hex color #9BFDAB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BFDAB is #640254. Grayscale: #D6D6D6. Windows color (decimal): -6554197 or 11271579. OLE color: 11271579.
HSL color Cylindrical-coordinate representation of color #9BFDAB: hue angle of 129.8º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9BFDAB is Cyan = 0.39, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 155 | 253 | 171 | - |
| CMYK | 0.39 | 0 | 0.32 | 0.01 |
| HSL | 129.8º | 0.96% | 0.8% | - |
| HSV(B) | 129.8º | 0.39% | 0.99% | - |
| XYZ | 55.99 | 80.16 | 51.05 | - |
| YUV | 214.35 | 103.53 | 85.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 253 | 171 | 0.39 | 0 | 0.32 | 0.01 | 129.8 | 0.96 | 0.8 |
| Hex | 9B | FD | AB | 27 | 0 | 20 | 1 | 82 | 60 | 50 |
| Octal | 233 | 375 | 253 | 47 | 0 | 40 | 1 | 202 | 140 | 120 |
| Binary | 10011011 | 11111101 | 10101011 | 100111 | 0 | 100000 | 1 | 10000010 | 1100000 | 1010000 |
Color Harmonies of #9BFDAB
Complementary color
Monochromatic Colors of #9BFDAB
Black with #9BFDAB
Text Example
Text Example
White with #9BFDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFDAB; }
p { color: rgb(155,253,171); }
H1.HeaderClassName
{
color: #9BFDAB;
}
.AnyTagClassName
{
color: #9BFDAB;
}
</style>
background-color css
<style>
a { background-color: #9BFDAB; }
a { background-color: rgb(155,253,171); }
div.DivClassName
{
background-color: #9BFDAB;
}
.BgClassName
{
background-color: #9BFDAB;
}
</style>
border-color css
<style>
span { border-color: #9BFDAB; }
span { border-color: rgb(155,253,171); }
td.TdClassName
{
border-color: #9BFDAB;
}
.TagClassName
{
border-color: #9BFDAB;
}
</style>