Shades of Pale Green #9BFAAA
Tints of Pale Green #9BFAAA
RGB
CMYK
RGB Variations
Color information
#9BFAAA (or 0x9BFAAA) is known color: Pale Green. HEX triplet: 9B, FA and AA. RGB value is (155,250,170). Sum of RGB (Red+Green+Blue) = 155+250+170=575 (76% of max value = 765). Red value is 155 (60.94% from 255 or 26.96% from 575); Green value is 250 (98.05% from 255 or 43.48% from 575); Blue value is 170 (66.80% from 255 or 29.57% from 575); Max value from RGB is 250 - color contains mainly: green. Hex color #9BFAAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BFAAA is #640555. Grayscale: #D4D4D4. Windows color (decimal): -6554966 or 11205275. OLE color: 11205275.
HSL color Cylindrical-coordinate representation of color #9BFAAA: hue angle of 129.47º 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 #9BFAAA is Cyan = 0.38, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 155 | 250 | 170 | - |
| CMYK | 0.38 | 0 | 0.32 | 0.02 |
| HSL | 129.47º | 0.9% | 0.79% | - |
| HSV(B) | 129.47º | 0.38% | 0.98% | - |
| XYZ | 54.96 | 78.24 | 50.24 | - |
| YUV | 212.48 | 104.03 | 87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 250 | 170 | 0.38 | 0 | 0.32 | 0.02 | 129.47 | 0.9 | 0.79 |
| Hex | 9B | FA | AA | 26 | 0 | 20 | 2 | 81 | 5A | 4F |
| Octal | 233 | 372 | 252 | 46 | 0 | 40 | 2 | 201 | 132 | 117 |
| Binary | 10011011 | 11111010 | 10101010 | 100110 | 0 | 100000 | 10 | 10000001 | 1011010 | 1001111 |
Color Harmonies of #9BFAAA
Complementary color
Monochromatic Colors of #9BFAAA
Black with #9BFAAA
Text Example
Text Example
White with #9BFAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFAAA; }
p { color: rgb(155,250,170); }
H1.HeaderClassName
{
color: #9BFAAA;
}
.AnyTagClassName
{
color: #9BFAAA;
}
</style>
background-color css
<style>
a { background-color: #9BFAAA; }
a { background-color: rgb(155,250,170); }
div.DivClassName
{
background-color: #9BFAAA;
}
.BgClassName
{
background-color: #9BFAAA;
}
</style>
border-color css
<style>
span { border-color: #9BFAAA; }
span { border-color: rgb(155,250,170); }
td.TdClassName
{
border-color: #9BFAAA;
}
.TagClassName
{
border-color: #9BFAAA;
}
</style>