Shades of Inch Worm #96DB14
Tints of Inch Worm #96DB14
RGB
CMYK
RGB Variations
Color information
#96DB14 (or 0x96DB14) is known color: Inch Worm. HEX triplet: 96, DB and 14. RGB value is (150,219,20). Sum of RGB (Red+Green+Blue) = 150+219+20=389 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.56% from 389); Green value is 219 (85.94% from 255 or 56.30% from 389); Blue value is 20 (8.20% from 255 or 5.14% from 389); Max value from RGB is 219 - color contains mainly: green. Hex color #96DB14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96DB14 is #6924EB. Grayscale: #B0B0B0. Windows color (decimal): -6890732 or 1366934. OLE color: 1366934.
HSL color Cylindrical-coordinate representation of color #96DB14: hue angle of 80.8º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #96DB14 is Cyan = 0.32, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 150 | 219 | 20 | - |
| CMYK | 0.32 | 0 | 0.91 | 0.14 |
| HSL | 80.8º | 0.83% | 0.47% | - |
| HSV(B) | 80.8º | 0.91% | 0.86% | - |
| XYZ | 38.04 | 57.2 | 9.7 | - |
| YUV | 175.68 | 40.14 | 109.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 219 | 20 | 0.32 | 0 | 0.91 | 0.14 | 80.8 | 0.83 | 0.47 |
| Hex | 96 | DB | 14 | 20 | 0 | 5B | E | 51 | 53 | 2F |
| Octal | 226 | 333 | 24 | 40 | 0 | 133 | 16 | 121 | 123 | 57 |
| Binary | 10010110 | 11011011 | 10100 | 100000 | 0 | 1011011 | 1110 | 1010001 | 1010011 | 101111 |
Color Harmonies of #96DB14
Complementary color
Monochromatic Colors of #96DB14
Black with #96DB14
Text Example
Text Example
White with #96DB14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96DB14; }
p { color: rgb(150,219,20); }
H1.HeaderClassName
{
color: #96DB14;
}
.AnyTagClassName
{
color: #96DB14;
}
</style>
background-color css
<style>
a { background-color: #96DB14; }
a { background-color: rgb(150,219,20); }
div.DivClassName
{
background-color: #96DB14;
}
.BgClassName
{
background-color: #96DB14;
}
</style>
border-color css
<style>
span { border-color: #96DB14; }
span { border-color: rgb(150,219,20); }
td.TdClassName
{
border-color: #96DB14;
}
.TagClassName
{
border-color: #96DB14;
}
</style>