Shades of Inch Worm #96E00B
Tints of Inch Worm #96E00B
RGB
CMYK
RGB Variations
Color information
#96E00B (or 0x96E00B) is known color: Inch Worm. HEX triplet: 96, E0 and 0B. RGB value is (150,224,11). Sum of RGB (Red+Green+Blue) = 150+224+11=385 (50% of max value = 765). Red value is 150 (58.98% from 255 or 38.96% from 385); Green value is 224 (87.89% from 255 or 58.18% from 385); Blue value is 11 (4.69% from 255 or 2.86% from 385); Max value from RGB is 224 - color contains mainly: green. Hex color #96E00B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96E00B is #691FF4. Grayscale: #B2B2B2. Windows color (decimal): -6889461 or 778390. OLE color: 778390.
HSL color Cylindrical-coordinate representation of color #96E00B: hue angle of 80.85º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #96E00B is Cyan = 0.33, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 150 | 224 | 11 | - |
| CMYK | 0.33 | 0 | 0.95 | 0.12 |
| HSL | 80.85º | 0.91% | 0.46% | - |
| HSV(B) | 80.85º | 0.95% | 0.88% | - |
| XYZ | 39.29 | 59.82 | 9.79 | - |
| YUV | 177.59 | 33.98 | 108.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 224 | 11 | 0.33 | 0 | 0.95 | 0.12 | 80.85 | 0.91 | 0.46 |
| Hex | 96 | E0 | B | 21 | 0 | 5F | C | 51 | 5B | 2E |
| Octal | 226 | 340 | 13 | 41 | 0 | 137 | 14 | 121 | 133 | 56 |
| Binary | 10010110 | 11100000 | 1011 | 100001 | 0 | 1011111 | 1100 | 1010001 | 1011011 | 101110 |
Color Harmonies of #96E00B
Complementary color
Monochromatic Colors of #96E00B
Black with #96E00B
Text Example
Text Example
White with #96E00B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96E00B; }
p { color: rgb(150,224,11); }
H1.HeaderClassName
{
color: #96E00B;
}
.AnyTagClassName
{
color: #96E00B;
}
</style>
background-color css
<style>
a { background-color: #96E00B; }
a { background-color: rgb(150,224,11); }
div.DivClassName
{
background-color: #96E00B;
}
.BgClassName
{
background-color: #96E00B;
}
</style>
border-color css
<style>
span { border-color: #96E00B; }
span { border-color: rgb(150,224,11); }
td.TdClassName
{
border-color: #96E00B;
}
.TagClassName
{
border-color: #96E00B;
}
</style>