Shades of Inch Worm #96E001
Tints of Inch Worm #96E001
RGB
CMYK
RGB Variations
Color information
#96E001 (or 0x96E001) is known color: Inch Worm. HEX triplet: 96, E0 and 01. RGB value is (150,224,1). Sum of RGB (Red+Green+Blue) = 150+224+1=375 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40% from 375); Green value is 224 (87.89% from 255 or 59.73% from 375); Blue value is 1 (0.78% from 255 or 0.27% from 375); Max value from RGB is 224 - color contains mainly: green. Hex color #96E001 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96E001 is #691FFE. Grayscale: #B1B1B1. Windows color (decimal): -6889471 or 123030. OLE color: 123030.
HSL color Cylindrical-coordinate representation of color #96E001: hue angle of 79.91º 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 #96E001 is Cyan = 0.33, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 150 | 224 | 1 | - |
| CMYK | 0.33 | 0 | 1.00 | 0.12 |
| HSL | 79.91º | 0.99% | 0.44% | - |
| HSV(B) | 79.91º | 1% | 0.88% | - |
| XYZ | 39.24 | 59.8 | 9.5 | - |
| YUV | 176.45 | 28.98 | 109.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 224 | 1 | 0.33 | 0 | 1.00 | 0.12 | 79.91 | 0.99 | 0.44 |
| Hex | 96 | E0 | 1 | 21 | 0 | 64 | C | 50 | 63 | 2C |
| Octal | 226 | 340 | 1 | 41 | 0 | 144 | 14 | 120 | 143 | 54 |
| Binary | 10010110 | 11100000 | 1 | 100001 | 0 | 1100100 | 1100 | 1010000 | 1100011 | 101100 |
Color Harmonies of #96E001
Complementary color
Monochromatic Colors of #96E001
Black with #96E001
Text Example
Text Example
White with #96E001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96E001; }
p { color: rgb(150,224,1); }
H1.HeaderClassName
{
color: #96E001;
}
.AnyTagClassName
{
color: #96E001;
}
</style>
background-color css
<style>
a { background-color: #96E001; }
a { background-color: rgb(150,224,1); }
div.DivClassName
{
background-color: #96E001;
}
.BgClassName
{
background-color: #96E001;
}
</style>
border-color css
<style>
span { border-color: #96E001; }
span { border-color: rgb(150,224,1); }
td.TdClassName
{
border-color: #96E001;
}
.TagClassName
{
border-color: #96E001;
}
</style>