Shades of Inch Worm #9AD710
Tints of Inch Worm #9AD710
RGB
CMYK
RGB Variations
Color information
#9AD710 (or 0x9AD710) is known color: Inch Worm. HEX triplet: 9A, D7 and 10. RGB value is (154,215,16). Sum of RGB (Red+Green+Blue) = 154+215+16=385 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40% from 385); Green value is 215 (84.38% from 255 or 55.84% from 385); Blue value is 16 (6.64% from 255 or 4.16% from 385); Max value from RGB is 215 - color contains mainly: green. Hex color #9AD710 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9AD710 is #6528EF. Grayscale: #AEAEAE. Windows color (decimal): -6629616 or 1103770. OLE color: 1103770.
HSL color Cylindrical-coordinate representation of color #9AD710: hue angle of 78.39º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9AD710 is Cyan = 0.28, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 154 | 215 | 16 | - |
| CMYK | 0.28 | 0 | 0.93 | 0.16 |
| HSL | 78.39º | 0.86% | 0.45% | - |
| HSV(B) | 78.39º | 0.93% | 0.84% | - |
| XYZ | 37.72 | 55.51 | 9.22 | - |
| YUV | 174.08 | 38.79 | 113.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 215 | 16 | 0.28 | 0 | 0.93 | 0.16 | 78.39 | 0.86 | 0.45 |
| Hex | 9A | D7 | 10 | 1C | 0 | 5D | 10 | 4E | 56 | 2D |
| Octal | 232 | 327 | 20 | 34 | 0 | 135 | 20 | 116 | 126 | 55 |
| Binary | 10011010 | 11010111 | 10000 | 11100 | 0 | 1011101 | 10000 | 1001110 | 1010110 | 101101 |
Color Harmonies of #9AD710
Complementary color
Monochromatic Colors of #9AD710
Black with #9AD710
Text Example
Text Example
White with #9AD710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD710; }
p { color: rgb(154,215,16); }
H1.HeaderClassName
{
color: #9AD710;
}
.AnyTagClassName
{
color: #9AD710;
}
</style>
background-color css
<style>
a { background-color: #9AD710; }
a { background-color: rgb(154,215,16); }
div.DivClassName
{
background-color: #9AD710;
}
.BgClassName
{
background-color: #9AD710;
}
</style>
border-color css
<style>
span { border-color: #9AD710; }
span { border-color: rgb(154,215,16); }
td.TdClassName
{
border-color: #9AD710;
}
.TagClassName
{
border-color: #9AD710;
}
</style>