Shades of Inch Worm #9DF015
Tints of Inch Worm #9DF015
RGB
CMYK
RGB Variations
Color information
#9DF015 (or 0x9DF015) is known color: Inch Worm. HEX triplet: 9D, F0 and 15. RGB value is (157,240,21). Sum of RGB (Red+Green+Blue) = 157+240+21=418 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.56% from 418); Green value is 240 (94.14% from 255 or 57.42% from 418); Blue value is 21 (8.59% from 255 or 5.02% from 418); Max value from RGB is 240 - color contains mainly: green. Hex color #9DF015 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9DF015 is #620FEA. Grayscale: #BFBFBF. Windows color (decimal): -6426603 or 1437853. OLE color: 1437853.
HSL color Cylindrical-coordinate representation of color #9DF015: hue angle of 82.74º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9DF015 is Cyan = 0.35, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 157 | 240 | 21 | - |
| CMYK | 0.35 | 0 | 0.91 | 0.06 |
| HSL | 82.74º | 0.88% | 0.51% | - |
| HSV(B) | 82.74º | 0.91% | 0.94% | - |
| XYZ | 45.2 | 69.54 | 11.75 | - |
| YUV | 190.22 | 32.5 | 104.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 240 | 21 | 0.35 | 0 | 0.91 | 0.06 | 82.74 | 0.88 | 0.51 |
| Hex | 9D | F0 | 15 | 23 | 0 | 5B | 6 | 53 | 58 | 33 |
| Octal | 235 | 360 | 25 | 43 | 0 | 133 | 6 | 123 | 130 | 63 |
| Binary | 10011101 | 11110000 | 10101 | 100011 | 0 | 1011011 | 110 | 1010011 | 1011000 | 110011 |
Color Harmonies of #9DF015
Complementary color
Monochromatic Colors of #9DF015
Black with #9DF015
Text Example
Text Example
White with #9DF015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DF015; }
p { color: rgb(157,240,21); }
H1.HeaderClassName
{
color: #9DF015;
}
.AnyTagClassName
{
color: #9DF015;
}
</style>
background-color css
<style>
a { background-color: #9DF015; }
a { background-color: rgb(157,240,21); }
div.DivClassName
{
background-color: #9DF015;
}
.BgClassName
{
background-color: #9DF015;
}
</style>
border-color css
<style>
span { border-color: #9DF015; }
span { border-color: rgb(157,240,21); }
td.TdClassName
{
border-color: #9DF015;
}
.TagClassName
{
border-color: #9DF015;
}
</style>