Shades of Inch Worm #9DF019
Tints of Inch Worm #9DF019
RGB
CMYK
RGB Variations
Color information
#9DF019 (or 0x9DF019) is known color: Inch Worm. HEX triplet: 9D, F0 and 19. RGB value is (157,240,25). Sum of RGB (Red+Green+Blue) = 157+240+25=422 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.20% from 422); Green value is 240 (94.14% from 255 or 56.87% from 422); Blue value is 25 (10.16% from 255 or 5.92% from 422); Max value from RGB is 240 - color contains mainly: green. Hex color #9DF019 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9DF019 is #620FE6. Grayscale: #BFBFBF. Windows color (decimal): -6426599 or 1699997. OLE color: 1699997.
HSL color Cylindrical-coordinate representation of color #9DF019: hue angle of 83.16º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9DF019 is Cyan = 0.35, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 157 | 240 | 25 | - |
| CMYK | 0.35 | 0 | 0.90 | 0.06 |
| HSL | 83.16º | 0.88% | 0.52% | - |
| HSV(B) | 83.16º | 0.9% | 0.94% | - |
| XYZ | 45.24 | 69.56 | 11.96 | - |
| YUV | 190.67 | 34.5 | 103.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 240 | 25 | 0.35 | 0 | 0.90 | 0.06 | 83.16 | 0.88 | 0.52 |
| Hex | 9D | F0 | 19 | 23 | 0 | 5A | 6 | 53 | 58 | 34 |
| Octal | 235 | 360 | 31 | 43 | 0 | 132 | 6 | 123 | 130 | 64 |
| Binary | 10011101 | 11110000 | 11001 | 100011 | 0 | 1011010 | 110 | 1010011 | 1011000 | 110100 |
Color Harmonies of #9DF019
Complementary color
Monochromatic Colors of #9DF019
Black with #9DF019
Text Example
Text Example
White with #9DF019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DF019; }
p { color: rgb(157,240,25); }
H1.HeaderClassName
{
color: #9DF019;
}
.AnyTagClassName
{
color: #9DF019;
}
</style>
background-color css
<style>
a { background-color: #9DF019; }
a { background-color: rgb(157,240,25); }
div.DivClassName
{
background-color: #9DF019;
}
.BgClassName
{
background-color: #9DF019;
}
</style>
border-color css
<style>
span { border-color: #9DF019; }
span { border-color: rgb(157,240,25); }
td.TdClassName
{
border-color: #9DF019;
}
.TagClassName
{
border-color: #9DF019;
}
</style>