Shades of Inch Worm #8CD90C
Tints of Inch Worm #8CD90C
RGB
CMYK
RGB Variations
Color information
#8CD90C (or 0x8CD90C) is known color: Inch Worm. HEX triplet: 8C, D9 and 0C. RGB value is (140,217,12). Sum of RGB (Red+Green+Blue) = 140+217+12=369 (48% of max value = 765). Red value is 140 (55.08% from 255 or 37.94% from 369); Green value is 217 (85.16% from 255 or 58.81% from 369); Blue value is 12 (5.08% from 255 or 3.25% from 369); Max value from RGB is 217 - color contains mainly: green. Hex color #8CD90C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CD90C is #7326F3. Grayscale: #ABABAB. Windows color (decimal): -7546612 or 842124. OLE color: 842124.
HSL color Cylindrical-coordinate representation of color #8CD90C: hue angle of 82.54º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8CD90C is Cyan = 0.35, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 140 | 217 | 12 | - |
| CMYK | 0.35 | 0 | 0.94 | 0.15 |
| HSL | 82.54º | 0.9% | 0.45% | - |
| HSV(B) | 82.54º | 0.94% | 0.85% | - |
| XYZ | 35.69 | 55.23 | 9.13 | - |
| YUV | 170.61 | 38.49 | 106.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 217 | 12 | 0.35 | 0 | 0.94 | 0.15 | 82.54 | 0.9 | 0.45 |
| Hex | 8C | D9 | C | 23 | 0 | 5E | F | 53 | 5A | 2D |
| Octal | 214 | 331 | 14 | 43 | 0 | 136 | 17 | 123 | 132 | 55 |
| Binary | 10001100 | 11011001 | 1100 | 100011 | 0 | 1011110 | 1111 | 1010011 | 1011010 | 101101 |
Color Harmonies of #8CD90C
Complementary color
Monochromatic Colors of #8CD90C
Black with #8CD90C
Text Example
Text Example
White with #8CD90C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CD90C; }
p { color: rgb(140,217,12); }
H1.HeaderClassName
{
color: #8CD90C;
}
.AnyTagClassName
{
color: #8CD90C;
}
</style>
background-color css
<style>
a { background-color: #8CD90C; }
a { background-color: rgb(140,217,12); }
div.DivClassName
{
background-color: #8CD90C;
}
.BgClassName
{
background-color: #8CD90C;
}
</style>
border-color css
<style>
span { border-color: #8CD90C; }
span { border-color: rgb(140,217,12); }
td.TdClassName
{
border-color: #8CD90C;
}
.TagClassName
{
border-color: #8CD90C;
}
</style>