Shades of Inch Worm #96DE1A
Tints of Inch Worm #96DE1A
RGB
CMYK
RGB Variations
Color information
#96DE1A (or 0x96DE1A) is known color: Inch Worm. HEX triplet: 96, DE and 1A. RGB value is (150,222,26). Sum of RGB (Red+Green+Blue) = 150+222+26=398 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.69% from 398); Green value is 222 (87.11% from 255 or 55.78% from 398); Blue value is 26 (10.55% from 255 or 6.53% from 398); Max value from RGB is 222 - color contains mainly: green. Hex color #96DE1A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96DE1A is #6921E5. Grayscale: #B2B2B2. Windows color (decimal): -6889958 or 1760918. OLE color: 1760918.
HSL color Cylindrical-coordinate representation of color #96DE1A: hue angle of 82.04º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #96DE1A is Cyan = 0.32, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 222 | 26 | - |
| CMYK | 0.32 | 0 | 0.88 | 0.13 |
| HSL | 82.04º | 0.79% | 0.49% | - |
| HSV(B) | 82.04º | 0.88% | 0.87% | - |
| XYZ | 38.89 | 58.8 | 10.28 | - |
| YUV | 178.13 | 42.15 | 107.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 222 | 26 | 0.32 | 0 | 0.88 | 0.13 | 82.04 | 0.79 | 0.49 |
| Hex | 96 | DE | 1A | 20 | 0 | 58 | D | 52 | 4F | 31 |
| Octal | 226 | 336 | 32 | 40 | 0 | 130 | 15 | 122 | 117 | 61 |
| Binary | 10010110 | 11011110 | 11010 | 100000 | 0 | 1011000 | 1101 | 1010010 | 1001111 | 110001 |
Color Harmonies of #96DE1A
Complementary color
Monochromatic Colors of #96DE1A
Black with #96DE1A
Text Example
Text Example
White with #96DE1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96DE1A; }
p { color: rgb(150,222,26); }
H1.HeaderClassName
{
color: #96DE1A;
}
.AnyTagClassName
{
color: #96DE1A;
}
</style>
background-color css
<style>
a { background-color: #96DE1A; }
a { background-color: rgb(150,222,26); }
div.DivClassName
{
background-color: #96DE1A;
}
.BgClassName
{
background-color: #96DE1A;
}
</style>
border-color css
<style>
span { border-color: #96DE1A; }
span { border-color: rgb(150,222,26); }
td.TdClassName
{
border-color: #96DE1A;
}
.TagClassName
{
border-color: #96DE1A;
}
</style>