Shades of Inch Worm #9AD608
Tints of Inch Worm #9AD608
RGB
CMYK
RGB Variations
Color information
#9AD608 (or 0x9AD608) is known color: Inch Worm. HEX triplet: 9A, D6 and 08. RGB value is (154,214,8). Sum of RGB (Red+Green+Blue) = 154+214+8=376 (49% of max value = 765). Red value is 154 (60.55% from 255 or 40.96% from 376); Green value is 214 (83.98% from 255 or 56.91% from 376); Blue value is 8 (3.52% from 255 or 2.13% from 376); Max value from RGB is 214 - color contains mainly: green. Hex color #9AD608 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9AD608 is #6529F7. Grayscale: #ADADAD. Windows color (decimal): -6629880 or 579226. OLE color: 579226.
HSL color Cylindrical-coordinate representation of color #9AD608: hue angle of 77.48º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9AD608 is Cyan = 0.28, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 154 | 214 | 8 | - |
| CMYK | 0.28 | 0 | 0.96 | 0.16 |
| HSL | 77.48º | 0.93% | 0.44% | - |
| HSV(B) | 77.48º | 0.96% | 0.84% | - |
| XYZ | 37.42 | 54.98 | 8.87 | - |
| YUV | 172.58 | 35.12 | 114.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 214 | 8 | 0.28 | 0 | 0.96 | 0.16 | 77.48 | 0.93 | 0.44 |
| Hex | 9A | D6 | 8 | 1C | 0 | 60 | 10 | 4D | 5D | 2C |
| Octal | 232 | 326 | 10 | 34 | 0 | 140 | 20 | 115 | 135 | 54 |
| Binary | 10011010 | 11010110 | 1000 | 11100 | 0 | 1100000 | 10000 | 1001101 | 1011101 | 101100 |
Color Harmonies of #9AD608
Complementary color
Monochromatic Colors of #9AD608
Black with #9AD608
Text Example
Text Example
White with #9AD608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD608; }
p { color: rgb(154,214,8); }
H1.HeaderClassName
{
color: #9AD608;
}
.AnyTagClassName
{
color: #9AD608;
}
</style>
background-color css
<style>
a { background-color: #9AD608; }
a { background-color: rgb(154,214,8); }
div.DivClassName
{
background-color: #9AD608;
}
.BgClassName
{
background-color: #9AD608;
}
</style>
border-color css
<style>
span { border-color: #9AD608; }
span { border-color: rgb(154,214,8); }
td.TdClassName
{
border-color: #9AD608;
}
.TagClassName
{
border-color: #9AD608;
}
</style>