Shades of Inch Worm #ADD20F
Tints of Inch Worm #ADD20F
RGB
CMYK
RGB Variations
Color information
#ADD20F (or 0xADD20F) is known color: Inch Worm. HEX triplet: AD, D2 and 0F. RGB value is (173,210,15). Sum of RGB (Red+Green+Blue) = 173+210+15=398 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.47% from 398); Green value is 210 (82.42% from 255 or 52.76% from 398); Blue value is 15 (6.25% from 255 or 3.77% from 398); Max value from RGB is 210 - color contains mainly: green. Hex color #ADD20F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADD20F is #522DF0. Grayscale: #B1B1B1. Windows color (decimal): -5385713 or 1036973. OLE color: 1036973.
HSL color Cylindrical-coordinate representation of color #ADD20F: hue angle of 71.38º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ADD20F is Cyan = 0.18, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 210 | 15 | - |
| CMYK | 0.18 | 0 | 0.93 | 0.18 |
| HSL | 71.38º | 0.87% | 0.44% | - |
| HSV(B) | 71.38º | 0.93% | 0.82% | - |
| XYZ | 40.37 | 55.01 | 8.94 | - |
| YUV | 176.71 | 36.74 | 125.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 210 | 15 | 0.18 | 0 | 0.93 | 0.18 | 71.38 | 0.87 | 0.44 |
| Hex | AD | D2 | F | 12 | 0 | 5D | 12 | 47 | 57 | 2C |
| Octal | 255 | 322 | 17 | 22 | 0 | 135 | 22 | 107 | 127 | 54 |
| Binary | 10101101 | 11010010 | 1111 | 10010 | 0 | 1011101 | 10010 | 1000111 | 1010111 | 101100 |
Color Harmonies of #ADD20F
Complementary color
Monochromatic Colors of #ADD20F
Black with #ADD20F
Text Example
Text Example
White with #ADD20F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD20F; }
p { color: rgb(173,210,15); }
H1.HeaderClassName
{
color: #ADD20F;
}
.AnyTagClassName
{
color: #ADD20F;
}
</style>
background-color css
<style>
a { background-color: #ADD20F; }
a { background-color: rgb(173,210,15); }
div.DivClassName
{
background-color: #ADD20F;
}
.BgClassName
{
background-color: #ADD20F;
}
</style>
border-color css
<style>
span { border-color: #ADD20F; }
span { border-color: rgb(173,210,15); }
td.TdClassName
{
border-color: #ADD20F;
}
.TagClassName
{
border-color: #ADD20F;
}
</style>