Shades of Pale Green #9EFBB0
Tints of Pale Green #9EFBB0
RGB
CMYK
RGB Variations
Color information
#9EFBB0 (or 0x9EFBB0) is known color: Pale Green. HEX triplet: 9E, FB and B0. RGB value is (158,251,176). Sum of RGB (Red+Green+Blue) = 158+251+176=585 (77% of max value = 765). Red value is 158 (62.11% from 255 or 27.01% from 585); Green value is 251 (98.44% from 255 or 42.91% from 585); Blue value is 176 (69.14% from 255 or 30.09% from 585); Max value from RGB is 251 - color contains mainly: green. Hex color #9EFBB0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9EFBB0 is #61044F. Grayscale: #D6D6D6. Windows color (decimal): -6358096 or 11598750. OLE color: 11598750.
HSL color Cylindrical-coordinate representation of color #9EFBB0: hue angle of 131.61º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9EFBB0 is Cyan = 0.37, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 158 | 251 | 176 | - |
| CMYK | 0.37 | 0 | 0.30 | 0.02 |
| HSL | 131.61º | 0.92% | 0.8% | - |
| HSV(B) | 131.61º | 0.37% | 0.98% | - |
| XYZ | 56.43 | 79.4 | 53.43 | - |
| YUV | 214.64 | 106.19 | 87.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 251 | 176 | 0.37 | 0 | 0.30 | 0.02 | 131.61 | 0.92 | 0.8 |
| Hex | 9E | FB | B0 | 25 | 0 | 1E | 2 | 84 | 5C | 50 |
| Octal | 236 | 373 | 260 | 45 | 0 | 36 | 2 | 204 | 134 | 120 |
| Binary | 10011110 | 11111011 | 10110000 | 100101 | 0 | 11110 | 10 | 10000100 | 1011100 | 1010000 |
Color Harmonies of #9EFBB0
Complementary color
Monochromatic Colors of #9EFBB0
Black with #9EFBB0
Text Example
Text Example
White with #9EFBB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EFBB0; }
p { color: rgb(158,251,176); }
H1.HeaderClassName
{
color: #9EFBB0;
}
.AnyTagClassName
{
color: #9EFBB0;
}
</style>
background-color css
<style>
a { background-color: #9EFBB0; }
a { background-color: rgb(158,251,176); }
div.DivClassName
{
background-color: #9EFBB0;
}
.BgClassName
{
background-color: #9EFBB0;
}
</style>
border-color css
<style>
span { border-color: #9EFBB0; }
span { border-color: rgb(158,251,176); }
td.TdClassName
{
border-color: #9EFBB0;
}
.TagClassName
{
border-color: #9EFBB0;
}
</style>