Shades of Inch Worm #9AD60D
Tints of Inch Worm #9AD60D
RGB
CMYK
RGB Variations
Color information
#9AD60D (or 0x9AD60D) is known color: Inch Worm. HEX triplet: 9A, D6 and 0D. RGB value is (154,214,13). Sum of RGB (Red+Green+Blue) = 154+214+13=381 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.42% from 381); Green value is 214 (83.98% from 255 or 56.17% from 381); Blue value is 13 (5.47% from 255 or 3.41% from 381); Max value from RGB is 214 - color contains mainly: green. Hex color #9AD60D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9AD60D is #6529F2. Grayscale: #ADADAD. Windows color (decimal): -6629875 or 906906. OLE color: 906906.
HSL color Cylindrical-coordinate representation of color #9AD60D: hue angle of 77.91º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9AD60D is Cyan = 0.28, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 154 | 214 | 13 | - |
| CMYK | 0.28 | 0 | 0.94 | 0.16 |
| HSL | 77.91º | 0.89% | 0.45% | - |
| HSV(B) | 77.91º | 0.94% | 0.84% | - |
| XYZ | 37.45 | 54.99 | 9.02 | - |
| YUV | 173.15 | 37.62 | 114.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 214 | 13 | 0.28 | 0 | 0.94 | 0.16 | 77.91 | 0.89 | 0.45 |
| Hex | 9A | D6 | D | 1C | 0 | 5E | 10 | 4E | 59 | 2D |
| Octal | 232 | 326 | 15 | 34 | 0 | 136 | 20 | 116 | 131 | 55 |
| Binary | 10011010 | 11010110 | 1101 | 11100 | 0 | 1011110 | 10000 | 1001110 | 1011001 | 101101 |
Color Harmonies of #9AD60D
Complementary color
Monochromatic Colors of #9AD60D
Black with #9AD60D
Text Example
Text Example
White with #9AD60D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD60D; }
p { color: rgb(154,214,13); }
H1.HeaderClassName
{
color: #9AD60D;
}
.AnyTagClassName
{
color: #9AD60D;
}
</style>
background-color css
<style>
a { background-color: #9AD60D; }
a { background-color: rgb(154,214,13); }
div.DivClassName
{
background-color: #9AD60D;
}
.BgClassName
{
background-color: #9AD60D;
}
</style>
border-color css
<style>
span { border-color: #9AD60D; }
span { border-color: rgb(154,214,13); }
td.TdClassName
{
border-color: #9AD60D;
}
.TagClassName
{
border-color: #9AD60D;
}
</style>