Shades of Light Green #98F48A
Tints of Light Green #98F48A
RGB
CMYK
RGB Variations
Color information
#98F48A (or 0x98F48A) is known color: Light Green. HEX triplet: 98, F4 and 8A. RGB value is (152,244,138). Sum of RGB (Red+Green+Blue) = 152+244+138=534 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.46% from 534); Green value is 244 (95.70% from 255 or 45.69% from 534); Blue value is 138 (54.30% from 255 or 25.84% from 534); Max value from RGB is 244 - color contains mainly: green. Hex color #98F48A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #98F48A is #670B75. Grayscale: #CCCCCC. Windows color (decimal): -6753142 or 9106584. OLE color: 9106584.
HSL color Cylindrical-coordinate representation of color #98F48A: hue angle of 112.08º degrees, saturation: 0.83, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #98F48A is Cyan = 0.38, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 152 | 244 | 138 | - |
| CMYK | 0.38 | 0 | 0.43 | 0.04 |
| HSL | 112.08º | 0.83% | 0.75% | - |
| HSV(B) | 112.08º | 0.43% | 0.96% | - |
| XYZ | 49.89 | 73.21 | 35.55 | - |
| YUV | 204.41 | 90.52 | 90.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 244 | 138 | 0.38 | 0 | 0.43 | 0.04 | 112.08 | 0.83 | 0.75 |
| Hex | 98 | F4 | 8A | 26 | 0 | 2B | 4 | 70 | 53 | 4B |
| Octal | 230 | 364 | 212 | 46 | 0 | 53 | 4 | 160 | 123 | 113 |
| Binary | 10011000 | 11110100 | 10001010 | 100110 | 0 | 101011 | 100 | 1110000 | 1010011 | 1001011 |
Color Harmonies of #98F48A
Complementary color
Monochromatic Colors of #98F48A
Black with #98F48A
Text Example
Text Example
White with #98F48A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98F48A; }
p { color: rgb(152,244,138); }
H1.HeaderClassName
{
color: #98F48A;
}
.AnyTagClassName
{
color: #98F48A;
}
</style>
background-color css
<style>
a { background-color: #98F48A; }
a { background-color: rgb(152,244,138); }
div.DivClassName
{
background-color: #98F48A;
}
.BgClassName
{
background-color: #98F48A;
}
</style>
border-color css
<style>
span { border-color: #98F48A; }
span { border-color: rgb(152,244,138); }
td.TdClassName
{
border-color: #98F48A;
}
.TagClassName
{
border-color: #98F48A;
}
</style>