Shades of Inch Worm #96ED18
Tints of Inch Worm #96ED18
RGB
CMYK
RGB Variations
Color information
#96ED18 (or 0x96ED18) is known color: Inch Worm. HEX triplet: 96, ED and 18. RGB value is (150,237,24). Sum of RGB (Red+Green+Blue) = 150+237+24=411 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.50% from 411); Green value is 237 (92.97% from 255 or 57.66% from 411); Blue value is 24 (9.77% from 255 or 5.84% from 411); Max value from RGB is 237 - color contains mainly: green. Hex color #96ED18 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #96ED18 is #6912E7. Grayscale: #BBBBBB. Windows color (decimal): -6886120 or 1633686. OLE color: 1633686.
HSL color Cylindrical-coordinate representation of color #96ED18: hue angle of 84.51º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #96ED18 is Cyan = 0.37, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 150 | 237 | 24 | - |
| CMYK | 0.37 | 0 | 0.90 | 0.07 |
| HSL | 84.51º | 0.86% | 0.51% | - |
| HSV(B) | 84.51º | 0.9% | 0.93% | - |
| XYZ | 43.03 | 67.12 | 11.55 | - |
| YUV | 186.71 | 36.18 | 101.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 237 | 24 | 0.37 | 0 | 0.90 | 0.07 | 84.51 | 0.86 | 0.51 |
| Hex | 96 | ED | 18 | 25 | 0 | 5A | 7 | 55 | 56 | 33 |
| Octal | 226 | 355 | 30 | 45 | 0 | 132 | 7 | 125 | 126 | 63 |
| Binary | 10010110 | 11101101 | 11000 | 100101 | 0 | 1011010 | 111 | 1010101 | 1010110 | 110011 |
Color Harmonies of #96ED18
Complementary color
Monochromatic Colors of #96ED18
Black with #96ED18
Text Example
Text Example
White with #96ED18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96ED18; }
p { color: rgb(150,237,24); }
H1.HeaderClassName
{
color: #96ED18;
}
.AnyTagClassName
{
color: #96ED18;
}
</style>
background-color css
<style>
a { background-color: #96ED18; }
a { background-color: rgb(150,237,24); }
div.DivClassName
{
background-color: #96ED18;
}
.BgClassName
{
background-color: #96ED18;
}
</style>
border-color css
<style>
span { border-color: #96ED18; }
span { border-color: rgb(150,237,24); }
td.TdClassName
{
border-color: #96ED18;
}
.TagClassName
{
border-color: #96ED18;
}
</style>