Shades of Yellow Green #98C226
Tints of Yellow Green #98C226
RGB
CMYK
RGB Variations
Color information
#98C226 (or 0x98C226) is known color: Yellow Green. HEX triplet: 98, C2 and 26. RGB value is (152,194,38). Sum of RGB (Red+Green+Blue) = 152+194+38=384 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.58% from 384); Green value is 194 (76.17% from 255 or 50.52% from 384); Blue value is 38 (15.23% from 255 or 9.90% from 384); Max value from RGB is 194 - color contains mainly: green. Hex color #98C226 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98C226 is #673DD9. Grayscale: #A4A4A4. Windows color (decimal): -6766042 or 2540184. OLE color: 2540184.
HSL color Cylindrical-coordinate representation of color #98C226: hue angle of 76.15º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #98C226 is Cyan = 0.22, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 152 | 194 | 38 | - |
| CMYK | 0.22 | 0 | 0.80 | 0.24 |
| HSL | 76.15º | 0.67% | 0.45% | - |
| HSV(B) | 76.15º | 0.8% | 0.76% | - |
| XYZ | 32.59 | 45.4 | 8.88 | - |
| YUV | 163.66 | 57.09 | 119.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 194 | 38 | 0.22 | 0 | 0.80 | 0.24 | 76.15 | 0.67 | 0.45 |
| Hex | 98 | C2 | 26 | 16 | 0 | 50 | 18 | 4C | 43 | 2D |
| Octal | 230 | 302 | 46 | 26 | 0 | 120 | 30 | 114 | 103 | 55 |
| Binary | 10011000 | 11000010 | 100110 | 10110 | 0 | 1010000 | 11000 | 1001100 | 1000011 | 101101 |
Color Harmonies of #98C226
Complementary color
Monochromatic Colors of #98C226
Black with #98C226
Text Example
Text Example
White with #98C226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C226; }
p { color: rgb(152,194,38); }
H1.HeaderClassName
{
color: #98C226;
}
.AnyTagClassName
{
color: #98C226;
}
</style>
background-color css
<style>
a { background-color: #98C226; }
a { background-color: rgb(152,194,38); }
div.DivClassName
{
background-color: #98C226;
}
.BgClassName
{
background-color: #98C226;
}
</style>
border-color css
<style>
span { border-color: #98C226; }
span { border-color: rgb(152,194,38); }
td.TdClassName
{
border-color: #98C226;
}
.TagClassName
{
border-color: #98C226;
}
</style>