Shades of Inch Worm #8CDA09
Tints of Inch Worm #8CDA09
RGB
CMYK
RGB Variations
Color information
#8CDA09 (or 0x8CDA09) is known color: Inch Worm. HEX triplet: 8C, DA and 09. RGB value is (140,218,9). Sum of RGB (Red+Green+Blue) = 140+218+9=367 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.15% from 367); Green value is 218 (85.55% from 255 or 59.40% from 367); Blue value is 9 (3.91% from 255 or 2.45% from 367); Max value from RGB is 218 - color contains mainly: green. Hex color #8CDA09 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CDA09 is #7325F6. Grayscale: #ABABAB. Windows color (decimal): -7546359 or 645772. OLE color: 645772.
HSL color Cylindrical-coordinate representation of color #8CDA09: hue angle of 82.39º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8CDA09 is Cyan = 0.36, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 140 | 218 | 9 | - |
| CMYK | 0.36 | 0 | 0.96 | 0.15 |
| HSL | 82.39º | 0.92% | 0.45% | - |
| HSV(B) | 82.39º | 0.96% | 0.85% | - |
| XYZ | 35.94 | 55.74 | 9.12 | - |
| YUV | 170.85 | 36.66 | 105.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 218 | 9 | 0.36 | 0 | 0.96 | 0.15 | 82.39 | 0.92 | 0.45 |
| Hex | 8C | DA | 9 | 24 | 0 | 60 | F | 52 | 5C | 2D |
| Octal | 214 | 332 | 11 | 44 | 0 | 140 | 17 | 122 | 134 | 55 |
| Binary | 10001100 | 11011010 | 1001 | 100100 | 0 | 1100000 | 1111 | 1010010 | 1011100 | 101101 |
Color Harmonies of #8CDA09
Complementary color
Monochromatic Colors of #8CDA09
Black with #8CDA09
Text Example
Text Example
White with #8CDA09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CDA09; }
p { color: rgb(140,218,9); }
H1.HeaderClassName
{
color: #8CDA09;
}
.AnyTagClassName
{
color: #8CDA09;
}
</style>
background-color css
<style>
a { background-color: #8CDA09; }
a { background-color: rgb(140,218,9); }
div.DivClassName
{
background-color: #8CDA09;
}
.BgClassName
{
background-color: #8CDA09;
}
</style>
border-color css
<style>
span { border-color: #8CDA09; }
span { border-color: rgb(140,218,9); }
td.TdClassName
{
border-color: #8CDA09;
}
.TagClassName
{
border-color: #8CDA09;
}
</style>