Shades of Light Green #96F089
Tints of Light Green #96F089
RGB
CMYK
RGB Variations
Color information
#96F089 (or 0x96F089) is known color: Light Green. HEX triplet: 96, F0 and 89. RGB value is (150,240,137). Sum of RGB (Red+Green+Blue) = 150+240+137=527 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.46% from 527); Green value is 240 (94.14% from 255 or 45.54% from 527); Blue value is 137 (53.91% from 255 or 26.00% from 527); Max value from RGB is 240 - color contains mainly: green. Hex color #96F089 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96F089 is #690F76. Grayscale: #C9C9C9. Windows color (decimal): -6885239 or 9040022. OLE color: 9040022.
HSL color Cylindrical-coordinate representation of color #96F089: hue angle of 112.43º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #96F089 is Cyan = 0.37, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 150 | 240 | 137 | - |
| CMYK | 0.37 | 0 | 0.43 | 0.06 |
| HSL | 112.43º | 0.77% | 0.74% | - |
| HSV(B) | 112.43º | 0.43% | 0.94% | - |
| XYZ | 48.25 | 70.61 | 34.75 | - |
| YUV | 201.35 | 91.68 | 91.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 240 | 137 | 0.37 | 0 | 0.43 | 0.06 | 112.43 | 0.77 | 0.74 |
| Hex | 96 | F0 | 89 | 25 | 0 | 2B | 6 | 70 | 4D | 4A |
| Octal | 226 | 360 | 211 | 45 | 0 | 53 | 6 | 160 | 115 | 112 |
| Binary | 10010110 | 11110000 | 10001001 | 100101 | 0 | 101011 | 110 | 1110000 | 1001101 | 1001010 |
Color Harmonies of #96F089
Complementary color
Monochromatic Colors of #96F089
Black with #96F089
Text Example
Text Example
White with #96F089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96F089; }
p { color: rgb(150,240,137); }
H1.HeaderClassName
{
color: #96F089;
}
.AnyTagClassName
{
color: #96F089;
}
</style>
background-color css
<style>
a { background-color: #96F089; }
a { background-color: rgb(150,240,137); }
div.DivClassName
{
background-color: #96F089;
}
.BgClassName
{
background-color: #96F089;
}
</style>
border-color css
<style>
span { border-color: #96F089; }
span { border-color: rgb(150,240,137); }
td.TdClassName
{
border-color: #96F089;
}
.TagClassName
{
border-color: #96F089;
}
</style>