Shades of Inch Worm #9ADC03
Tints of Inch Worm #9ADC03
RGB
CMYK
RGB Variations
Color information
#9ADC03 (or 0x9ADC03) is known color: Inch Worm. HEX triplet: 9A, DC and 03. RGB value is (154,220,3). Sum of RGB (Red+Green+Blue) = 154+220+3=377 (49% of max value = 765). Red value is 154 (60.55% from 255 or 40.85% from 377); Green value is 220 (86.33% from 255 or 58.36% from 377); Blue value is 3 (1.56% from 255 or 0.80% from 377); Max value from RGB is 220 - color contains mainly: green. Hex color #9ADC03 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9ADC03 is #6523FC. Grayscale: #B0B0B0. Windows color (decimal): -6628349 or 253082. OLE color: 253082.
HSL color Cylindrical-coordinate representation of color #9ADC03: hue angle of 78.25º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9ADC03 is Cyan = 0.3, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 154 | 220 | 3 | - |
| CMYK | 0.3 | 0 | 0.99 | 0.14 |
| HSL | 78.25º | 0.97% | 0.44% | - |
| HSV(B) | 78.25º | 0.99% | 0.86% | - |
| XYZ | 38.94 | 58.06 | 9.24 | - |
| YUV | 175.53 | 30.63 | 112.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 220 | 3 | 0.3 | 0 | 0.99 | 0.14 | 78.25 | 0.97 | 0.44 |
| Hex | 9A | DC | 3 | 1E | 0 | 63 | E | 4E | 61 | 2C |
| Octal | 232 | 334 | 3 | 36 | 0 | 143 | 16 | 116 | 141 | 54 |
| Binary | 10011010 | 11011100 | 11 | 11110 | 0 | 1100011 | 1110 | 1001110 | 1100001 | 101100 |
Color Harmonies of #9ADC03
Complementary color
Monochromatic Colors of #9ADC03
Black with #9ADC03
Text Example
Text Example
White with #9ADC03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADC03; }
p { color: rgb(154,220,3); }
H1.HeaderClassName
{
color: #9ADC03;
}
.AnyTagClassName
{
color: #9ADC03;
}
</style>
background-color css
<style>
a { background-color: #9ADC03; }
a { background-color: rgb(154,220,3); }
div.DivClassName
{
background-color: #9ADC03;
}
.BgClassName
{
background-color: #9ADC03;
}
</style>
border-color css
<style>
span { border-color: #9ADC03; }
span { border-color: rgb(154,220,3); }
td.TdClassName
{
border-color: #9ADC03;
}
.TagClassName
{
border-color: #9ADC03;
}
</style>