Shades of Light Green #96E298
Tints of Light Green #96E298
RGB
CMYK
RGB Variations
Color information
#96E298 (or 0x96E298) is known color: Light Green. HEX triplet: 96, E2 and 98. RGB value is (150,226,152). Sum of RGB (Red+Green+Blue) = 150+226+152=528 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.41% from 528); Green value is 226 (88.67% from 255 or 42.80% from 528); Blue value is 152 (59.77% from 255 or 28.79% from 528); Max value from RGB is 226 - color contains mainly: green. Hex color #96E298 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96E298 is #691D67. Grayscale: #C3C3C3. Windows color (decimal): -6888808 or 10019478. OLE color: 10019478.
HSL color Cylindrical-coordinate representation of color #96E298: hue angle of 121.58º degrees, saturation: 0.57, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #96E298 is Cyan = 0.34, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 150 | 226 | 152 | - |
| CMYK | 0.34 | 0 | 0.33 | 0.11 |
| HSL | 121.58º | 0.57% | 0.74% | - |
| HSV(B) | 121.58º | 0.34% | 0.89% | - |
| XYZ | 45.44 | 63.14 | 39.5 | - |
| YUV | 194.84 | 103.82 | 96.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 226 | 152 | 0.34 | 0 | 0.33 | 0.11 | 121.58 | 0.57 | 0.74 |
| Hex | 96 | E2 | 98 | 22 | 0 | 21 | B | 7A | 39 | 4A |
| Octal | 226 | 342 | 230 | 42 | 0 | 41 | 13 | 172 | 71 | 112 |
| Binary | 10010110 | 11100010 | 10011000 | 100010 | 0 | 100001 | 1011 | 1111010 | 111001 | 1001010 |
Color Harmonies of #96E298
Complementary color
Monochromatic Colors of #96E298
Black with #96E298
Text Example
Text Example
White with #96E298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96E298; }
p { color: rgb(150,226,152); }
H1.HeaderClassName
{
color: #96E298;
}
.AnyTagClassName
{
color: #96E298;
}
</style>
background-color css
<style>
a { background-color: #96E298; }
a { background-color: rgb(150,226,152); }
div.DivClassName
{
background-color: #96E298;
}
.BgClassName
{
background-color: #96E298;
}
</style>
border-color css
<style>
span { border-color: #96E298; }
span { border-color: rgb(150,226,152); }
td.TdClassName
{
border-color: #96E298;
}
.TagClassName
{
border-color: #96E298;
}
</style>