Shades of Inch Worm #8FDA10
Tints of Inch Worm #8FDA10
RGB
CMYK
RGB Variations
Color information
#8FDA10 (or 0x8FDA10) is known color: Inch Worm. HEX triplet: 8F, DA and 10. RGB value is (143,218,16). Sum of RGB (Red+Green+Blue) = 143+218+16=377 (49% of max value = 765). Red value is 143 (56.25% from 255 or 37.93% from 377); Green value is 218 (85.55% from 255 or 57.82% from 377); Blue value is 16 (6.64% from 255 or 4.24% from 377); Max value from RGB is 218 - color contains mainly: green. Hex color #8FDA10 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FDA10 is #7025EF. Grayscale: #ADADAD. Windows color (decimal): -7349744 or 1104527. OLE color: 1104527.
HSL color Cylindrical-coordinate representation of color #8FDA10: hue angle of 82.28º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8FDA10 is Cyan = 0.34, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 143 | 218 | 16 | - |
| CMYK | 0.34 | 0 | 0.93 | 0.15 |
| HSL | 82.28º | 0.86% | 0.46% | - |
| HSV(B) | 82.28º | 0.93% | 0.85% | - |
| XYZ | 36.49 | 56.02 | 9.38 | - |
| YUV | 172.55 | 39.65 | 106.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 218 | 16 | 0.34 | 0 | 0.93 | 0.15 | 82.28 | 0.86 | 0.46 |
| Hex | 8F | DA | 10 | 22 | 0 | 5D | F | 52 | 56 | 2E |
| Octal | 217 | 332 | 20 | 42 | 0 | 135 | 17 | 122 | 126 | 56 |
| Binary | 10001111 | 11011010 | 10000 | 100010 | 0 | 1011101 | 1111 | 1010010 | 1010110 | 101110 |
Color Harmonies of #8FDA10
Complementary color
Monochromatic Colors of #8FDA10
Black with #8FDA10
Text Example
Text Example
White with #8FDA10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDA10; }
p { color: rgb(143,218,16); }
H1.HeaderClassName
{
color: #8FDA10;
}
.AnyTagClassName
{
color: #8FDA10;
}
</style>
background-color css
<style>
a { background-color: #8FDA10; }
a { background-color: rgb(143,218,16); }
div.DivClassName
{
background-color: #8FDA10;
}
.BgClassName
{
background-color: #8FDA10;
}
</style>
border-color css
<style>
span { border-color: #8FDA10; }
span { border-color: rgb(143,218,16); }
td.TdClassName
{
border-color: #8FDA10;
}
.TagClassName
{
border-color: #8FDA10;
}
</style>