Shades of Light Green #9BEE94
Tints of Light Green #9BEE94
RGB
CMYK
RGB Variations
Color information
#9BEE94 (or 0x9BEE94) is known color: Light Green. HEX triplet: 9B, EE and 94. RGB value is (155,238,148). Sum of RGB (Red+Green+Blue) = 155+238+148=541 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.65% from 541); Green value is 238 (93.36% from 255 or 43.99% from 541); Blue value is 148 (58.20% from 255 or 27.36% from 541); Max value from RGB is 238 - color contains mainly: green. Hex color #9BEE94 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BEE94 is #64116B. Grayscale: #CBCBCB. Windows color (decimal): -6558060 or 9760411. OLE color: 9760411.
HSL color Cylindrical-coordinate representation of color #9BEE94: hue angle of 115.33º degrees, saturation: 0.73, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9BEE94 is Cyan = 0.35, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 155 | 238 | 148 | - |
| CMYK | 0.35 | 0 | 0.38 | 0.07 |
| HSL | 115.33º | 0.73% | 0.76% | - |
| HSV(B) | 115.33º | 0.38% | 0.93% | - |
| XYZ | 49.44 | 70.26 | 38.97 | - |
| YUV | 202.92 | 97 | 93.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 238 | 148 | 0.35 | 0 | 0.38 | 0.07 | 115.33 | 0.73 | 0.76 |
| Hex | 9B | EE | 94 | 23 | 0 | 26 | 7 | 73 | 49 | 4C |
| Octal | 233 | 356 | 224 | 43 | 0 | 46 | 7 | 163 | 111 | 114 |
| Binary | 10011011 | 11101110 | 10010100 | 100011 | 0 | 100110 | 111 | 1110011 | 1001001 | 1001100 |
Color Harmonies of #9BEE94
Complementary color
Monochromatic Colors of #9BEE94
Black with #9BEE94
Text Example
Text Example
White with #9BEE94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BEE94; }
p { color: rgb(155,238,148); }
H1.HeaderClassName
{
color: #9BEE94;
}
.AnyTagClassName
{
color: #9BEE94;
}
</style>
background-color css
<style>
a { background-color: #9BEE94; }
a { background-color: rgb(155,238,148); }
div.DivClassName
{
background-color: #9BEE94;
}
.BgClassName
{
background-color: #9BEE94;
}
</style>
border-color css
<style>
span { border-color: #9BEE94; }
span { border-color: rgb(155,238,148); }
td.TdClassName
{
border-color: #9BEE94;
}
.TagClassName
{
border-color: #9BEE94;
}
</style>