Shades of Inch Worm #ADDC2A
Tints of Inch Worm #ADDC2A
RGB
CMYK
RGB Variations
Color information
#ADDC2A (or 0xADDC2A) is known color: Inch Worm. HEX triplet: AD, DC and 2A. RGB value is (173,220,42). Sum of RGB (Red+Green+Blue) = 173+220+42=435 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.77% from 435); Green value is 220 (86.33% from 255 or 50.57% from 435); Blue value is 42 (16.80% from 255 or 9.66% from 435); Max value from RGB is 220 - color contains mainly: green. Hex color #ADDC2A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADDC2A is #5223D5. Grayscale: #BABABA. Windows color (decimal): -5383126 or 2809005. OLE color: 2809005.
HSL color Cylindrical-coordinate representation of color #ADDC2A: hue angle of 75.84º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ADDC2A is Cyan = 0.21, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 220 | 42 | - |
| CMYK | 0.21 | 0 | 0.81 | 0.14 |
| HSL | 75.84º | 0.72% | 0.51% | - |
| HSV(B) | 75.84º | 0.81% | 0.86% | - |
| XYZ | 43.24 | 60.24 | 11.54 | - |
| YUV | 185.66 | 46.93 | 118.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 220 | 42 | 0.21 | 0 | 0.81 | 0.14 | 75.84 | 0.72 | 0.51 |
| Hex | AD | DC | 2A | 15 | 0 | 51 | E | 4C | 48 | 33 |
| Octal | 255 | 334 | 52 | 25 | 0 | 121 | 16 | 114 | 110 | 63 |
| Binary | 10101101 | 11011100 | 101010 | 10101 | 0 | 1010001 | 1110 | 1001100 | 1001000 | 110011 |
Color Harmonies of #ADDC2A
Complementary color
Monochromatic Colors of #ADDC2A
Black with #ADDC2A
Text Example
Text Example
White with #ADDC2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDC2A; }
p { color: rgb(173,220,42); }
H1.HeaderClassName
{
color: #ADDC2A;
}
.AnyTagClassName
{
color: #ADDC2A;
}
</style>
background-color css
<style>
a { background-color: #ADDC2A; }
a { background-color: rgb(173,220,42); }
div.DivClassName
{
background-color: #ADDC2A;
}
.BgClassName
{
background-color: #ADDC2A;
}
</style>
border-color css
<style>
span { border-color: #ADDC2A; }
span { border-color: rgb(173,220,42); }
td.TdClassName
{
border-color: #ADDC2A;
}
.TagClassName
{
border-color: #ADDC2A;
}
</style>