Shades of Inch Worm #9FDA0C
Tints of Inch Worm #9FDA0C
RGB
CMYK
RGB Variations
Color information
#9FDA0C (or 0x9FDA0C) is known color: Inch Worm. HEX triplet: 9F, DA and 0C. RGB value is (159,218,12). Sum of RGB (Red+Green+Blue) = 159+218+12=389 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.87% from 389); Green value is 218 (85.55% from 255 or 56.04% from 389); Blue value is 12 (5.08% from 255 or 3.08% from 389); Max value from RGB is 218 - color contains mainly: green. Hex color #9FDA0C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FDA0C is #6025F3. Grayscale: #B1B1B1. Windows color (decimal): -6301172 or 842399. OLE color: 842399.
HSL color Cylindrical-coordinate representation of color #9FDA0C: hue angle of 77.18º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9FDA0C is Cyan = 0.27, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 159 | 218 | 12 | - |
| CMYK | 0.27 | 0 | 0.94 | 0.15 |
| HSL | 77.18º | 0.9% | 0.45% | - |
| HSV(B) | 77.18º | 0.94% | 0.85% | - |
| XYZ | 39.44 | 57.54 | 9.38 | - |
| YUV | 176.88 | 34.95 | 115.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 218 | 12 | 0.27 | 0 | 0.94 | 0.15 | 77.18 | 0.9 | 0.45 |
| Hex | 9F | DA | C | 1B | 0 | 5E | F | 4D | 5A | 2D |
| Octal | 237 | 332 | 14 | 33 | 0 | 136 | 17 | 115 | 132 | 55 |
| Binary | 10011111 | 11011010 | 1100 | 11011 | 0 | 1011110 | 1111 | 1001101 | 1011010 | 101101 |
Color Harmonies of #9FDA0C
Complementary color
Monochromatic Colors of #9FDA0C
Black with #9FDA0C
Text Example
Text Example
White with #9FDA0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDA0C; }
p { color: rgb(159,218,12); }
H1.HeaderClassName
{
color: #9FDA0C;
}
.AnyTagClassName
{
color: #9FDA0C;
}
</style>
background-color css
<style>
a { background-color: #9FDA0C; }
a { background-color: rgb(159,218,12); }
div.DivClassName
{
background-color: #9FDA0C;
}
.BgClassName
{
background-color: #9FDA0C;
}
</style>
border-color css
<style>
span { border-color: #9FDA0C; }
span { border-color: rgb(159,218,12); }
td.TdClassName
{
border-color: #9FDA0C;
}
.TagClassName
{
border-color: #9FDA0C;
}
</style>