Shades of Light Green #98ED8A
Tints of Light Green #98ED8A
RGB
CMYK
RGB Variations
Color information
#98ED8A (or 0x98ED8A) is known color: Light Green. HEX triplet: 98, ED and 8A. RGB value is (152,237,138). Sum of RGB (Red+Green+Blue) = 152+237+138=527 (69% of max value = 765). Red value is 152 (59.77% from 255 or 28.84% from 527); Green value is 237 (92.97% from 255 or 44.97% from 527); Blue value is 138 (54.30% from 255 or 26.19% from 527); Max value from RGB is 237 - color contains mainly: green. Hex color #98ED8A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #98ED8A is #671275. Grayscale: #C8C8C8. Windows color (decimal): -6754934 or 9104792. OLE color: 9104792.
HSL color Cylindrical-coordinate representation of color #98ED8A: hue angle of 111.52º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #98ED8A is Cyan = 0.36, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 152 | 237 | 138 | - |
| CMYK | 0.36 | 0 | 0.42 | 0.07 |
| HSL | 111.52º | 0.73% | 0.74% | - |
| HSV(B) | 111.52º | 0.42% | 0.93% | - |
| XYZ | 47.82 | 69.08 | 34.86 | - |
| YUV | 200.3 | 92.84 | 93.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 237 | 138 | 0.36 | 0 | 0.42 | 0.07 | 111.52 | 0.73 | 0.74 |
| Hex | 98 | ED | 8A | 24 | 0 | 2A | 7 | 70 | 49 | 4A |
| Octal | 230 | 355 | 212 | 44 | 0 | 52 | 7 | 160 | 111 | 112 |
| Binary | 10011000 | 11101101 | 10001010 | 100100 | 0 | 101010 | 111 | 1110000 | 1001001 | 1001010 |
Color Harmonies of #98ED8A
Complementary color
Monochromatic Colors of #98ED8A
Black with #98ED8A
Text Example
Text Example
White with #98ED8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98ED8A; }
p { color: rgb(152,237,138); }
H1.HeaderClassName
{
color: #98ED8A;
}
.AnyTagClassName
{
color: #98ED8A;
}
</style>
background-color css
<style>
a { background-color: #98ED8A; }
a { background-color: rgb(152,237,138); }
div.DivClassName
{
background-color: #98ED8A;
}
.BgClassName
{
background-color: #98ED8A;
}
</style>
border-color css
<style>
span { border-color: #98ED8A; }
span { border-color: rgb(152,237,138); }
td.TdClassName
{
border-color: #98ED8A;
}
.TagClassName
{
border-color: #98ED8A;
}
</style>