Shades of Inch Worm #96D916
Tints of Inch Worm #96D916
RGB
CMYK
RGB Variations
Color information
#96D916 (or 0x96D916) is known color: Inch Worm. HEX triplet: 96, D9 and 16. RGB value is (150,217,22). Sum of RGB (Red+Green+Blue) = 150+217+22=389 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.56% from 389); Green value is 217 (85.16% from 255 or 55.78% from 389); Blue value is 22 (8.98% from 255 or 5.66% from 389); Max value from RGB is 217 - color contains mainly: green. Hex color #96D916 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96D916 is #6926E9. Grayscale: #AFAFAF. Windows color (decimal): -6891242 or 1497494. OLE color: 1497494.
HSL color Cylindrical-coordinate representation of color #96D916: hue angle of 80.62º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #96D916 is Cyan = 0.31, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 150 | 217 | 22 | - |
| CMYK | 0.31 | 0 | 0.90 | 0.15 |
| HSL | 80.62º | 0.82% | 0.47% | - |
| HSV(B) | 80.62º | 0.9% | 0.85% | - |
| XYZ | 37.54 | 56.17 | 9.62 | - |
| YUV | 174.74 | 41.8 | 110.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 217 | 22 | 0.31 | 0 | 0.90 | 0.15 | 80.62 | 0.82 | 0.47 |
| Hex | 96 | D9 | 16 | 1F | 0 | 5A | F | 51 | 52 | 2F |
| Octal | 226 | 331 | 26 | 37 | 0 | 132 | 17 | 121 | 122 | 57 |
| Binary | 10010110 | 11011001 | 10110 | 11111 | 0 | 1011010 | 1111 | 1010001 | 1010010 | 101111 |
Color Harmonies of #96D916
Complementary color
Monochromatic Colors of #96D916
Black with #96D916
Text Example
Text Example
White with #96D916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96D916; }
p { color: rgb(150,217,22); }
H1.HeaderClassName
{
color: #96D916;
}
.AnyTagClassName
{
color: #96D916;
}
</style>
background-color css
<style>
a { background-color: #96D916; }
a { background-color: rgb(150,217,22); }
div.DivClassName
{
background-color: #96D916;
}
.BgClassName
{
background-color: #96D916;
}
</style>
border-color css
<style>
span { border-color: #96D916; }
span { border-color: rgb(150,217,22); }
td.TdClassName
{
border-color: #96D916;
}
.TagClassName
{
border-color: #96D916;
}
</style>