Shades of Inch Worm #ADDC0A
Tints of Inch Worm #ADDC0A
RGB
CMYK
RGB Variations
Color information
#ADDC0A (or 0xADDC0A) is known color: Inch Worm. HEX triplet: AD, DC and 0A. RGB value is (173,220,10). Sum of RGB (Red+Green+Blue) = 173+220+10=403 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.93% from 403); Green value is 220 (86.33% from 255 or 54.59% from 403); Blue value is 10 (4.30% from 255 or 2.48% from 403); Max value from RGB is 220 - color contains mainly: green. Hex color #ADDC0A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADDC0A is #5223F5. Grayscale: #B6B6B6. Windows color (decimal): -5383158 or 711853. OLE color: 711853.
HSL color Cylindrical-coordinate representation of color #ADDC0A: hue angle of 73.43º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ADDC0A is Cyan = 0.21, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 220 | 10 | - |
| CMYK | 0.21 | 0 | 0.95 | 0.14 |
| HSL | 73.43º | 0.91% | 0.45% | - |
| HSV(B) | 73.43º | 0.95% | 0.86% | - |
| XYZ | 42.88 | 60.09 | 9.63 | - |
| YUV | 182.01 | 30.93 | 121.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 220 | 10 | 0.21 | 0 | 0.95 | 0.14 | 73.43 | 0.91 | 0.45 |
| Hex | AD | DC | A | 15 | 0 | 5F | E | 49 | 5B | 2D |
| Octal | 255 | 334 | 12 | 25 | 0 | 137 | 16 | 111 | 133 | 55 |
| Binary | 10101101 | 11011100 | 1010 | 10101 | 0 | 1011111 | 1110 | 1001001 | 1011011 | 101101 |
Color Harmonies of #ADDC0A
Complementary color
Monochromatic Colors of #ADDC0A
Black with #ADDC0A
Text Example
Text Example
White with #ADDC0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDC0A; }
p { color: rgb(173,220,10); }
H1.HeaderClassName
{
color: #ADDC0A;
}
.AnyTagClassName
{
color: #ADDC0A;
}
</style>
background-color css
<style>
a { background-color: #ADDC0A; }
a { background-color: rgb(173,220,10); }
div.DivClassName
{
background-color: #ADDC0A;
}
.BgClassName
{
background-color: #ADDC0A;
}
</style>
border-color css
<style>
span { border-color: #ADDC0A; }
span { border-color: rgb(173,220,10); }
td.TdClassName
{
border-color: #ADDC0A;
}
.TagClassName
{
border-color: #ADDC0A;
}
</style>