Shades of Inch Worm #8AD60C
Tints of Inch Worm #8AD60C
RGB
CMYK
RGB Variations
Color information
#8AD60C (or 0x8AD60C) is known color: Inch Worm. HEX triplet: 8A, D6 and 0C. RGB value is (138,214,12). Sum of RGB (Red+Green+Blue) = 138+214+12=364 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.91% from 364); Green value is 214 (83.98% from 255 or 58.79% from 364); Blue value is 12 (5.08% from 255 or 3.30% from 364); Max value from RGB is 214 - color contains mainly: green. Hex color #8AD60C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8AD60C is #7529F3. Grayscale: #A8A8A8. Windows color (decimal): -7678452 or 841354. OLE color: 841354.
HSL color Cylindrical-coordinate representation of color #8AD60C: hue angle of 82.57º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8AD60C is Cyan = 0.36, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 138 | 214 | 12 | - |
| CMYK | 0.36 | 0 | 0.94 | 0.16 |
| HSL | 82.57º | 0.89% | 0.44% | - |
| HSV(B) | 82.57º | 0.94% | 0.84% | - |
| XYZ | 34.59 | 53.52 | 8.86 | - |
| YUV | 168.25 | 39.82 | 106.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 214 | 12 | 0.36 | 0 | 0.94 | 0.16 | 82.57 | 0.89 | 0.44 |
| Hex | 8A | D6 | C | 24 | 0 | 5E | 10 | 53 | 59 | 2C |
| Octal | 212 | 326 | 14 | 44 | 0 | 136 | 20 | 123 | 131 | 54 |
| Binary | 10001010 | 11010110 | 1100 | 100100 | 0 | 1011110 | 10000 | 1010011 | 1011001 | 101100 |
Color Harmonies of #8AD60C
Complementary color
Monochromatic Colors of #8AD60C
Black with #8AD60C
Text Example
Text Example
White with #8AD60C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD60C; }
p { color: rgb(138,214,12); }
H1.HeaderClassName
{
color: #8AD60C;
}
.AnyTagClassName
{
color: #8AD60C;
}
</style>
background-color css
<style>
a { background-color: #8AD60C; }
a { background-color: rgb(138,214,12); }
div.DivClassName
{
background-color: #8AD60C;
}
.BgClassName
{
background-color: #8AD60C;
}
</style>
border-color css
<style>
span { border-color: #8AD60C; }
span { border-color: rgb(138,214,12); }
td.TdClassName
{
border-color: #8AD60C;
}
.TagClassName
{
border-color: #8AD60C;
}
</style>