Shades of Inch Worm #ADDD22
Tints of Inch Worm #ADDD22
RGB
CMYK
RGB Variations
Color information
#ADDD22 (or 0xADDD22) is known color: Inch Worm. HEX triplet: AD, DD and 22. RGB value is (173,221,34). Sum of RGB (Red+Green+Blue) = 173+221+34=428 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.42% from 428); Green value is 221 (86.72% from 255 or 51.64% from 428); Blue value is 34 (13.67% from 255 or 7.94% from 428); Max value from RGB is 221 - color contains mainly: green. Hex color #ADDD22 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADDD22 is #5222DD. Grayscale: #BABABA. Windows color (decimal): -5382878 or 2284973. OLE color: 2284973.
HSL color Cylindrical-coordinate representation of color #ADDD22: hue angle of 75.4º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ADDD22 is Cyan = 0.22, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 221 | 34 | - |
| CMYK | 0.22 | 0 | 0.85 | 0.13 |
| HSL | 75.4º | 0.73% | 0.5% | - |
| HSV(B) | 75.4º | 0.85% | 0.87% | - |
| XYZ | 43.38 | 60.71 | 10.95 | - |
| YUV | 185.33 | 42.6 | 119.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 221 | 34 | 0.22 | 0 | 0.85 | 0.13 | 75.4 | 0.73 | 0.5 |
| Hex | AD | DD | 22 | 16 | 0 | 55 | D | 4B | 49 | 32 |
| Octal | 255 | 335 | 42 | 26 | 0 | 125 | 15 | 113 | 111 | 62 |
| Binary | 10101101 | 11011101 | 100010 | 10110 | 0 | 1010101 | 1101 | 1001011 | 1001001 | 110010 |
Color Harmonies of #ADDD22
Complementary color
Monochromatic Colors of #ADDD22
Black with #ADDD22
Text Example
Text Example
White with #ADDD22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDD22; }
p { color: rgb(173,221,34); }
H1.HeaderClassName
{
color: #ADDD22;
}
.AnyTagClassName
{
color: #ADDD22;
}
</style>
background-color css
<style>
a { background-color: #ADDD22; }
a { background-color: rgb(173,221,34); }
div.DivClassName
{
background-color: #ADDD22;
}
.BgClassName
{
background-color: #ADDD22;
}
</style>
border-color css
<style>
span { border-color: #ADDD22; }
span { border-color: rgb(173,221,34); }
td.TdClassName
{
border-color: #ADDD22;
}
.TagClassName
{
border-color: #ADDD22;
}
</style>