Shades of Inch Worm #9ADB0D
Tints of Inch Worm #9ADB0D
RGB
CMYK
RGB Variations
Color information
#9ADB0D (or 0x9ADB0D) is known color: Inch Worm. HEX triplet: 9A, DB and 0D. RGB value is (154,219,13). Sum of RGB (Red+Green+Blue) = 154+219+13=386 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.90% from 386); Green value is 219 (85.94% from 255 or 56.74% from 386); Blue value is 13 (5.47% from 255 or 3.37% from 386); Max value from RGB is 219 - color contains mainly: green. Hex color #9ADB0D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9ADB0D is #6524F2. Grayscale: #B0B0B0. Windows color (decimal): -6628595 or 908186. OLE color: 908186.
HSL color Cylindrical-coordinate representation of color #9ADB0D: hue angle of 78.93º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9ADB0D is Cyan = 0.30, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 154 | 219 | 13 | - |
| CMYK | 0.30 | 0 | 0.94 | 0.14 |
| HSL | 78.93º | 0.89% | 0.45% | - |
| HSV(B) | 78.93º | 0.94% | 0.86% | - |
| XYZ | 38.73 | 57.56 | 9.45 | - |
| YUV | 176.08 | 35.97 | 112.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 219 | 13 | 0.30 | 0 | 0.94 | 0.14 | 78.93 | 0.89 | 0.45 |
| Hex | 9A | DB | D | 1E | 0 | 5E | E | 4F | 59 | 2D |
| Octal | 232 | 333 | 15 | 36 | 0 | 136 | 16 | 117 | 131 | 55 |
| Binary | 10011010 | 11011011 | 1101 | 11110 | 0 | 1011110 | 1110 | 1001111 | 1011001 | 101101 |
Color Harmonies of #9ADB0D
Complementary color
Monochromatic Colors of #9ADB0D
Black with #9ADB0D
Text Example
Text Example
White with #9ADB0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADB0D; }
p { color: rgb(154,219,13); }
H1.HeaderClassName
{
color: #9ADB0D;
}
.AnyTagClassName
{
color: #9ADB0D;
}
</style>
background-color css
<style>
a { background-color: #9ADB0D; }
a { background-color: rgb(154,219,13); }
div.DivClassName
{
background-color: #9ADB0D;
}
.BgClassName
{
background-color: #9ADB0D;
}
</style>
border-color css
<style>
span { border-color: #9ADB0D; }
span { border-color: rgb(154,219,13); }
td.TdClassName
{
border-color: #9ADB0D;
}
.TagClassName
{
border-color: #9ADB0D;
}
</style>