Shades of Inch Worm #ADDF2C
Tints of Inch Worm #ADDF2C
RGB
CMYK
RGB Variations
Color information
#ADDF2C (or 0xADDF2C) is known color: Inch Worm. HEX triplet: AD, DF and 2C. RGB value is (173,223,44). Sum of RGB (Red+Green+Blue) = 173+223+44=440 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.32% from 440); Green value is 223 (87.5% from 255 or 50.68% from 440); Blue value is 44 (17.58% from 255 or 10% from 440); Max value from RGB is 223 - color contains mainly: green. Hex color #ADDF2C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADDF2C is #5220D3. Grayscale: #BCBCBC. Windows color (decimal): -5382356 or 2940845. OLE color: 2940845.
HSL color Cylindrical-coordinate representation of color #ADDF2C: hue angle of 76.76º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ADDF2C is Cyan = 0.22, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 223 | 44 | - |
| CMYK | 0.22 | 0 | 0.80 | 0.13 |
| HSL | 76.76º | 0.74% | 0.52% | - |
| HSV(B) | 76.76º | 0.8% | 0.87% | - |
| XYZ | 44.08 | 61.84 | 12 | - |
| YUV | 187.64 | 46.94 | 117.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 223 | 44 | 0.22 | 0 | 0.80 | 0.13 | 76.76 | 0.74 | 0.52 |
| Hex | AD | DF | 2C | 16 | 0 | 50 | D | 4D | 4A | 34 |
| Octal | 255 | 337 | 54 | 26 | 0 | 120 | 15 | 115 | 112 | 64 |
| Binary | 10101101 | 11011111 | 101100 | 10110 | 0 | 1010000 | 1101 | 1001101 | 1001010 | 110100 |
Color Harmonies of #ADDF2C
Complementary color
Monochromatic Colors of #ADDF2C
Black with #ADDF2C
Text Example
Text Example
White with #ADDF2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDF2C; }
p { color: rgb(173,223,44); }
H1.HeaderClassName
{
color: #ADDF2C;
}
.AnyTagClassName
{
color: #ADDF2C;
}
</style>
background-color css
<style>
a { background-color: #ADDF2C; }
a { background-color: rgb(173,223,44); }
div.DivClassName
{
background-color: #ADDF2C;
}
.BgClassName
{
background-color: #ADDF2C;
}
</style>
border-color css
<style>
span { border-color: #ADDF2C; }
span { border-color: rgb(173,223,44); }
td.TdClassName
{
border-color: #ADDF2C;
}
.TagClassName
{
border-color: #ADDF2C;
}
</style>