Shades of Inch Worm #ADDC13
Tints of Inch Worm #ADDC13
RGB
CMYK
RGB Variations
Color information
#ADDC13 (or 0xADDC13) is known color: Inch Worm. HEX triplet: AD, DC and 13. RGB value is (173,220,19). Sum of RGB (Red+Green+Blue) = 173+220+19=412 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.99% from 412); Green value is 220 (86.33% from 255 or 53.40% from 412); Blue value is 19 (7.81% from 255 or 4.61% from 412); Max value from RGB is 220 - color contains mainly: green. Hex color #ADDC13 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADDC13 is #5223EC. Grayscale: #B7B7B7. Windows color (decimal): -5383149 or 1301677. OLE color: 1301677.
HSL color Cylindrical-coordinate representation of color #ADDC13: hue angle of 74.03º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ADDC13 is Cyan = 0.21, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 220 | 19 | - |
| CMYK | 0.21 | 0 | 0.91 | 0.14 |
| HSL | 74.03º | 0.84% | 0.47% | - |
| HSV(B) | 74.03º | 0.91% | 0.86% | - |
| XYZ | 42.94 | 60.12 | 9.96 | - |
| YUV | 183.03 | 35.43 | 120.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 220 | 19 | 0.21 | 0 | 0.91 | 0.14 | 74.03 | 0.84 | 0.47 |
| Hex | AD | DC | 13 | 15 | 0 | 5B | E | 4A | 54 | 2F |
| Octal | 255 | 334 | 23 | 25 | 0 | 133 | 16 | 112 | 124 | 57 |
| Binary | 10101101 | 11011100 | 10011 | 10101 | 0 | 1011011 | 1110 | 1001010 | 1010100 | 101111 |
Color Harmonies of #ADDC13
Complementary color
Monochromatic Colors of #ADDC13
Black with #ADDC13
Text Example
Text Example
White with #ADDC13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDC13; }
p { color: rgb(173,220,19); }
H1.HeaderClassName
{
color: #ADDC13;
}
.AnyTagClassName
{
color: #ADDC13;
}
</style>
background-color css
<style>
a { background-color: #ADDC13; }
a { background-color: rgb(173,220,19); }
div.DivClassName
{
background-color: #ADDC13;
}
.BgClassName
{
background-color: #ADDC13;
}
</style>
border-color css
<style>
span { border-color: #ADDC13; }
span { border-color: rgb(173,220,19); }
td.TdClassName
{
border-color: #ADDC13;
}
.TagClassName
{
border-color: #ADDC13;
}
</style>