Shades of Pale Green #9BF89A
Tints of Pale Green #9BF89A
RGB
CMYK
RGB Variations
Color information
#9BF89A (or 0x9BF89A) is known color: Pale Green. HEX triplet: 9B, F8 and 9A. RGB value is (155,248,154). Sum of RGB (Red+Green+Blue) = 155+248+154=557 (73% of max value = 765). Red value is 155 (60.94% from 255 or 27.83% from 557); Green value is 248 (97.27% from 255 or 44.52% from 557); Blue value is 154 (60.55% from 255 or 27.65% from 557); Max value from RGB is 248 - color contains mainly: green. Hex color #9BF89A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BF89A is #640765. Grayscale: #D1D1D1. Windows color (decimal): -6555494 or 10156187. OLE color: 10156187.
HSL color Cylindrical-coordinate representation of color #9BF89A: hue angle of 119.36º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9BF89A is Cyan = 0.38, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 155 | 248 | 154 | - |
| CMYK | 0.38 | 0 | 0.38 | 0.03 |
| HSL | 119.36º | 0.87% | 0.79% | - |
| HSV(B) | 119.36º | 0.38% | 0.97% | - |
| XYZ | 52.92 | 76.44 | 42.54 | - |
| YUV | 209.48 | 96.69 | 89.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 248 | 154 | 0.38 | 0 | 0.38 | 0.03 | 119.36 | 0.87 | 0.79 |
| Hex | 9B | F8 | 9A | 26 | 0 | 26 | 3 | 77 | 57 | 4F |
| Octal | 233 | 370 | 232 | 46 | 0 | 46 | 3 | 167 | 127 | 117 |
| Binary | 10011011 | 11111000 | 10011010 | 100110 | 0 | 100110 | 11 | 1110111 | 1010111 | 1001111 |
Color Harmonies of #9BF89A
Complementary color
Monochromatic Colors of #9BF89A
Black with #9BF89A
Text Example
Text Example
White with #9BF89A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BF89A; }
p { color: rgb(155,248,154); }
H1.HeaderClassName
{
color: #9BF89A;
}
.AnyTagClassName
{
color: #9BF89A;
}
</style>
background-color css
<style>
a { background-color: #9BF89A; }
a { background-color: rgb(155,248,154); }
div.DivClassName
{
background-color: #9BF89A;
}
.BgClassName
{
background-color: #9BF89A;
}
</style>
border-color css
<style>
span { border-color: #9BF89A; }
span { border-color: rgb(155,248,154); }
td.TdClassName
{
border-color: #9BF89A;
}
.TagClassName
{
border-color: #9BF89A;
}
</style>