Shades of Inch Worm #9ADB13
Tints of Inch Worm #9ADB13
RGB
CMYK
RGB Variations
Color information
#9ADB13 (or 0x9ADB13) is known color: Inch Worm. HEX triplet: 9A, DB and 13. RGB value is (154,219,19). Sum of RGB (Red+Green+Blue) = 154+219+19=392 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.29% from 392); Green value is 219 (85.94% from 255 or 55.87% from 392); Blue value is 19 (7.81% from 255 or 4.85% from 392); Max value from RGB is 219 - color contains mainly: green. Hex color #9ADB13 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9ADB13 is #6524EC. Grayscale: #B1B1B1. Windows color (decimal): -6628589 or 1301402. OLE color: 1301402.
HSL color Cylindrical-coordinate representation of color #9ADB13: hue angle of 79.5º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9ADB13 is Cyan = 0.30, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 154 | 219 | 19 | - |
| CMYK | 0.30 | 0 | 0.91 | 0.14 |
| HSL | 79.5º | 0.84% | 0.47% | - |
| HSV(B) | 79.5º | 0.91% | 0.86% | - |
| XYZ | 38.78 | 57.58 | 9.69 | - |
| YUV | 176.77 | 38.97 | 111.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 219 | 19 | 0.30 | 0 | 0.91 | 0.14 | 79.5 | 0.84 | 0.47 |
| Hex | 9A | DB | 13 | 1E | 0 | 5B | E | 50 | 54 | 2F |
| Octal | 232 | 333 | 23 | 36 | 0 | 133 | 16 | 120 | 124 | 57 |
| Binary | 10011010 | 11011011 | 10011 | 11110 | 0 | 1011011 | 1110 | 1010000 | 1010100 | 101111 |
Color Harmonies of #9ADB13
Complementary color
Monochromatic Colors of #9ADB13
Black with #9ADB13
Text Example
Text Example
White with #9ADB13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADB13; }
p { color: rgb(154,219,19); }
H1.HeaderClassName
{
color: #9ADB13;
}
.AnyTagClassName
{
color: #9ADB13;
}
</style>
background-color css
<style>
a { background-color: #9ADB13; }
a { background-color: rgb(154,219,19); }
div.DivClassName
{
background-color: #9ADB13;
}
.BgClassName
{
background-color: #9ADB13;
}
</style>
border-color css
<style>
span { border-color: #9ADB13; }
span { border-color: rgb(154,219,19); }
td.TdClassName
{
border-color: #9ADB13;
}
.TagClassName
{
border-color: #9ADB13;
}
</style>