Shades of Inch Worm #96E119
Tints of Inch Worm #96E119
RGB
CMYK
RGB Variations
Color information
#96E119 (or 0x96E119) is known color: Inch Worm. HEX triplet: 96, E1 and 19. RGB value is (150,225,25). Sum of RGB (Red+Green+Blue) = 150+225+25=400 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.5% from 400); Green value is 225 (88.28% from 255 or 56.25% from 400); Blue value is 25 (10.16% from 255 or 6.25% from 400); Max value from RGB is 225 - color contains mainly: green. Hex color #96E119 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96E119 is #691EE6. Grayscale: #B4B4B4. Windows color (decimal): -6889191 or 1696150. OLE color: 1696150.
HSL color Cylindrical-coordinate representation of color #96E119: hue angle of 82.5º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #96E119 is Cyan = 0.33, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 150 | 225 | 25 | - |
| CMYK | 0.33 | 0 | 0.89 | 0.12 |
| HSL | 82.5º | 0.8% | 0.49% | - |
| HSV(B) | 82.5º | 0.89% | 0.88% | - |
| XYZ | 39.68 | 60.4 | 10.49 | - |
| YUV | 179.78 | 40.65 | 106.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 225 | 25 | 0.33 | 0 | 0.89 | 0.12 | 82.5 | 0.8 | 0.49 |
| Hex | 96 | E1 | 19 | 21 | 0 | 59 | C | 52 | 50 | 31 |
| Octal | 226 | 341 | 31 | 41 | 0 | 131 | 14 | 122 | 120 | 61 |
| Binary | 10010110 | 11100001 | 11001 | 100001 | 0 | 1011001 | 1100 | 1010010 | 1010000 | 110001 |
Color Harmonies of #96E119
Complementary color
Monochromatic Colors of #96E119
Black with #96E119
Text Example
Text Example
White with #96E119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96E119; }
p { color: rgb(150,225,25); }
H1.HeaderClassName
{
color: #96E119;
}
.AnyTagClassName
{
color: #96E119;
}
</style>
background-color css
<style>
a { background-color: #96E119; }
a { background-color: rgb(150,225,25); }
div.DivClassName
{
background-color: #96E119;
}
.BgClassName
{
background-color: #96E119;
}
</style>
border-color css
<style>
span { border-color: #96E119; }
span { border-color: rgb(150,225,25); }
td.TdClassName
{
border-color: #96E119;
}
.TagClassName
{
border-color: #96E119;
}
</style>