Shades of Inch Worm #9FDA14
Tints of Inch Worm #9FDA14
RGB
CMYK
RGB Variations
Color information
#9FDA14 (or 0x9FDA14) is known color: Inch Worm. HEX triplet: 9F, DA and 14. RGB value is (159,218,20). Sum of RGB (Red+Green+Blue) = 159+218+20=397 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.05% from 397); Green value is 218 (85.55% from 255 or 54.91% from 397); Blue value is 20 (8.20% from 255 or 5.04% from 397); Max value from RGB is 218 - color contains mainly: green. Hex color #9FDA14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FDA14 is #6025EB. Grayscale: #B2B2B2. Windows color (decimal): -6301164 or 1366687. OLE color: 1366687.
HSL color Cylindrical-coordinate representation of color #9FDA14: hue angle of 77.88º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9FDA14 is Cyan = 0.27, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 159 | 218 | 20 | - |
| CMYK | 0.27 | 0 | 0.91 | 0.15 |
| HSL | 77.88º | 0.83% | 0.47% | - |
| HSV(B) | 77.88º | 0.91% | 0.85% | - |
| XYZ | 39.5 | 57.56 | 9.69 | - |
| YUV | 177.79 | 38.95 | 114.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 218 | 20 | 0.27 | 0 | 0.91 | 0.15 | 77.88 | 0.83 | 0.47 |
| Hex | 9F | DA | 14 | 1B | 0 | 5B | F | 4E | 53 | 2F |
| Octal | 237 | 332 | 24 | 33 | 0 | 133 | 17 | 116 | 123 | 57 |
| Binary | 10011111 | 11011010 | 10100 | 11011 | 0 | 1011011 | 1111 | 1001110 | 1010011 | 101111 |
Color Harmonies of #9FDA14
Complementary color
Monochromatic Colors of #9FDA14
Black with #9FDA14
Text Example
Text Example
White with #9FDA14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDA14; }
p { color: rgb(159,218,20); }
H1.HeaderClassName
{
color: #9FDA14;
}
.AnyTagClassName
{
color: #9FDA14;
}
</style>
background-color css
<style>
a { background-color: #9FDA14; }
a { background-color: rgb(159,218,20); }
div.DivClassName
{
background-color: #9FDA14;
}
.BgClassName
{
background-color: #9FDA14;
}
</style>
border-color css
<style>
span { border-color: #9FDA14; }
span { border-color: rgb(159,218,20); }
td.TdClassName
{
border-color: #9FDA14;
}
.TagClassName
{
border-color: #9FDA14;
}
</style>