Shades of Light Green #96ED9B
Tints of Light Green #96ED9B
RGB
CMYK
RGB Variations
Color information
#96ED9B (or 0x96ED9B) is known color: Light Green. HEX triplet: 96, ED and 9B. RGB value is (150,237,155). Sum of RGB (Red+Green+Blue) = 150+237+155=542 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.68% from 542); Green value is 237 (92.97% from 255 or 43.73% from 542); Blue value is 155 (60.94% from 255 or 28.60% from 542); Max value from RGB is 237 - color contains mainly: green. Hex color #96ED9B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96ED9B is #691264. Grayscale: #C9C9C9. Windows color (decimal): -6885989 or 10218902. OLE color: 10218902.
HSL color Cylindrical-coordinate representation of color #96ED9B: hue angle of 123.45º 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 #96ED9B is Cyan = 0.37, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 150 | 237 | 155 | - |
| CMYK | 0.37 | 0 | 0.35 | 0.07 |
| HSL | 123.45º | 0.71% | 0.76% | - |
| HSV(B) | 123.45º | 0.37% | 0.93% | - |
| XYZ | 48.78 | 69.42 | 41.84 | - |
| YUV | 201.64 | 101.68 | 91.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 237 | 155 | 0.37 | 0 | 0.35 | 0.07 | 123.45 | 0.71 | 0.76 |
| Hex | 96 | ED | 9B | 25 | 0 | 23 | 7 | 7B | 47 | 4C |
| Octal | 226 | 355 | 233 | 45 | 0 | 43 | 7 | 173 | 107 | 114 |
| Binary | 10010110 | 11101101 | 10011011 | 100101 | 0 | 100011 | 111 | 1111011 | 1000111 | 1001100 |
Color Harmonies of #96ED9B
Complementary color
Monochromatic Colors of #96ED9B
Black with #96ED9B
Text Example
Text Example
White with #96ED9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96ED9B; }
p { color: rgb(150,237,155); }
H1.HeaderClassName
{
color: #96ED9B;
}
.AnyTagClassName
{
color: #96ED9B;
}
</style>
background-color css
<style>
a { background-color: #96ED9B; }
a { background-color: rgb(150,237,155); }
div.DivClassName
{
background-color: #96ED9B;
}
.BgClassName
{
background-color: #96ED9B;
}
</style>
border-color css
<style>
span { border-color: #96ED9B; }
span { border-color: rgb(150,237,155); }
td.TdClassName
{
border-color: #96ED9B;
}
.TagClassName
{
border-color: #96ED9B;
}
</style>