Shades of Light Green #9BED95
Tints of Light Green #9BED95
RGB
CMYK
RGB Variations
Color information
#9BED95 (or 0x9BED95) is known color: Light Green. HEX triplet: 9B, ED and 95. RGB value is (155,237,149). Sum of RGB (Red+Green+Blue) = 155+237+149=541 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.65% from 541); Green value is 237 (92.97% from 255 or 43.81% from 541); Blue value is 149 (58.59% from 255 or 27.54% from 541); Max value from RGB is 237 - color contains mainly: green. Hex color #9BED95 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BED95 is #64126A. Grayscale: #CACACA. Windows color (decimal): -6558315 or 9825691. OLE color: 9825691.
HSL color Cylindrical-coordinate representation of color #9BED95: hue angle of 115.91º degrees, saturation: 0.71, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9BED95 is Cyan = 0.35, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 155 | 237 | 149 | - |
| CMYK | 0.35 | 0 | 0.37 | 0.07 |
| HSL | 115.91º | 0.71% | 0.76% | - |
| HSV(B) | 115.91º | 0.37% | 0.93% | - |
| XYZ | 49.23 | 69.71 | 39.29 | - |
| YUV | 202.45 | 97.83 | 94.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 237 | 149 | 0.35 | 0 | 0.37 | 0.07 | 115.91 | 0.71 | 0.76 |
| Hex | 9B | ED | 95 | 23 | 0 | 25 | 7 | 74 | 47 | 4C |
| Octal | 233 | 355 | 225 | 43 | 0 | 45 | 7 | 164 | 107 | 114 |
| Binary | 10011011 | 11101101 | 10010101 | 100011 | 0 | 100101 | 111 | 1110100 | 1000111 | 1001100 |
Color Harmonies of #9BED95
Complementary color
Monochromatic Colors of #9BED95
Black with #9BED95
Text Example
Text Example
White with #9BED95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BED95; }
p { color: rgb(155,237,149); }
H1.HeaderClassName
{
color: #9BED95;
}
.AnyTagClassName
{
color: #9BED95;
}
</style>
background-color css
<style>
a { background-color: #9BED95; }
a { background-color: rgb(155,237,149); }
div.DivClassName
{
background-color: #9BED95;
}
.BgClassName
{
background-color: #9BED95;
}
</style>
border-color css
<style>
span { border-color: #9BED95; }
span { border-color: rgb(155,237,149); }
td.TdClassName
{
border-color: #9BED95;
}
.TagClassName
{
border-color: #9BED95;
}
</style>