Shades of Inch Worm #9ADB15
Tints of Inch Worm #9ADB15
RGB
CMYK
RGB Variations
Color information
#9ADB15 (or 0x9ADB15) is known color: Inch Worm. HEX triplet: 9A, DB and 15. RGB value is (154,219,21). Sum of RGB (Red+Green+Blue) = 154+219+21=394 (52% of max value = 765). Red value is 154 (60.55% from 255 or 39.09% from 394); Green value is 219 (85.94% from 255 or 55.58% from 394); Blue value is 21 (8.59% from 255 or 5.33% from 394); Max value from RGB is 219 - color contains mainly: green. Hex color #9ADB15 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9ADB15 is #6524EA. Grayscale: #B1B1B1. Windows color (decimal): -6628587 or 1432474. OLE color: 1432474.
HSL color Cylindrical-coordinate representation of color #9ADB15: hue angle of 79.7º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9ADB15 is Cyan = 0.30, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 154 | 219 | 21 | - |
| CMYK | 0.30 | 0 | 0.90 | 0.14 |
| HSL | 79.7º | 0.83% | 0.47% | - |
| HSV(B) | 79.7º | 0.9% | 0.86% | - |
| XYZ | 38.79 | 57.59 | 9.78 | - |
| YUV | 176.99 | 39.97 | 111.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 219 | 21 | 0.30 | 0 | 0.90 | 0.14 | 79.7 | 0.83 | 0.47 |
| Hex | 9A | DB | 15 | 1E | 0 | 5A | E | 50 | 52 | 2F |
| Octal | 232 | 333 | 25 | 36 | 0 | 132 | 16 | 120 | 122 | 57 |
| Binary | 10011010 | 11011011 | 10101 | 11110 | 0 | 1011010 | 1110 | 1010000 | 1010010 | 101111 |
Color Harmonies of #9ADB15
Complementary color
Monochromatic Colors of #9ADB15
Black with #9ADB15
Text Example
Text Example
White with #9ADB15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADB15; }
p { color: rgb(154,219,21); }
H1.HeaderClassName
{
color: #9ADB15;
}
.AnyTagClassName
{
color: #9ADB15;
}
</style>
background-color css
<style>
a { background-color: #9ADB15; }
a { background-color: rgb(154,219,21); }
div.DivClassName
{
background-color: #9ADB15;
}
.BgClassName
{
background-color: #9ADB15;
}
</style>
border-color css
<style>
span { border-color: #9ADB15; }
span { border-color: rgb(154,219,21); }
td.TdClassName
{
border-color: #9ADB15;
}
.TagClassName
{
border-color: #9ADB15;
}
</style>