Shades of Inch Worm #9FDF0E
Tints of Inch Worm #9FDF0E
RGB
CMYK
RGB Variations
Color information
#9FDF0E (or 0x9FDF0E) is known color: Inch Worm. HEX triplet: 9F, DF and 0E. RGB value is (159,223,14). Sum of RGB (Red+Green+Blue) = 159+223+14=396 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.15% from 396); Green value is 223 (87.5% from 255 or 56.31% from 396); Blue value is 14 (5.86% from 255 or 3.54% from 396); Max value from RGB is 223 - color contains mainly: green. Hex color #9FDF0E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FDF0E is #6020F1. Grayscale: #B4B4B4. Windows color (decimal): -6299890 or 974751. OLE color: 974751.
HSL color Cylindrical-coordinate representation of color #9FDF0E: hue angle of 78.37º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9FDF0E is Cyan = 0.29, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 223 | 14 | - |
| CMYK | 0.29 | 0 | 0.94 | 0.13 |
| HSL | 78.37º | 0.88% | 0.46% | - |
| HSV(B) | 78.37º | 0.94% | 0.87% | - |
| XYZ | 40.77 | 60.18 | 9.88 | - |
| YUV | 180.04 | 34.3 | 112.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 223 | 14 | 0.29 | 0 | 0.94 | 0.13 | 78.37 | 0.88 | 0.46 |
| Hex | 9F | DF | E | 1D | 0 | 5E | D | 4E | 58 | 2E |
| Octal | 237 | 337 | 16 | 35 | 0 | 136 | 15 | 116 | 130 | 56 |
| Binary | 10011111 | 11011111 | 1110 | 11101 | 0 | 1011110 | 1101 | 1001110 | 1011000 | 101110 |
Color Harmonies of #9FDF0E
Complementary color
Monochromatic Colors of #9FDF0E
Black with #9FDF0E
Text Example
Text Example
White with #9FDF0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDF0E; }
p { color: rgb(159,223,14); }
H1.HeaderClassName
{
color: #9FDF0E;
}
.AnyTagClassName
{
color: #9FDF0E;
}
</style>
background-color css
<style>
a { background-color: #9FDF0E; }
a { background-color: rgb(159,223,14); }
div.DivClassName
{
background-color: #9FDF0E;
}
.BgClassName
{
background-color: #9FDF0E;
}
</style>
border-color css
<style>
span { border-color: #9FDF0E; }
span { border-color: rgb(159,223,14); }
td.TdClassName
{
border-color: #9FDF0E;
}
.TagClassName
{
border-color: #9FDF0E;
}
</style>