Shades of Inch Worm #96ED16
Tints of Inch Worm #96ED16
RGB
CMYK
RGB Variations
Color information
#96ED16 (or 0x96ED16) is known color: Inch Worm. HEX triplet: 96, ED and 16. RGB value is (150,237,22). Sum of RGB (Red+Green+Blue) = 150+237+22=409 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.67% from 409); Green value is 237 (92.97% from 255 or 57.95% from 409); Blue value is 22 (8.98% from 255 or 5.38% from 409); Max value from RGB is 237 - color contains mainly: green. Hex color #96ED16 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #96ED16 is #6912E9. Grayscale: #BBBBBB. Windows color (decimal): -6886122 or 1502614. OLE color: 1502614.
HSL color Cylindrical-coordinate representation of color #96ED16: hue angle of 84.28º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #96ED16 is Cyan = 0.37, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 150 | 237 | 22 | - |
| CMYK | 0.37 | 0 | 0.91 | 0.07 |
| HSL | 84.28º | 0.86% | 0.51% | - |
| HSV(B) | 84.28º | 0.91% | 0.93% | - |
| XYZ | 43.01 | 67.11 | 11.45 | - |
| YUV | 186.48 | 35.18 | 101.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 237 | 22 | 0.37 | 0 | 0.91 | 0.07 | 84.28 | 0.86 | 0.51 |
| Hex | 96 | ED | 16 | 25 | 0 | 5B | 7 | 54 | 56 | 33 |
| Octal | 226 | 355 | 26 | 45 | 0 | 133 | 7 | 124 | 126 | 63 |
| Binary | 10010110 | 11101101 | 10110 | 100101 | 0 | 1011011 | 111 | 1010100 | 1010110 | 110011 |
Color Harmonies of #96ED16
Complementary color
Monochromatic Colors of #96ED16
Black with #96ED16
Text Example
Text Example
White with #96ED16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96ED16; }
p { color: rgb(150,237,22); }
H1.HeaderClassName
{
color: #96ED16;
}
.AnyTagClassName
{
color: #96ED16;
}
</style>
background-color css
<style>
a { background-color: #96ED16; }
a { background-color: rgb(150,237,22); }
div.DivClassName
{
background-color: #96ED16;
}
.BgClassName
{
background-color: #96ED16;
}
</style>
border-color css
<style>
span { border-color: #96ED16; }
span { border-color: rgb(150,237,22); }
td.TdClassName
{
border-color: #96ED16;
}
.TagClassName
{
border-color: #96ED16;
}
</style>