Shades of Inch Worm #9FDF1A
Tints of Inch Worm #9FDF1A
RGB
CMYK
RGB Variations
Color information
#9FDF1A (or 0x9FDF1A) is known color: Inch Worm. HEX triplet: 9F, DF and 1A. RGB value is (159,223,26). Sum of RGB (Red+Green+Blue) = 159+223+26=408 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.97% from 408); Green value is 223 (87.5% from 255 or 54.66% from 408); Blue value is 26 (10.55% from 255 or 6.37% from 408); Max value from RGB is 223 - color contains mainly: green. Hex color #9FDF1A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FDF1A is #6020E5. Grayscale: #B6B6B6. Windows color (decimal): -6299878 or 1761183. OLE color: 1761183.
HSL color Cylindrical-coordinate representation of color #9FDF1A: hue angle of 79.49º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9FDF1A is Cyan = 0.29, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 223 | 26 | - |
| CMYK | 0.29 | 0 | 0.88 | 0.13 |
| HSL | 79.49º | 0.79% | 0.49% | - |
| HSV(B) | 79.49º | 0.88% | 0.87% | - |
| XYZ | 40.87 | 60.22 | 10.45 | - |
| YUV | 181.41 | 40.3 | 112.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 223 | 26 | 0.29 | 0 | 0.88 | 0.13 | 79.49 | 0.79 | 0.49 |
| Hex | 9F | DF | 1A | 1D | 0 | 58 | D | 4F | 4F | 31 |
| Octal | 237 | 337 | 32 | 35 | 0 | 130 | 15 | 117 | 117 | 61 |
| Binary | 10011111 | 11011111 | 11010 | 11101 | 0 | 1011000 | 1101 | 1001111 | 1001111 | 110001 |
Color Harmonies of #9FDF1A
Complementary color
Monochromatic Colors of #9FDF1A
Black with #9FDF1A
Text Example
Text Example
White with #9FDF1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDF1A; }
p { color: rgb(159,223,26); }
H1.HeaderClassName
{
color: #9FDF1A;
}
.AnyTagClassName
{
color: #9FDF1A;
}
</style>
background-color css
<style>
a { background-color: #9FDF1A; }
a { background-color: rgb(159,223,26); }
div.DivClassName
{
background-color: #9FDF1A;
}
.BgClassName
{
background-color: #9FDF1A;
}
</style>
border-color css
<style>
span { border-color: #9FDF1A; }
span { border-color: rgb(159,223,26); }
td.TdClassName
{
border-color: #9FDF1A;
}
.TagClassName
{
border-color: #9FDF1A;
}
</style>