Shades of Inch Worm #98E001
Tints of Inch Worm #98E001
RGB
CMYK
RGB Variations
Color information
#98E001 (or 0x98E001) is known color: Inch Worm. HEX triplet: 98, E0 and 01. RGB value is (152,224,1). Sum of RGB (Red+Green+Blue) = 152+224+1=377 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.32% from 377); Green value is 224 (87.89% from 255 or 59.42% from 377); Blue value is 1 (0.78% from 255 or 0.27% from 377); Max value from RGB is 224 - color contains mainly: green. Hex color #98E001 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #98E001 is #671FFE. Grayscale: #B1B1B1. Windows color (decimal): -6758399 or 123032. OLE color: 123032.
HSL color Cylindrical-coordinate representation of color #98E001: hue angle of 79.37º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #98E001 is Cyan = 0.32, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 152 | 224 | 1 | - |
| CMYK | 0.32 | 0 | 1.00 | 0.12 |
| HSL | 79.37º | 0.99% | 0.44% | - |
| HSV(B) | 79.37º | 1% | 0.88% | - |
| XYZ | 39.61 | 59.99 | 9.52 | - |
| YUV | 177.05 | 28.65 | 110.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 224 | 1 | 0.32 | 0 | 1.00 | 0.12 | 79.37 | 0.99 | 0.44 |
| Hex | 98 | E0 | 1 | 20 | 0 | 64 | C | 4F | 63 | 2C |
| Octal | 230 | 340 | 1 | 40 | 0 | 144 | 14 | 117 | 143 | 54 |
| Binary | 10011000 | 11100000 | 1 | 100000 | 0 | 1100100 | 1100 | 1001111 | 1100011 | 101100 |
Color Harmonies of #98E001
Complementary color
Monochromatic Colors of #98E001
Black with #98E001
Text Example
Text Example
White with #98E001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98E001; }
p { color: rgb(152,224,1); }
H1.HeaderClassName
{
color: #98E001;
}
.AnyTagClassName
{
color: #98E001;
}
</style>
background-color css
<style>
a { background-color: #98E001; }
a { background-color: rgb(152,224,1); }
div.DivClassName
{
background-color: #98E001;
}
.BgClassName
{
background-color: #98E001;
}
</style>
border-color css
<style>
span { border-color: #98E001; }
span { border-color: rgb(152,224,1); }
td.TdClassName
{
border-color: #98E001;
}
.TagClassName
{
border-color: #98E001;
}
</style>