Shades of Inch Worm #9ADD0F
Tints of Inch Worm #9ADD0F
RGB
CMYK
RGB Variations
Color information
#9ADD0F (or 0x9ADD0F) is known color: Inch Worm. HEX triplet: 9A, DD and 0F. RGB value is (154,221,15). Sum of RGB (Red+Green+Blue) = 154+221+15=390 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.49% from 390); Green value is 221 (86.72% from 255 or 56.67% from 390); Blue value is 15 (6.25% from 255 or 3.85% from 390); Max value from RGB is 221 - color contains mainly: green. Hex color #9ADD0F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9ADD0F is #6522F0. Grayscale: #B2B2B2. Windows color (decimal): -6628081 or 1039770. OLE color: 1039770.
HSL color Cylindrical-coordinate representation of color #9ADD0F: hue angle of 79.51º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9ADD0F is Cyan = 0.30, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 154 | 221 | 15 | - |
| CMYK | 0.30 | 0 | 0.93 | 0.13 |
| HSL | 79.51º | 0.87% | 0.46% | - |
| HSV(B) | 79.51º | 0.93% | 0.87% | - |
| XYZ | 39.27 | 58.62 | 9.7 | - |
| YUV | 177.48 | 36.3 | 111.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 221 | 15 | 0.30 | 0 | 0.93 | 0.13 | 79.51 | 0.87 | 0.46 |
| Hex | 9A | DD | F | 1E | 0 | 5D | D | 50 | 57 | 2E |
| Octal | 232 | 335 | 17 | 36 | 0 | 135 | 15 | 120 | 127 | 56 |
| Binary | 10011010 | 11011101 | 1111 | 11110 | 0 | 1011101 | 1101 | 1010000 | 1010111 | 101110 |
Color Harmonies of #9ADD0F
Complementary color
Monochromatic Colors of #9ADD0F
Black with #9ADD0F
Text Example
Text Example
White with #9ADD0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADD0F; }
p { color: rgb(154,221,15); }
H1.HeaderClassName
{
color: #9ADD0F;
}
.AnyTagClassName
{
color: #9ADD0F;
}
</style>
background-color css
<style>
a { background-color: #9ADD0F; }
a { background-color: rgb(154,221,15); }
div.DivClassName
{
background-color: #9ADD0F;
}
.BgClassName
{
background-color: #9ADD0F;
}
</style>
border-color css
<style>
span { border-color: #9ADD0F; }
span { border-color: rgb(154,221,15); }
td.TdClassName
{
border-color: #9ADD0F;
}
.TagClassName
{
border-color: #9ADD0F;
}
</style>