Shades of Pale Green #9BF29E
Tints of Pale Green #9BF29E
RGB
CMYK
RGB Variations
Color information
#9BF29E (or 0x9BF29E) is known color: Pale Green. HEX triplet: 9B, F2 and 9E. RGB value is (155,242,158). Sum of RGB (Red+Green+Blue) = 155+242+158=555 (73% of max value = 765). Red value is 155 (60.94% from 255 or 27.93% from 555); Green value is 242 (94.92% from 255 or 43.60% from 555); Blue value is 158 (62.11% from 255 or 28.47% from 555); Max value from RGB is 242 - color contains mainly: green. Hex color #9BF29E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BF29E is #640D61. Grayscale: #CECECE. Windows color (decimal): -6557026 or 10416795. OLE color: 10416795.
HSL color Cylindrical-coordinate representation of color #9BF29E: hue angle of 122.07º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9BF29E is Cyan = 0.36, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 155 | 242 | 158 | - |
| CMYK | 0.36 | 0 | 0.35 | 0.05 |
| HSL | 122.07º | 0.77% | 0.78% | - |
| HSV(B) | 122.07º | 0.36% | 0.95% | - |
| XYZ | 51.44 | 72.94 | 43.72 | - |
| YUV | 206.41 | 100.68 | 91.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 242 | 158 | 0.36 | 0 | 0.35 | 0.05 | 122.07 | 0.77 | 0.78 |
| Hex | 9B | F2 | 9E | 24 | 0 | 23 | 5 | 7A | 4D | 4E |
| Octal | 233 | 362 | 236 | 44 | 0 | 43 | 5 | 172 | 115 | 116 |
| Binary | 10011011 | 11110010 | 10011110 | 100100 | 0 | 100011 | 101 | 1111010 | 1001101 | 1001110 |
Color Harmonies of #9BF29E
Complementary color
Monochromatic Colors of #9BF29E
Black with #9BF29E
Text Example
Text Example
White with #9BF29E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BF29E; }
p { color: rgb(155,242,158); }
H1.HeaderClassName
{
color: #9BF29E;
}
.AnyTagClassName
{
color: #9BF29E;
}
</style>
background-color css
<style>
a { background-color: #9BF29E; }
a { background-color: rgb(155,242,158); }
div.DivClassName
{
background-color: #9BF29E;
}
.BgClassName
{
background-color: #9BF29E;
}
</style>
border-color css
<style>
span { border-color: #9BF29E; }
span { border-color: rgb(155,242,158); }
td.TdClassName
{
border-color: #9BF29E;
}
.TagClassName
{
border-color: #9BF29E;
}
</style>