Shades of Light Green #98F38A
Tints of Light Green #98F38A
RGB
CMYK
RGB Variations
Color information
#98F38A (or 0x98F38A) is known color: Light Green. HEX triplet: 98, F3 and 8A. RGB value is (152,243,138). Sum of RGB (Red+Green+Blue) = 152+243+138=533 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.52% from 533); Green value is 243 (95.31% from 255 or 45.59% from 533); Blue value is 138 (54.30% from 255 or 25.89% from 533); Max value from RGB is 243 - color contains mainly: green. Hex color #98F38A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #98F38A is #670C75. Grayscale: #CCCCCC. Windows color (decimal): -6753398 or 9106328. OLE color: 9106328.
HSL color Cylindrical-coordinate representation of color #98F38A: hue angle of 112º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #98F38A is Cyan = 0.37, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 152 | 243 | 138 | - |
| CMYK | 0.37 | 0 | 0.43 | 0.05 |
| HSL | 112º | 0.81% | 0.75% | - |
| HSV(B) | 112º | 0.43% | 0.95% | - |
| XYZ | 49.59 | 72.61 | 35.45 | - |
| YUV | 203.82 | 90.85 | 91.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 243 | 138 | 0.37 | 0 | 0.43 | 0.05 | 112 | 0.81 | 0.75 |
| Hex | 98 | F3 | 8A | 25 | 0 | 2B | 5 | 70 | 51 | 4B |
| Octal | 230 | 363 | 212 | 45 | 0 | 53 | 5 | 160 | 121 | 113 |
| Binary | 10011000 | 11110011 | 10001010 | 100101 | 0 | 101011 | 101 | 1110000 | 1010001 | 1001011 |
Color Harmonies of #98F38A
Complementary color
Monochromatic Colors of #98F38A
Black with #98F38A
Text Example
Text Example
White with #98F38A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98F38A; }
p { color: rgb(152,243,138); }
H1.HeaderClassName
{
color: #98F38A;
}
.AnyTagClassName
{
color: #98F38A;
}
</style>
background-color css
<style>
a { background-color: #98F38A; }
a { background-color: rgb(152,243,138); }
div.DivClassName
{
background-color: #98F38A;
}
.BgClassName
{
background-color: #98F38A;
}
</style>
border-color css
<style>
span { border-color: #98F38A; }
span { border-color: rgb(152,243,138); }
td.TdClassName
{
border-color: #98F38A;
}
.TagClassName
{
border-color: #98F38A;
}
</style>