Shades of Light Green #98EE94
Tints of Light Green #98EE94
RGB
CMYK
RGB Variations
Color information
#98EE94 (or 0x98EE94) is known color: Light Green. HEX triplet: 98, EE and 94. RGB value is (152,238,148). Sum of RGB (Red+Green+Blue) = 152+238+148=538 (71% of max value = 765). Red value is 152 (59.77% from 255 or 28.25% from 538); Green value is 238 (93.36% from 255 or 44.24% from 538); Blue value is 148 (58.20% from 255 or 27.51% from 538); Max value from RGB is 238 - color contains mainly: green. Hex color #98EE94 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #98EE94 is #67116B. Grayscale: #CACACA. Windows color (decimal): -6754668 or 9760408. OLE color: 9760408.
HSL color Cylindrical-coordinate representation of color #98EE94: hue angle of 117.33º degrees, saturation: 0.73, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #98EE94 is Cyan = 0.36, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 152 | 238 | 148 | - |
| CMYK | 0.36 | 0 | 0.38 | 0.07 |
| HSL | 117.33º | 0.73% | 0.76% | - |
| HSV(B) | 117.33º | 0.38% | 0.93% | - |
| XYZ | 48.87 | 69.96 | 38.95 | - |
| YUV | 202.03 | 97.51 | 92.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 238 | 148 | 0.36 | 0 | 0.38 | 0.07 | 117.33 | 0.73 | 0.76 |
| Hex | 98 | EE | 94 | 24 | 0 | 26 | 7 | 75 | 49 | 4C |
| Octal | 230 | 356 | 224 | 44 | 0 | 46 | 7 | 165 | 111 | 114 |
| Binary | 10011000 | 11101110 | 10010100 | 100100 | 0 | 100110 | 111 | 1110101 | 1001001 | 1001100 |
Color Harmonies of #98EE94
Complementary color
Monochromatic Colors of #98EE94
Black with #98EE94
Text Example
Text Example
White with #98EE94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98EE94; }
p { color: rgb(152,238,148); }
H1.HeaderClassName
{
color: #98EE94;
}
.AnyTagClassName
{
color: #98EE94;
}
</style>
background-color css
<style>
a { background-color: #98EE94; }
a { background-color: rgb(152,238,148); }
div.DivClassName
{
background-color: #98EE94;
}
.BgClassName
{
background-color: #98EE94;
}
</style>
border-color css
<style>
span { border-color: #98EE94; }
span { border-color: rgb(152,238,148); }
td.TdClassName
{
border-color: #98EE94;
}
.TagClassName
{
border-color: #98EE94;
}
</style>