Shades of Inch Worm #9AD70D
Tints of Inch Worm #9AD70D
RGB
CMYK
RGB Variations
Color information
#9AD70D (or 0x9AD70D) is known color: Inch Worm. HEX triplet: 9A, D7 and 0D. RGB value is (154,215,13). Sum of RGB (Red+Green+Blue) = 154+215+13=382 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.31% from 382); Green value is 215 (84.38% from 255 or 56.28% from 382); Blue value is 13 (5.47% from 255 or 3.40% from 382); Max value from RGB is 215 - color contains mainly: green. Hex color #9AD70D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9AD70D is #6528F2. Grayscale: #AEAEAE. Windows color (decimal): -6629619 or 907162. OLE color: 907162.
HSL color Cylindrical-coordinate representation of color #9AD70D: hue angle of 78.12º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9AD70D is Cyan = 0.28, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 154 | 215 | 13 | - |
| CMYK | 0.28 | 0 | 0.94 | 0.16 |
| HSL | 78.12º | 0.89% | 0.45% | - |
| HSV(B) | 78.12º | 0.94% | 0.84% | - |
| XYZ | 37.7 | 55.5 | 9.11 | - |
| YUV | 173.73 | 37.29 | 113.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 215 | 13 | 0.28 | 0 | 0.94 | 0.16 | 78.12 | 0.89 | 0.45 |
| Hex | 9A | D7 | D | 1C | 0 | 5E | 10 | 4E | 59 | 2D |
| Octal | 232 | 327 | 15 | 34 | 0 | 136 | 20 | 116 | 131 | 55 |
| Binary | 10011010 | 11010111 | 1101 | 11100 | 0 | 1011110 | 10000 | 1001110 | 1011001 | 101101 |
Color Harmonies of #9AD70D
Complementary color
Monochromatic Colors of #9AD70D
Black with #9AD70D
Text Example
Text Example
White with #9AD70D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD70D; }
p { color: rgb(154,215,13); }
H1.HeaderClassName
{
color: #9AD70D;
}
.AnyTagClassName
{
color: #9AD70D;
}
</style>
background-color css
<style>
a { background-color: #9AD70D; }
a { background-color: rgb(154,215,13); }
div.DivClassName
{
background-color: #9AD70D;
}
.BgClassName
{
background-color: #9AD70D;
}
</style>
border-color css
<style>
span { border-color: #9AD70D; }
span { border-color: rgb(154,215,13); }
td.TdClassName
{
border-color: #9AD70D;
}
.TagClassName
{
border-color: #9AD70D;
}
</style>