Shades of Inch Worm #ADDC12
Tints of Inch Worm #ADDC12
RGB
CMYK
RGB Variations
Color information
#ADDC12 (or 0xADDC12) is known color: Inch Worm. HEX triplet: AD, DC and 12. RGB value is (173,220,18). Sum of RGB (Red+Green+Blue) = 173+220+18=411 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.09% from 411); Green value is 220 (86.33% from 255 or 53.53% from 411); Blue value is 18 (7.42% from 255 or 4.38% from 411); Max value from RGB is 220 - color contains mainly: green. Hex color #ADDC12 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADDC12 is #5223ED. Grayscale: #B7B7B7. Windows color (decimal): -5383150 or 1236141. OLE color: 1236141.
HSL color Cylindrical-coordinate representation of color #ADDC12: hue angle of 73.96º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ADDC12 is Cyan = 0.21, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 220 | 18 | - |
| CMYK | 0.21 | 0 | 0.92 | 0.14 |
| HSL | 73.96º | 0.85% | 0.47% | - |
| HSV(B) | 73.96º | 0.92% | 0.86% | - |
| XYZ | 42.94 | 60.11 | 9.91 | - |
| YUV | 182.92 | 34.93 | 120.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 220 | 18 | 0.21 | 0 | 0.92 | 0.14 | 73.96 | 0.85 | 0.47 |
| Hex | AD | DC | 12 | 15 | 0 | 5C | E | 4A | 55 | 2F |
| Octal | 255 | 334 | 22 | 25 | 0 | 134 | 16 | 112 | 125 | 57 |
| Binary | 10101101 | 11011100 | 10010 | 10101 | 0 | 1011100 | 1110 | 1001010 | 1010101 | 101111 |
Color Harmonies of #ADDC12
Complementary color
Monochromatic Colors of #ADDC12
Black with #ADDC12
Text Example
Text Example
White with #ADDC12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDC12; }
p { color: rgb(173,220,18); }
H1.HeaderClassName
{
color: #ADDC12;
}
.AnyTagClassName
{
color: #ADDC12;
}
</style>
background-color css
<style>
a { background-color: #ADDC12; }
a { background-color: rgb(173,220,18); }
div.DivClassName
{
background-color: #ADDC12;
}
.BgClassName
{
background-color: #ADDC12;
}
</style>
border-color css
<style>
span { border-color: #ADDC12; }
span { border-color: rgb(173,220,18); }
td.TdClassName
{
border-color: #ADDC12;
}
.TagClassName
{
border-color: #ADDC12;
}
</style>