Shades of Inch Worm #ADDF2D
Tints of Inch Worm #ADDF2D
RGB
CMYK
RGB Variations
Color information
#ADDF2D (or 0xADDF2D) is known color: Inch Worm. HEX triplet: AD, DF and 2D. RGB value is (173,223,45). Sum of RGB (Red+Green+Blue) = 173+223+45=441 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.23% from 441); Green value is 223 (87.5% from 255 or 50.57% from 441); Blue value is 45 (17.97% from 255 or 10.20% from 441); Max value from RGB is 223 - color contains mainly: green. Hex color #ADDF2D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADDF2D is #5220D2. Grayscale: #BCBCBC. Windows color (decimal): -5382355 or 3006381. OLE color: 3006381.
HSL color Cylindrical-coordinate representation of color #ADDF2D: hue angle of 76.85º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ADDF2D is Cyan = 0.22, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 223 | 45 | - |
| CMYK | 0.22 | 0 | 0.80 | 0.13 |
| HSL | 76.85º | 0.74% | 0.53% | - |
| HSV(B) | 76.85º | 0.8% | 0.87% | - |
| XYZ | 44.09 | 61.85 | 12.1 | - |
| YUV | 187.76 | 47.44 | 117.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 223 | 45 | 0.22 | 0 | 0.80 | 0.13 | 76.85 | 0.74 | 0.53 |
| Hex | AD | DF | 2D | 16 | 0 | 50 | D | 4D | 4A | 35 |
| Octal | 255 | 337 | 55 | 26 | 0 | 120 | 15 | 115 | 112 | 65 |
| Binary | 10101101 | 11011111 | 101101 | 10110 | 0 | 1010000 | 1101 | 1001101 | 1001010 | 110101 |
Color Harmonies of #ADDF2D
Complementary color
Monochromatic Colors of #ADDF2D
Black with #ADDF2D
Text Example
Text Example
White with #ADDF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDF2D; }
p { color: rgb(173,223,45); }
H1.HeaderClassName
{
color: #ADDF2D;
}
.AnyTagClassName
{
color: #ADDF2D;
}
</style>
background-color css
<style>
a { background-color: #ADDF2D; }
a { background-color: rgb(173,223,45); }
div.DivClassName
{
background-color: #ADDF2D;
}
.BgClassName
{
background-color: #ADDF2D;
}
</style>
border-color css
<style>
span { border-color: #ADDF2D; }
span { border-color: rgb(173,223,45); }
td.TdClassName
{
border-color: #ADDF2D;
}
.TagClassName
{
border-color: #ADDF2D;
}
</style>