Shades of Inch Worm #8FDC0A
Tints of Inch Worm #8FDC0A
RGB
CMYK
RGB Variations
Color information
#8FDC0A (or 0x8FDC0A) is known color: Inch Worm. HEX triplet: 8F, DC and 0A. RGB value is (143,220,10). Sum of RGB (Red+Green+Blue) = 143+220+10=373 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.34% from 373); Green value is 220 (86.33% from 255 or 58.98% from 373); Blue value is 10 (4.30% from 255 or 2.68% from 373); Max value from RGB is 220 - color contains mainly: green. Hex color #8FDC0A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FDC0A is #7023F5. Grayscale: #ADADAD. Windows color (decimal): -7349238 or 711823. OLE color: 711823.
HSL color Cylindrical-coordinate representation of color #8FDC0A: hue angle of 82º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8FDC0A is Cyan = 0.35, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 143 | 220 | 10 | - |
| CMYK | 0.35 | 0 | 0.95 | 0.14 |
| HSL | 82º | 0.91% | 0.45% | - |
| HSV(B) | 82º | 0.95% | 0.86% | - |
| XYZ | 36.98 | 57.05 | 9.35 | - |
| YUV | 173.04 | 35.99 | 106.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 220 | 10 | 0.35 | 0 | 0.95 | 0.14 | 82 | 0.91 | 0.45 |
| Hex | 8F | DC | A | 23 | 0 | 5F | E | 52 | 5B | 2D |
| Octal | 217 | 334 | 12 | 43 | 0 | 137 | 16 | 122 | 133 | 55 |
| Binary | 10001111 | 11011100 | 1010 | 100011 | 0 | 1011111 | 1110 | 1010010 | 1011011 | 101101 |
Color Harmonies of #8FDC0A
Complementary color
Monochromatic Colors of #8FDC0A
Black with #8FDC0A
Text Example
Text Example
White with #8FDC0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDC0A; }
p { color: rgb(143,220,10); }
H1.HeaderClassName
{
color: #8FDC0A;
}
.AnyTagClassName
{
color: #8FDC0A;
}
</style>
background-color css
<style>
a { background-color: #8FDC0A; }
a { background-color: rgb(143,220,10); }
div.DivClassName
{
background-color: #8FDC0A;
}
.BgClassName
{
background-color: #8FDC0A;
}
</style>
border-color css
<style>
span { border-color: #8FDC0A; }
span { border-color: rgb(143,220,10); }
td.TdClassName
{
border-color: #8FDC0A;
}
.TagClassName
{
border-color: #8FDC0A;
}
</style>