Shades of Inch Worm #9CF015
Tints of Inch Worm #9CF015
RGB
CMYK
RGB Variations
Color information
#9CF015 (or 0x9CF015) is known color: Inch Worm. HEX triplet: 9C, F0 and 15. RGB value is (156,240,21). Sum of RGB (Red+Green+Blue) = 156+240+21=417 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.41% from 417); Green value is 240 (94.14% from 255 or 57.55% from 417); Blue value is 21 (8.59% from 255 or 5.04% from 417); Max value from RGB is 240 - color contains mainly: green. Hex color #9CF015 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9CF015 is #630FEA. Grayscale: #BEBEBE. Windows color (decimal): -6492139 or 1437852. OLE color: 1437852.
HSL color Cylindrical-coordinate representation of color #9CF015: hue angle of 83.01º 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 #9CF015 is Cyan = 0.35, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 156 | 240 | 21 | - |
| CMYK | 0.35 | 0 | 0.91 | 0.06 |
| HSL | 83.01º | 0.88% | 0.51% | - |
| HSV(B) | 83.01º | 0.91% | 0.94% | - |
| XYZ | 45.01 | 69.44 | 11.74 | - |
| YUV | 189.92 | 32.67 | 103.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 240 | 21 | 0.35 | 0 | 0.91 | 0.06 | 83.01 | 0.88 | 0.51 |
| Hex | 9C | F0 | 15 | 23 | 0 | 5B | 6 | 53 | 58 | 33 |
| Octal | 234 | 360 | 25 | 43 | 0 | 133 | 6 | 123 | 130 | 63 |
| Binary | 10011100 | 11110000 | 10101 | 100011 | 0 | 1011011 | 110 | 1010011 | 1011000 | 110011 |
Color Harmonies of #9CF015
Complementary color
Monochromatic Colors of #9CF015
Black with #9CF015
Text Example
Text Example
White with #9CF015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CF015; }
p { color: rgb(156,240,21); }
H1.HeaderClassName
{
color: #9CF015;
}
.AnyTagClassName
{
color: #9CF015;
}
</style>
background-color css
<style>
a { background-color: #9CF015; }
a { background-color: rgb(156,240,21); }
div.DivClassName
{
background-color: #9CF015;
}
.BgClassName
{
background-color: #9CF015;
}
</style>
border-color css
<style>
span { border-color: #9CF015; }
span { border-color: rgb(156,240,21); }
td.TdClassName
{
border-color: #9CF015;
}
.TagClassName
{
border-color: #9CF015;
}
</style>