Shades of Inch Worm #96E008
Tints of Inch Worm #96E008
RGB
CMYK
RGB Variations
Color information
#96E008 (or 0x96E008) is known color: Inch Worm. HEX triplet: 96, E0 and 08. RGB value is (150,224,8). Sum of RGB (Red+Green+Blue) = 150+224+8=382 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.27% from 382); Green value is 224 (87.89% from 255 or 58.64% from 382); Blue value is 8 (3.52% from 255 or 2.09% from 382); Max value from RGB is 224 - color contains mainly: green. Hex color #96E008 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96E008 is #691FF7. Grayscale: #B2B2B2. Windows color (decimal): -6889464 or 581782. OLE color: 581782.
HSL color Cylindrical-coordinate representation of color #96E008: hue angle of 80.56º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #96E008 is Cyan = 0.33, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 150 | 224 | 8 | - |
| CMYK | 0.33 | 0 | 0.96 | 0.12 |
| HSL | 80.56º | 0.93% | 0.45% | - |
| HSV(B) | 80.56º | 0.96% | 0.88% | - |
| XYZ | 39.28 | 59.81 | 9.7 | - |
| YUV | 177.25 | 32.48 | 108.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 224 | 8 | 0.33 | 0 | 0.96 | 0.12 | 80.56 | 0.93 | 0.45 |
| Hex | 96 | E0 | 8 | 21 | 0 | 60 | C | 51 | 5D | 2D |
| Octal | 226 | 340 | 10 | 41 | 0 | 140 | 14 | 121 | 135 | 55 |
| Binary | 10010110 | 11100000 | 1000 | 100001 | 0 | 1100000 | 1100 | 1010001 | 1011101 | 101101 |
Color Harmonies of #96E008
Complementary color
Monochromatic Colors of #96E008
Black with #96E008
Text Example
Text Example
White with #96E008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96E008; }
p { color: rgb(150,224,8); }
H1.HeaderClassName
{
color: #96E008;
}
.AnyTagClassName
{
color: #96E008;
}
</style>
background-color css
<style>
a { background-color: #96E008; }
a { background-color: rgb(150,224,8); }
div.DivClassName
{
background-color: #96E008;
}
.BgClassName
{
background-color: #96E008;
}
</style>
border-color css
<style>
span { border-color: #96E008; }
span { border-color: rgb(150,224,8); }
td.TdClassName
{
border-color: #96E008;
}
.TagClassName
{
border-color: #96E008;
}
</style>