Shades of Inch Worm #ADDC1E
Tints of Inch Worm #ADDC1E
RGB
CMYK
RGB Variations
Color information
#ADDC1E (or 0xADDC1E) is known color: Inch Worm. HEX triplet: AD, DC and 1E. RGB value is (173,220,30). Sum of RGB (Red+Green+Blue) = 173+220+30=423 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.90% from 423); Green value is 220 (86.33% from 255 or 52.01% from 423); Blue value is 30 (12.11% from 255 or 7.09% from 423); Max value from RGB is 220 - color contains mainly: green. Hex color #ADDC1E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADDC1E is #5223E1. Grayscale: #B9B9B9. Windows color (decimal): -5383138 or 2022573. OLE color: 2022573.
HSL color Cylindrical-coordinate representation of color #ADDC1E: hue angle of 74.84º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ADDC1E is Cyan = 0.21, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 220 | 30 | - |
| CMYK | 0.21 | 0 | 0.86 | 0.14 |
| HSL | 74.84º | 0.76% | 0.49% | - |
| HSV(B) | 74.84º | 0.86% | 0.86% | - |
| XYZ | 43.06 | 60.16 | 10.57 | - |
| YUV | 184.29 | 40.93 | 119.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 220 | 30 | 0.21 | 0 | 0.86 | 0.14 | 74.84 | 0.76 | 0.49 |
| Hex | AD | DC | 1E | 15 | 0 | 56 | E | 4B | 4C | 31 |
| Octal | 255 | 334 | 36 | 25 | 0 | 126 | 16 | 113 | 114 | 61 |
| Binary | 10101101 | 11011100 | 11110 | 10101 | 0 | 1010110 | 1110 | 1001011 | 1001100 | 110001 |
Color Harmonies of #ADDC1E
Complementary color
Monochromatic Colors of #ADDC1E
Black with #ADDC1E
Text Example
Text Example
White with #ADDC1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDC1E; }
p { color: rgb(173,220,30); }
H1.HeaderClassName
{
color: #ADDC1E;
}
.AnyTagClassName
{
color: #ADDC1E;
}
</style>
background-color css
<style>
a { background-color: #ADDC1E; }
a { background-color: rgb(173,220,30); }
div.DivClassName
{
background-color: #ADDC1E;
}
.BgClassName
{
background-color: #ADDC1E;
}
</style>
border-color css
<style>
span { border-color: #ADDC1E; }
span { border-color: rgb(173,220,30); }
td.TdClassName
{
border-color: #ADDC1E;
}
.TagClassName
{
border-color: #ADDC1E;
}
</style>