Shades of Yellow Green #98E02A
Tints of Yellow Green #98E02A
RGB
CMYK
RGB Variations
Color information
#98E02A (or 0x98E02A) is known color: Yellow Green. HEX triplet: 98, E0 and 2A. RGB value is (152,224,42). Sum of RGB (Red+Green+Blue) = 152+224+42=418 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.36% from 418); Green value is 224 (87.89% from 255 or 53.59% from 418); Blue value is 42 (16.80% from 255 or 10.05% from 418); Max value from RGB is 224 - color contains mainly: green. Hex color #98E02A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98E02A is #671FD5. Grayscale: #B6B6B6. Windows color (decimal): -6758358 or 2810008. OLE color: 2810008.
HSL color Cylindrical-coordinate representation of color #98E02A: hue angle of 83.74º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #98E02A is Cyan = 0.32, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 152 | 224 | 42 | - |
| CMYK | 0.32 | 0 | 0.81 | 0.12 |
| HSL | 83.74º | 0.75% | 0.52% | - |
| HSV(B) | 83.74º | 0.81% | 0.88% | - |
| XYZ | 40.02 | 60.15 | 11.69 | - |
| YUV | 181.72 | 49.15 | 106.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 224 | 42 | 0.32 | 0 | 0.81 | 0.12 | 83.74 | 0.75 | 0.52 |
| Hex | 98 | E0 | 2A | 20 | 0 | 51 | C | 54 | 4B | 34 |
| Octal | 230 | 340 | 52 | 40 | 0 | 121 | 14 | 124 | 113 | 64 |
| Binary | 10011000 | 11100000 | 101010 | 100000 | 0 | 1010001 | 1100 | 1010100 | 1001011 | 110100 |
Color Harmonies of #98E02A
Complementary color
Monochromatic Colors of #98E02A
Black with #98E02A
Text Example
Text Example
White with #98E02A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98E02A; }
p { color: rgb(152,224,42); }
H1.HeaderClassName
{
color: #98E02A;
}
.AnyTagClassName
{
color: #98E02A;
}
</style>
background-color css
<style>
a { background-color: #98E02A; }
a { background-color: rgb(152,224,42); }
div.DivClassName
{
background-color: #98E02A;
}
.BgClassName
{
background-color: #98E02A;
}
</style>
border-color css
<style>
span { border-color: #98E02A; }
span { border-color: rgb(152,224,42); }
td.TdClassName
{
border-color: #98E02A;
}
.TagClassName
{
border-color: #98E02A;
}
</style>