Shades of Light Green #98F095
Tints of Light Green #98F095
RGB
CMYK
RGB Variations
Color information
#98F095 (or 0x98F095) is known color: Light Green. HEX triplet: 98, F0 and 95. RGB value is (152,240,149). Sum of RGB (Red+Green+Blue) = 152+240+149=541 (71% of max value = 765). Red value is 152 (59.77% from 255 or 28.10% from 541); Green value is 240 (94.14% from 255 or 44.36% from 541); Blue value is 149 (58.59% from 255 or 27.54% from 541); Max value from RGB is 240 - color contains mainly: green. Hex color #98F095 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #98F095 is #670F6A. Grayscale: #CBCBCB. Windows color (decimal): -6754155 or 9826456. OLE color: 9826456.
HSL color Cylindrical-coordinate representation of color #98F095: hue angle of 118.02º 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 #98F095 is Cyan = 0.37, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 152 | 240 | 149 | - |
| CMYK | 0.37 | 0 | 0.38 | 0.06 |
| HSL | 118.02º | 0.75% | 0.76% | - |
| HSV(B) | 118.02º | 0.38% | 0.94% | - |
| XYZ | 49.53 | 71.17 | 39.56 | - |
| YUV | 203.31 | 97.35 | 91.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 240 | 149 | 0.37 | 0 | 0.38 | 0.06 | 118.02 | 0.75 | 0.76 |
| Hex | 98 | F0 | 95 | 25 | 0 | 26 | 6 | 76 | 4B | 4C |
| Octal | 230 | 360 | 225 | 45 | 0 | 46 | 6 | 166 | 113 | 114 |
| Binary | 10011000 | 11110000 | 10010101 | 100101 | 0 | 100110 | 110 | 1110110 | 1001011 | 1001100 |
Color Harmonies of #98F095
Complementary color
Monochromatic Colors of #98F095
Black with #98F095
Text Example
Text Example
White with #98F095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98F095; }
p { color: rgb(152,240,149); }
H1.HeaderClassName
{
color: #98F095;
}
.AnyTagClassName
{
color: #98F095;
}
</style>
background-color css
<style>
a { background-color: #98F095; }
a { background-color: rgb(152,240,149); }
div.DivClassName
{
background-color: #98F095;
}
.BgClassName
{
background-color: #98F095;
}
</style>
border-color css
<style>
span { border-color: #98F095; }
span { border-color: rgb(152,240,149); }
td.TdClassName
{
border-color: #98F095;
}
.TagClassName
{
border-color: #98F095;
}
</style>