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