Shades of Inch Worm #98D30C
Tints of Inch Worm #98D30C
RGB
CMYK
RGB Variations
Color information
#98D30C (or 0x98D30C) is known color: Inch Worm. HEX triplet: 98, D3 and 0C. RGB value is (152,211,12). Sum of RGB (Red+Green+Blue) = 152+211+12=375 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.53% from 375); Green value is 211 (82.81% from 255 or 56.27% from 375); Blue value is 12 (5.08% from 255 or 3.2% from 375); Max value from RGB is 211 - color contains mainly: green. Hex color #98D30C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #98D30C is #672CF3. Grayscale: #ABABAB. Windows color (decimal): -6761716 or 840600. OLE color: 840600.
HSL color Cylindrical-coordinate representation of color #98D30C: hue angle of 77.79º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #98D30C is Cyan = 0.28, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 152 | 211 | 12 | - |
| CMYK | 0.28 | 0 | 0.94 | 0.17 |
| HSL | 77.79º | 0.89% | 0.44% | - |
| HSV(B) | 77.79º | 0.94% | 0.83% | - |
| XYZ | 36.31 | 53.29 | 8.72 | - |
| YUV | 170.67 | 38.45 | 114.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 211 | 12 | 0.28 | 0 | 0.94 | 0.17 | 77.79 | 0.89 | 0.44 |
| Hex | 98 | D3 | C | 1C | 0 | 5E | 11 | 4E | 59 | 2C |
| Octal | 230 | 323 | 14 | 34 | 0 | 136 | 21 | 116 | 131 | 54 |
| Binary | 10011000 | 11010011 | 1100 | 11100 | 0 | 1011110 | 10001 | 1001110 | 1011001 | 101100 |
Color Harmonies of #98D30C
Complementary color
Monochromatic Colors of #98D30C
Black with #98D30C
Text Example
Text Example
White with #98D30C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98D30C; }
p { color: rgb(152,211,12); }
H1.HeaderClassName
{
color: #98D30C;
}
.AnyTagClassName
{
color: #98D30C;
}
</style>
background-color css
<style>
a { background-color: #98D30C; }
a { background-color: rgb(152,211,12); }
div.DivClassName
{
background-color: #98D30C;
}
.BgClassName
{
background-color: #98D30C;
}
</style>
border-color css
<style>
span { border-color: #98D30C; }
span { border-color: rgb(152,211,12); }
td.TdClassName
{
border-color: #98D30C;
}
.TagClassName
{
border-color: #98D30C;
}
</style>