Shades of Pale Green #9BF9B0
Tints of Pale Green #9BF9B0
RGB
CMYK
RGB Variations
Color information
#9BF9B0 (or 0x9BF9B0) is known color: Pale Green. HEX triplet: 9B, F9 and B0. RGB value is (155,249,176). Sum of RGB (Red+Green+Blue) = 155+249+176=580 (76% of max value = 765). Red value is 155 (60.94% from 255 or 26.72% from 580); Green value is 249 (97.66% from 255 or 42.93% from 580); Blue value is 176 (69.14% from 255 or 30.34% from 580); Max value from RGB is 249 - color contains mainly: green. Hex color #9BF9B0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BF9B0 is #64064F. Grayscale: #D4D4D4. Windows color (decimal): -6555216 or 11598235. OLE color: 11598235.
HSL color Cylindrical-coordinate representation of color #9BF9B0: hue angle of 133.4º degrees, saturation: 0.89, 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 #9BF9B0 is Cyan = 0.38, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 155 | 249 | 176 | - |
| CMYK | 0.38 | 0 | 0.29 | 0.02 |
| HSL | 133.4º | 0.89% | 0.79% | - |
| HSV(B) | 133.4º | 0.38% | 0.98% | - |
| XYZ | 55.23 | 77.85 | 53.19 | - |
| YUV | 212.57 | 107.36 | 86.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 249 | 176 | 0.38 | 0 | 0.29 | 0.02 | 133.4 | 0.89 | 0.79 |
| Hex | 9B | F9 | B0 | 26 | 0 | 1D | 2 | 85 | 59 | 4F |
| Octal | 233 | 371 | 260 | 46 | 0 | 35 | 2 | 205 | 131 | 117 |
| Binary | 10011011 | 11111001 | 10110000 | 100110 | 0 | 11101 | 10 | 10000101 | 1011001 | 1001111 |
Color Harmonies of #9BF9B0
Complementary color
Monochromatic Colors of #9BF9B0
Black with #9BF9B0
Text Example
Text Example
White with #9BF9B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BF9B0; }
p { color: rgb(155,249,176); }
H1.HeaderClassName
{
color: #9BF9B0;
}
.AnyTagClassName
{
color: #9BF9B0;
}
</style>
background-color css
<style>
a { background-color: #9BF9B0; }
a { background-color: rgb(155,249,176); }
div.DivClassName
{
background-color: #9BF9B0;
}
.BgClassName
{
background-color: #9BF9B0;
}
</style>
border-color css
<style>
span { border-color: #9BF9B0; }
span { border-color: rgb(155,249,176); }
td.TdClassName
{
border-color: #9BF9B0;
}
.TagClassName
{
border-color: #9BF9B0;
}
</style>