Shades of Inch Worm #96E314
Tints of Inch Worm #96E314
RGB
CMYK
RGB Variations
Color information
#96E314 (or 0x96E314) is known color: Inch Worm. HEX triplet: 96, E3 and 14. RGB value is (150,227,20). Sum of RGB (Red+Green+Blue) = 150+227+20=397 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.78% from 397); Green value is 227 (89.06% from 255 or 57.18% from 397); Blue value is 20 (8.20% from 255 or 5.04% from 397); Max value from RGB is 227 - color contains mainly: green. Hex color #96E314 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96E314 is #691CEB. Grayscale: #B5B5B5. Windows color (decimal): -6888684 or 1368982. OLE color: 1368982.
HSL color Cylindrical-coordinate representation of color #96E314: hue angle of 82.32º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #96E314 is Cyan = 0.34, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 150 | 227 | 20 | - |
| CMYK | 0.34 | 0 | 0.91 | 0.11 |
| HSL | 82.32º | 0.84% | 0.48% | - |
| HSV(B) | 82.32º | 0.91% | 0.89% | - |
| XYZ | 40.17 | 61.47 | 10.41 | - |
| YUV | 180.38 | 37.49 | 106.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 227 | 20 | 0.34 | 0 | 0.91 | 0.11 | 82.32 | 0.84 | 0.48 |
| Hex | 96 | E3 | 14 | 22 | 0 | 5B | B | 52 | 54 | 30 |
| Octal | 226 | 343 | 24 | 42 | 0 | 133 | 13 | 122 | 124 | 60 |
| Binary | 10010110 | 11100011 | 10100 | 100010 | 0 | 1011011 | 1011 | 1010010 | 1010100 | 110000 |
Color Harmonies of #96E314
Complementary color
Monochromatic Colors of #96E314
Black with #96E314
Text Example
Text Example
White with #96E314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96E314; }
p { color: rgb(150,227,20); }
H1.HeaderClassName
{
color: #96E314;
}
.AnyTagClassName
{
color: #96E314;
}
</style>
background-color css
<style>
a { background-color: #96E314; }
a { background-color: rgb(150,227,20); }
div.DivClassName
{
background-color: #96E314;
}
.BgClassName
{
background-color: #96E314;
}
</style>
border-color css
<style>
span { border-color: #96E314; }
span { border-color: rgb(150,227,20); }
td.TdClassName
{
border-color: #96E314;
}
.TagClassName
{
border-color: #96E314;
}
</style>