Shades of Inch Worm #9AD913
Tints of Inch Worm #9AD913
RGB
CMYK
RGB Variations
Color information
#9AD913 (or 0x9AD913) is known color: Inch Worm. HEX triplet: 9A, D9 and 13. RGB value is (154,217,19). Sum of RGB (Red+Green+Blue) = 154+217+19=390 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.49% from 390); Green value is 217 (85.16% from 255 or 55.64% from 390); Blue value is 19 (7.81% from 255 or 4.87% from 390); Max value from RGB is 217 - color contains mainly: green. Hex color #9AD913 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9AD913 is #6526EC. Grayscale: #B0B0B0. Windows color (decimal): -6629101 or 1300890. OLE color: 1300890.
HSL color Cylindrical-coordinate representation of color #9AD913: hue angle of 79.09º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9AD913 is Cyan = 0.29, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 154 | 217 | 19 | - |
| CMYK | 0.29 | 0 | 0.91 | 0.15 |
| HSL | 79.09º | 0.84% | 0.46% | - |
| HSV(B) | 79.09º | 0.91% | 0.85% | - |
| XYZ | 38.26 | 56.54 | 9.51 | - |
| YUV | 175.59 | 39.63 | 112.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 217 | 19 | 0.29 | 0 | 0.91 | 0.15 | 79.09 | 0.84 | 0.46 |
| Hex | 9A | D9 | 13 | 1D | 0 | 5B | F | 4F | 54 | 2E |
| Octal | 232 | 331 | 23 | 35 | 0 | 133 | 17 | 117 | 124 | 56 |
| Binary | 10011010 | 11011001 | 10011 | 11101 | 0 | 1011011 | 1111 | 1001111 | 1010100 | 101110 |
Color Harmonies of #9AD913
Complementary color
Monochromatic Colors of #9AD913
Black with #9AD913
Text Example
Text Example
White with #9AD913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD913; }
p { color: rgb(154,217,19); }
H1.HeaderClassName
{
color: #9AD913;
}
.AnyTagClassName
{
color: #9AD913;
}
</style>
background-color css
<style>
a { background-color: #9AD913; }
a { background-color: rgb(154,217,19); }
div.DivClassName
{
background-color: #9AD913;
}
.BgClassName
{
background-color: #9AD913;
}
</style>
border-color css
<style>
span { border-color: #9AD913; }
span { border-color: rgb(154,217,19); }
td.TdClassName
{
border-color: #9AD913;
}
.TagClassName
{
border-color: #9AD913;
}
</style>