Shades of Inch Worm #ADDC00
Tints of Inch Worm #ADDC00
RGB
CMYK
RGB Variations
Color information
#ADDC00 (or 0xADDC00) is known color: Inch Worm. HEX triplet: AD, DC and 00. RGB value is (173,220,0). Sum of RGB (Red+Green+Blue) = 173+220+0=393 (52% of max value = 765). Red value is 173 (67.97% from 255 or 44.02% from 393); Green value is 220 (86.33% from 255 or 55.98% from 393); Blue value is 0 (0.39% from 255 or 0% from 393); Max value from RGB is 220 - color contains mainly: green. Hex color #ADDC00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADDC00 is #5223FF. Grayscale: #B5B5B5. Windows color (decimal): -5383168 or 56493. OLE color: 56493.
HSL color Cylindrical-coordinate representation of color #ADDC00: hue angle of 72.82º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ADDC00 is Cyan = 0.21, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 220 | 0 | - |
| CMYK | 0.21 | 0 | 1 | 0.14 |
| HSL | 72.82º | 1% | 0.43% | - |
| HSV(B) | 72.82º | 1% | 0.86% | - |
| XYZ | 42.83 | 60.07 | 9.34 | - |
| YUV | 180.87 | 25.93 | 122.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 220 | 0 | 0.21 | 0 | 1 | 0.14 | 72.82 | 1 | 0.43 |
| Hex | AD | DC | 0 | 15 | 0 | 64 | E | 49 | 64 | 2B |
| Octal | 255 | 334 | 0 | 25 | 0 | 144 | 16 | 111 | 144 | 53 |
| Binary | 10101101 | 11011100 | 0 | 10101 | 0 | 1100100 | 1110 | 1001001 | 1100100 | 101011 |
Color Harmonies of #ADDC00
Complementary color
Monochromatic Colors of #ADDC00
Black with #ADDC00
Text Example
Text Example
White with #ADDC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDC00; }
p { color: rgb(173,220,0); }
H1.HeaderClassName
{
color: #ADDC00;
}
.AnyTagClassName
{
color: #ADDC00;
}
</style>
background-color css
<style>
a { background-color: #ADDC00; }
a { background-color: rgb(173,220,0); }
div.DivClassName
{
background-color: #ADDC00;
}
.BgClassName
{
background-color: #ADDC00;
}
</style>
border-color css
<style>
span { border-color: #ADDC00; }
span { border-color: rgb(173,220,0); }
td.TdClassName
{
border-color: #ADDC00;
}
.TagClassName
{
border-color: #ADDC00;
}
</style>