Shades of Inch Worm #ADDA20
Tints of Inch Worm #ADDA20
RGB
CMYK
RGB Variations
Color information
#ADDA20 (or 0xADDA20) is known color: Inch Worm. HEX triplet: AD, DA and 20. RGB value is (173,218,32). Sum of RGB (Red+Green+Blue) = 173+218+32=423 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.90% from 423); Green value is 218 (85.55% from 255 or 51.54% from 423); Blue value is 32 (12.89% from 255 or 7.57% from 423); Max value from RGB is 218 - color contains mainly: green. Hex color #ADDA20 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADDA20 is #5225DF. Grayscale: #B8B8B8. Windows color (decimal): -5383648 or 2153133. OLE color: 2153133.
HSL color Cylindrical-coordinate representation of color #ADDA20: hue angle of 74.52º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ADDA20 is Cyan = 0.21, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 218 | 32 | - |
| CMYK | 0.21 | 0 | 0.85 | 0.15 |
| HSL | 74.52º | 0.74% | 0.49% | - |
| HSV(B) | 74.52º | 0.85% | 0.85% | - |
| XYZ | 42.57 | 59.13 | 10.54 | - |
| YUV | 183.34 | 42.59 | 120.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 218 | 32 | 0.21 | 0 | 0.85 | 0.15 | 74.52 | 0.74 | 0.49 |
| Hex | AD | DA | 20 | 15 | 0 | 55 | F | 4B | 4A | 31 |
| Octal | 255 | 332 | 40 | 25 | 0 | 125 | 17 | 113 | 112 | 61 |
| Binary | 10101101 | 11011010 | 100000 | 10101 | 0 | 1010101 | 1111 | 1001011 | 1001010 | 110001 |
Color Harmonies of #ADDA20
Complementary color
Monochromatic Colors of #ADDA20
Black with #ADDA20
Text Example
Text Example
White with #ADDA20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDA20; }
p { color: rgb(173,218,32); }
H1.HeaderClassName
{
color: #ADDA20;
}
.AnyTagClassName
{
color: #ADDA20;
}
</style>
background-color css
<style>
a { background-color: #ADDA20; }
a { background-color: rgb(173,218,32); }
div.DivClassName
{
background-color: #ADDA20;
}
.BgClassName
{
background-color: #ADDA20;
}
</style>
border-color css
<style>
span { border-color: #ADDA20; }
span { border-color: rgb(173,218,32); }
td.TdClassName
{
border-color: #ADDA20;
}
.TagClassName
{
border-color: #ADDA20;
}
</style>