Shades of Light Green #98EC90
Tints of Light Green #98EC90
RGB
CMYK
RGB Variations
Color information
#98EC90 (or 0x98EC90) is known color: Light Green. HEX triplet: 98, EC and 90. RGB value is (152,236,144). Sum of RGB (Red+Green+Blue) = 152+236+144=532 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.57% from 532); Green value is 236 (92.58% from 255 or 44.36% from 532); Blue value is 144 (56.64% from 255 or 27.07% from 532); Max value from RGB is 236 - color contains mainly: green. Hex color #98EC90 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #98EC90 is #67136F. Grayscale: #C8C8C8. Windows color (decimal): -6755184 or 9497752. OLE color: 9497752.
HSL color Cylindrical-coordinate representation of color #98EC90: hue angle of 114.78º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #98EC90 is Cyan = 0.36, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 152 | 236 | 144 | - |
| CMYK | 0.36 | 0 | 0.39 | 0.07 |
| HSL | 114.78º | 0.71% | 0.75% | - |
| HSV(B) | 114.78º | 0.39% | 0.93% | - |
| XYZ | 47.98 | 68.68 | 37.11 | - |
| YUV | 200.4 | 96.17 | 93.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 236 | 144 | 0.36 | 0 | 0.39 | 0.07 | 114.78 | 0.71 | 0.75 |
| Hex | 98 | EC | 90 | 24 | 0 | 27 | 7 | 73 | 47 | 4B |
| Octal | 230 | 354 | 220 | 44 | 0 | 47 | 7 | 163 | 107 | 113 |
| Binary | 10011000 | 11101100 | 10010000 | 100100 | 0 | 100111 | 111 | 1110011 | 1000111 | 1001011 |
Color Harmonies of #98EC90
Complementary color
Monochromatic Colors of #98EC90
Black with #98EC90
Text Example
Text Example
White with #98EC90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98EC90; }
p { color: rgb(152,236,144); }
H1.HeaderClassName
{
color: #98EC90;
}
.AnyTagClassName
{
color: #98EC90;
}
</style>
background-color css
<style>
a { background-color: #98EC90; }
a { background-color: rgb(152,236,144); }
div.DivClassName
{
background-color: #98EC90;
}
.BgClassName
{
background-color: #98EC90;
}
</style>
border-color css
<style>
span { border-color: #98EC90; }
span { border-color: rgb(152,236,144); }
td.TdClassName
{
border-color: #98EC90;
}
.TagClassName
{
border-color: #98EC90;
}
</style>