Shades of Inch Worm #9ADC08
Tints of Inch Worm #9ADC08
RGB
CMYK
RGB Variations
Color information
#9ADC08 (or 0x9ADC08) is known color: Inch Worm. HEX triplet: 9A, DC and 08. RGB value is (154,220,8). Sum of RGB (Red+Green+Blue) = 154+220+8=382 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.31% from 382); Green value is 220 (86.33% from 255 or 57.59% from 382); Blue value is 8 (3.52% from 255 or 2.09% from 382); Max value from RGB is 220 - color contains mainly: green. Hex color #9ADC08 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9ADC08 is #6523F7. Grayscale: #B0B0B0. Windows color (decimal): -6628344 or 580762. OLE color: 580762.
HSL color Cylindrical-coordinate representation of color #9ADC08: hue angle of 78.68º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9ADC08 is Cyan = 0.3, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 154 | 220 | 8 | - |
| CMYK | 0.3 | 0 | 0.96 | 0.14 |
| HSL | 78.68º | 0.93% | 0.45% | - |
| HSV(B) | 78.68º | 0.96% | 0.86% | - |
| XYZ | 38.96 | 58.07 | 9.39 | - |
| YUV | 176.1 | 33.13 | 112.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 220 | 8 | 0.3 | 0 | 0.96 | 0.14 | 78.68 | 0.93 | 0.45 |
| Hex | 9A | DC | 8 | 1E | 0 | 60 | E | 4F | 5D | 2D |
| Octal | 232 | 334 | 10 | 36 | 0 | 140 | 16 | 117 | 135 | 55 |
| Binary | 10011010 | 11011100 | 1000 | 11110 | 0 | 1100000 | 1110 | 1001111 | 1011101 | 101101 |
Color Harmonies of #9ADC08
Complementary color
Monochromatic Colors of #9ADC08
Black with #9ADC08
Text Example
Text Example
White with #9ADC08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADC08; }
p { color: rgb(154,220,8); }
H1.HeaderClassName
{
color: #9ADC08;
}
.AnyTagClassName
{
color: #9ADC08;
}
</style>
background-color css
<style>
a { background-color: #9ADC08; }
a { background-color: rgb(154,220,8); }
div.DivClassName
{
background-color: #9ADC08;
}
.BgClassName
{
background-color: #9ADC08;
}
</style>
border-color css
<style>
span { border-color: #9ADC08; }
span { border-color: rgb(154,220,8); }
td.TdClassName
{
border-color: #9ADC08;
}
.TagClassName
{
border-color: #9ADC08;
}
</style>