Shades of Inch Worm #9ADB0C
Tints of Inch Worm #9ADB0C
RGB
CMYK
RGB Variations
Color information
#9ADB0C (or 0x9ADB0C) is known color: Inch Worm. HEX triplet: 9A, DB and 0C. RGB value is (154,219,12). Sum of RGB (Red+Green+Blue) = 154+219+12=385 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40% from 385); Green value is 219 (85.94% from 255 or 56.88% from 385); Blue value is 12 (5.08% from 255 or 3.12% from 385); Max value from RGB is 219 - color contains mainly: green. Hex color #9ADB0C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9ADB0C is #6524F3. Grayscale: #B0B0B0. Windows color (decimal): -6628596 or 842650. OLE color: 842650.
HSL color Cylindrical-coordinate representation of color #9ADB0C: hue angle of 78.84º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9ADB0C is Cyan = 0.30, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 154 | 219 | 12 | - |
| CMYK | 0.30 | 0 | 0.95 | 0.14 |
| HSL | 78.84º | 0.9% | 0.45% | - |
| HSV(B) | 78.84º | 0.95% | 0.86% | - |
| XYZ | 38.72 | 57.56 | 9.42 | - |
| YUV | 175.97 | 35.47 | 112.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 219 | 12 | 0.30 | 0 | 0.95 | 0.14 | 78.84 | 0.9 | 0.45 |
| Hex | 9A | DB | C | 1E | 0 | 5F | E | 4F | 5A | 2D |
| Octal | 232 | 333 | 14 | 36 | 0 | 137 | 16 | 117 | 132 | 55 |
| Binary | 10011010 | 11011011 | 1100 | 11110 | 0 | 1011111 | 1110 | 1001111 | 1011010 | 101101 |
Color Harmonies of #9ADB0C
Complementary color
Monochromatic Colors of #9ADB0C
Black with #9ADB0C
Text Example
Text Example
White with #9ADB0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADB0C; }
p { color: rgb(154,219,12); }
H1.HeaderClassName
{
color: #9ADB0C;
}
.AnyTagClassName
{
color: #9ADB0C;
}
</style>
background-color css
<style>
a { background-color: #9ADB0C; }
a { background-color: rgb(154,219,12); }
div.DivClassName
{
background-color: #9ADB0C;
}
.BgClassName
{
background-color: #9ADB0C;
}
</style>
border-color css
<style>
span { border-color: #9ADB0C; }
span { border-color: rgb(154,219,12); }
td.TdClassName
{
border-color: #9ADB0C;
}
.TagClassName
{
border-color: #9ADB0C;
}
</style>