Shades of Inch Worm #ADD710
Tints of Inch Worm #ADD710
RGB
CMYK
RGB Variations
Color information
#ADD710 (or 0xADD710) is known color: Inch Worm. HEX triplet: AD, D7 and 10. RGB value is (173,215,16). Sum of RGB (Red+Green+Blue) = 173+215+16=404 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.82% from 404); Green value is 215 (84.38% from 255 or 53.22% from 404); Blue value is 16 (6.64% from 255 or 3.96% from 404); Max value from RGB is 215 - color contains mainly: green. Hex color #ADD710 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADD710 is #5228EF. Grayscale: #B4B4B4. Windows color (decimal): -5384432 or 1103789. OLE color: 1103789.
HSL color Cylindrical-coordinate representation of color #ADD710: hue angle of 72.66º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ADD710 is Cyan = 0.20, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 215 | 16 | - |
| CMYK | 0.20 | 0 | 0.93 | 0.16 |
| HSL | 72.66º | 0.86% | 0.45% | - |
| HSV(B) | 72.66º | 0.93% | 0.84% | - |
| XYZ | 41.63 | 57.52 | 9.4 | - |
| YUV | 179.76 | 35.59 | 123.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 215 | 16 | 0.20 | 0 | 0.93 | 0.16 | 72.66 | 0.86 | 0.45 |
| Hex | AD | D7 | 10 | 14 | 0 | 5D | 10 | 49 | 56 | 2D |
| Octal | 255 | 327 | 20 | 24 | 0 | 135 | 20 | 111 | 126 | 55 |
| Binary | 10101101 | 11010111 | 10000 | 10100 | 0 | 1011101 | 10000 | 1001001 | 1010110 | 101101 |
Color Harmonies of #ADD710
Complementary color
Monochromatic Colors of #ADD710
Black with #ADD710
Text Example
Text Example
White with #ADD710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD710; }
p { color: rgb(173,215,16); }
H1.HeaderClassName
{
color: #ADD710;
}
.AnyTagClassName
{
color: #ADD710;
}
</style>
background-color css
<style>
a { background-color: #ADD710; }
a { background-color: rgb(173,215,16); }
div.DivClassName
{
background-color: #ADD710;
}
.BgClassName
{
background-color: #ADD710;
}
</style>
border-color css
<style>
span { border-color: #ADD710; }
span { border-color: rgb(173,215,16); }
td.TdClassName
{
border-color: #ADD710;
}
.TagClassName
{
border-color: #ADD710;
}
</style>