Shades of Light Green #98F096
Tints of Light Green #98F096
RGB
CMYK
RGB Variations
Color information
#98F096 (or 0x98F096) is known color: Light Green. HEX triplet: 98, F0 and 96. RGB value is (152,240,150). Sum of RGB (Red+Green+Blue) = 152+240+150=542 (71% of max value = 765). Red value is 152 (59.77% from 255 or 28.04% from 542); Green value is 240 (94.14% from 255 or 44.28% from 542); Blue value is 150 (58.98% from 255 or 27.68% from 542); Max value from RGB is 240 - color contains mainly: green. Hex color #98F096 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #98F096 is #670F69. Grayscale: #CBCBCB. Windows color (decimal): -6754154 or 9891992. OLE color: 9891992.
HSL color Cylindrical-coordinate representation of color #98F096: hue angle of 118.67º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #98F096 is Cyan = 0.37, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 152 | 240 | 150 | - |
| CMYK | 0.37 | 0 | 0.37 | 0.06 |
| HSL | 118.67º | 0.75% | 0.76% | - |
| HSV(B) | 118.67º | 0.38% | 0.94% | - |
| XYZ | 49.61 | 71.2 | 39.98 | - |
| YUV | 203.43 | 97.85 | 91.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 240 | 150 | 0.37 | 0 | 0.37 | 0.06 | 118.67 | 0.75 | 0.76 |
| Hex | 98 | F0 | 96 | 25 | 0 | 25 | 6 | 77 | 4B | 4C |
| Octal | 230 | 360 | 226 | 45 | 0 | 45 | 6 | 167 | 113 | 114 |
| Binary | 10011000 | 11110000 | 10010110 | 100101 | 0 | 100101 | 110 | 1110111 | 1001011 | 1001100 |
Color Harmonies of #98F096
Complementary color
Monochromatic Colors of #98F096
Black with #98F096
Text Example
Text Example
White with #98F096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98F096; }
p { color: rgb(152,240,150); }
H1.HeaderClassName
{
color: #98F096;
}
.AnyTagClassName
{
color: #98F096;
}
</style>
background-color css
<style>
a { background-color: #98F096; }
a { background-color: rgb(152,240,150); }
div.DivClassName
{
background-color: #98F096;
}
.BgClassName
{
background-color: #98F096;
}
</style>
border-color css
<style>
span { border-color: #98F096; }
span { border-color: rgb(152,240,150); }
td.TdClassName
{
border-color: #98F096;
}
.TagClassName
{
border-color: #98F096;
}
</style>