Shades of Pale Green #9BFAAC
Tints of Pale Green #9BFAAC
RGB
CMYK
RGB Variations
Color information
#9BFAAC (or 0x9BFAAC) is known color: Pale Green. HEX triplet: 9B, FA and AC. RGB value is (155,250,172). Sum of RGB (Red+Green+Blue) = 155+250+172=577 (76% of max value = 765). Red value is 155 (60.94% from 255 or 26.86% from 577); Green value is 250 (98.05% from 255 or 43.33% from 577); Blue value is 172 (67.58% from 255 or 29.81% from 577); Max value from RGB is 250 - color contains mainly: green. Hex color #9BFAAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BFAAC is #640553. Grayscale: #D4D4D4. Windows color (decimal): -6554964 or 11336347. OLE color: 11336347.
HSL color Cylindrical-coordinate representation of color #9BFAAC: hue angle of 130.74º 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 #9BFAAC is Cyan = 0.38, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 155 | 250 | 172 | - |
| CMYK | 0.38 | 0 | 0.31 | 0.02 |
| HSL | 130.74º | 0.9% | 0.79% | - |
| HSV(B) | 130.74º | 0.38% | 0.98% | - |
| XYZ | 55.15 | 78.32 | 51.24 | - |
| YUV | 212.7 | 105.03 | 86.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 250 | 172 | 0.38 | 0 | 0.31 | 0.02 | 130.74 | 0.9 | 0.79 |
| Hex | 9B | FA | AC | 26 | 0 | 1F | 2 | 83 | 5A | 4F |
| Octal | 233 | 372 | 254 | 46 | 0 | 37 | 2 | 203 | 132 | 117 |
| Binary | 10011011 | 11111010 | 10101100 | 100110 | 0 | 11111 | 10 | 10000011 | 1011010 | 1001111 |
Color Harmonies of #9BFAAC
Complementary color
Monochromatic Colors of #9BFAAC
Black with #9BFAAC
Text Example
Text Example
White with #9BFAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFAAC; }
p { color: rgb(155,250,172); }
H1.HeaderClassName
{
color: #9BFAAC;
}
.AnyTagClassName
{
color: #9BFAAC;
}
</style>
background-color css
<style>
a { background-color: #9BFAAC; }
a { background-color: rgb(155,250,172); }
div.DivClassName
{
background-color: #9BFAAC;
}
.BgClassName
{
background-color: #9BFAAC;
}
</style>
border-color css
<style>
span { border-color: #9BFAAC; }
span { border-color: rgb(155,250,172); }
td.TdClassName
{
border-color: #9BFAAC;
}
.TagClassName
{
border-color: #9BFAAC;
}
</style>