Shades of Inch Worm #9FDE08
Tints of Inch Worm #9FDE08
RGB
CMYK
RGB Variations
Color information
#9FDE08 (or 0x9FDE08) is known color: Inch Worm. HEX triplet: 9F, DE and 08. RGB value is (159,222,8). Sum of RGB (Red+Green+Blue) = 159+222+8=389 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.87% from 389); Green value is 222 (87.11% from 255 or 57.07% from 389); Blue value is 8 (3.52% from 255 or 2.06% from 389); Max value from RGB is 222 - color contains mainly: green. Hex color #9FDE08 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FDE08 is #6021F7. Grayscale: #B3B3B3. Windows color (decimal): -6300152 or 581279. OLE color: 581279.
HSL color Cylindrical-coordinate representation of color #9FDE08: hue angle of 77.66º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9FDE08 is Cyan = 0.28, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 222 | 8 | - |
| CMYK | 0.28 | 0 | 0.96 | 0.13 |
| HSL | 77.66º | 0.93% | 0.45% | - |
| HSV(B) | 77.66º | 0.96% | 0.87% | - |
| XYZ | 40.46 | 59.63 | 9.61 | - |
| YUV | 178.77 | 31.63 | 113.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 222 | 8 | 0.28 | 0 | 0.96 | 0.13 | 77.66 | 0.93 | 0.45 |
| Hex | 9F | DE | 8 | 1C | 0 | 60 | D | 4E | 5D | 2D |
| Octal | 237 | 336 | 10 | 34 | 0 | 140 | 15 | 116 | 135 | 55 |
| Binary | 10011111 | 11011110 | 1000 | 11100 | 0 | 1100000 | 1101 | 1001110 | 1011101 | 101101 |
Color Harmonies of #9FDE08
Complementary color
Monochromatic Colors of #9FDE08
Black with #9FDE08
Text Example
Text Example
White with #9FDE08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDE08; }
p { color: rgb(159,222,8); }
H1.HeaderClassName
{
color: #9FDE08;
}
.AnyTagClassName
{
color: #9FDE08;
}
</style>
background-color css
<style>
a { background-color: #9FDE08; }
a { background-color: rgb(159,222,8); }
div.DivClassName
{
background-color: #9FDE08;
}
.BgClassName
{
background-color: #9FDE08;
}
</style>
border-color css
<style>
span { border-color: #9FDE08; }
span { border-color: rgb(159,222,8); }
td.TdClassName
{
border-color: #9FDE08;
}
.TagClassName
{
border-color: #9FDE08;
}
</style>