Shades of Inch Worm #9CDF08
Tints of Inch Worm #9CDF08
RGB
CMYK
RGB Variations
Color information
#9CDF08 (or 0x9CDF08) is known color: Inch Worm. HEX triplet: 9C, DF and 08. RGB value is (156,223,8). Sum of RGB (Red+Green+Blue) = 156+223+8=387 (51% of max value = 765). Red value is 156 (61.33% from 255 or 40.31% from 387); Green value is 223 (87.5% from 255 or 57.62% from 387); Blue value is 8 (3.52% from 255 or 2.07% from 387); Max value from RGB is 223 - color contains mainly: green. Hex color #9CDF08 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CDF08 is #6320F7. Grayscale: #B3B3B3. Windows color (decimal): -6496504 or 581532. OLE color: 581532.
HSL color Cylindrical-coordinate representation of color #9CDF08: hue angle of 78.7º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9CDF08 is Cyan = 0.30, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 156 | 223 | 8 | - |
| CMYK | 0.30 | 0 | 0.96 | 0.13 |
| HSL | 78.7º | 0.93% | 0.45% | - |
| HSV(B) | 78.7º | 0.96% | 0.87% | - |
| XYZ | 40.14 | 59.86 | 9.67 | - |
| YUV | 178.46 | 31.8 | 111.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 223 | 8 | 0.30 | 0 | 0.96 | 0.13 | 78.7 | 0.93 | 0.45 |
| Hex | 9C | DF | 8 | 1E | 0 | 60 | D | 4F | 5D | 2D |
| Octal | 234 | 337 | 10 | 36 | 0 | 140 | 15 | 117 | 135 | 55 |
| Binary | 10011100 | 11011111 | 1000 | 11110 | 0 | 1100000 | 1101 | 1001111 | 1011101 | 101101 |
Color Harmonies of #9CDF08
Complementary color
Monochromatic Colors of #9CDF08
Black with #9CDF08
Text Example
Text Example
White with #9CDF08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CDF08; }
p { color: rgb(156,223,8); }
H1.HeaderClassName
{
color: #9CDF08;
}
.AnyTagClassName
{
color: #9CDF08;
}
</style>
background-color css
<style>
a { background-color: #9CDF08; }
a { background-color: rgb(156,223,8); }
div.DivClassName
{
background-color: #9CDF08;
}
.BgClassName
{
background-color: #9CDF08;
}
</style>
border-color css
<style>
span { border-color: #9CDF08; }
span { border-color: rgb(156,223,8); }
td.TdClassName
{
border-color: #9CDF08;
}
.TagClassName
{
border-color: #9CDF08;
}
</style>