Shades of Light Green #98EA9F
Tints of Light Green #98EA9F
RGB
CMYK
RGB Variations
Color information
#98EA9F (or 0x98EA9F) is known color: Light Green. HEX triplet: 98, EA and 9F. RGB value is (152,234,159). Sum of RGB (Red+Green+Blue) = 152+234+159=545 (72% of max value = 765). Red value is 152 (59.77% from 255 or 27.89% from 545); Green value is 234 (91.80% from 255 or 42.94% from 545); Blue value is 159 (62.5% from 255 or 29.17% from 545); Max value from RGB is 234 - color contains mainly: green. Hex color #98EA9F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #98EA9F is #671560. Grayscale: #C9C9C9. Windows color (decimal): -6755681 or 10480280. OLE color: 10480280.
HSL color Cylindrical-coordinate representation of color #98EA9F: hue angle of 125.12º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #98EA9F is Cyan = 0.35, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 152 | 234 | 159 | - |
| CMYK | 0.35 | 0 | 0.32 | 0.08 |
| HSL | 125.12º | 0.66% | 0.76% | - |
| HSV(B) | 125.12º | 0.35% | 0.92% | - |
| XYZ | 48.63 | 68.02 | 43.37 | - |
| YUV | 200.93 | 104.33 | 93.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 234 | 159 | 0.35 | 0 | 0.32 | 0.08 | 125.12 | 0.66 | 0.76 |
| Hex | 98 | EA | 9F | 23 | 0 | 20 | 8 | 7D | 42 | 4C |
| Octal | 230 | 352 | 237 | 43 | 0 | 40 | 10 | 175 | 102 | 114 |
| Binary | 10011000 | 11101010 | 10011111 | 100011 | 0 | 100000 | 1000 | 1111101 | 1000010 | 1001100 |
Color Harmonies of #98EA9F
Complementary color
Monochromatic Colors of #98EA9F
Black with #98EA9F
Text Example
Text Example
White with #98EA9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98EA9F; }
p { color: rgb(152,234,159); }
H1.HeaderClassName
{
color: #98EA9F;
}
.AnyTagClassName
{
color: #98EA9F;
}
</style>
background-color css
<style>
a { background-color: #98EA9F; }
a { background-color: rgb(152,234,159); }
div.DivClassName
{
background-color: #98EA9F;
}
.BgClassName
{
background-color: #98EA9F;
}
</style>
border-color css
<style>
span { border-color: #98EA9F; }
span { border-color: rgb(152,234,159); }
td.TdClassName
{
border-color: #98EA9F;
}
.TagClassName
{
border-color: #98EA9F;
}
</style>