Shades of Inch Worm #96D908
Tints of Inch Worm #96D908
RGB
CMYK
RGB Variations
Color information
#96D908 (or 0x96D908) is known color: Inch Worm. HEX triplet: 96, D9 and 08. RGB value is (150,217,8). Sum of RGB (Red+Green+Blue) = 150+217+8=375 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40% from 375); Green value is 217 (85.16% from 255 or 57.87% from 375); Blue value is 8 (3.52% from 255 or 2.13% from 375); Max value from RGB is 217 - color contains mainly: green. Hex color #96D908 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96D908 is #6926F7. Grayscale: #ADADAD. Windows color (decimal): -6891256 or 579990. OLE color: 579990.
HSL color Cylindrical-coordinate representation of color #96D908: hue angle of 79.23º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #96D908 is Cyan = 0.31, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 150 | 217 | 8 | - |
| CMYK | 0.31 | 0 | 0.96 | 0.15 |
| HSL | 79.23º | 0.93% | 0.44% | - |
| HSV(B) | 79.23º | 0.96% | 0.85% | - |
| XYZ | 37.43 | 56.13 | 9.09 | - |
| YUV | 173.14 | 34.8 | 111.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 217 | 8 | 0.31 | 0 | 0.96 | 0.15 | 79.23 | 0.93 | 0.44 |
| Hex | 96 | D9 | 8 | 1F | 0 | 60 | F | 4F | 5D | 2C |
| Octal | 226 | 331 | 10 | 37 | 0 | 140 | 17 | 117 | 135 | 54 |
| Binary | 10010110 | 11011001 | 1000 | 11111 | 0 | 1100000 | 1111 | 1001111 | 1011101 | 101100 |
Color Harmonies of #96D908
Complementary color
Monochromatic Colors of #96D908
Black with #96D908
Text Example
Text Example
White with #96D908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96D908; }
p { color: rgb(150,217,8); }
H1.HeaderClassName
{
color: #96D908;
}
.AnyTagClassName
{
color: #96D908;
}
</style>
background-color css
<style>
a { background-color: #96D908; }
a { background-color: rgb(150,217,8); }
div.DivClassName
{
background-color: #96D908;
}
.BgClassName
{
background-color: #96D908;
}
</style>
border-color css
<style>
span { border-color: #96D908; }
span { border-color: rgb(150,217,8); }
td.TdClassName
{
border-color: #96D908;
}
.TagClassName
{
border-color: #96D908;
}
</style>