Shades of Inch Worm #9FDC13
Tints of Inch Worm #9FDC13
RGB
CMYK
RGB Variations
Color information
#9FDC13 (or 0x9FDC13) is known color: Inch Worm. HEX triplet: 9F, DC and 13. RGB value is (159,220,19). Sum of RGB (Red+Green+Blue) = 159+220+19=398 (52% of max value = 765). Red value is 159 (62.5% from 255 or 39.95% from 398); Green value is 220 (86.33% from 255 or 55.28% from 398); Blue value is 19 (7.81% from 255 or 4.77% from 398); Max value from RGB is 220 - color contains mainly: green. Hex color #9FDC13 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FDC13 is #6023EC. Grayscale: #B3B3B3. Windows color (decimal): -6300653 or 1301663. OLE color: 1301663.
HSL color Cylindrical-coordinate representation of color #9FDC13: hue angle of 78.21º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9FDC13 is Cyan = 0.28, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 159 | 220 | 19 | - |
| CMYK | 0.28 | 0 | 0.91 | 0.14 |
| HSL | 78.21º | 0.84% | 0.47% | - |
| HSV(B) | 78.21º | 0.91% | 0.86% | - |
| XYZ | 40.01 | 58.6 | 9.82 | - |
| YUV | 178.85 | 37.79 | 113.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 220 | 19 | 0.28 | 0 | 0.91 | 0.14 | 78.21 | 0.84 | 0.47 |
| Hex | 9F | DC | 13 | 1C | 0 | 5B | E | 4E | 54 | 2F |
| Octal | 237 | 334 | 23 | 34 | 0 | 133 | 16 | 116 | 124 | 57 |
| Binary | 10011111 | 11011100 | 10011 | 11100 | 0 | 1011011 | 1110 | 1001110 | 1010100 | 101111 |
Color Harmonies of #9FDC13
Complementary color
Monochromatic Colors of #9FDC13
Black with #9FDC13
Text Example
Text Example
White with #9FDC13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDC13; }
p { color: rgb(159,220,19); }
H1.HeaderClassName
{
color: #9FDC13;
}
.AnyTagClassName
{
color: #9FDC13;
}
</style>
background-color css
<style>
a { background-color: #9FDC13; }
a { background-color: rgb(159,220,19); }
div.DivClassName
{
background-color: #9FDC13;
}
.BgClassName
{
background-color: #9FDC13;
}
</style>
border-color css
<style>
span { border-color: #9FDC13; }
span { border-color: rgb(159,220,19); }
td.TdClassName
{
border-color: #9FDC13;
}
.TagClassName
{
border-color: #9FDC13;
}
</style>