Shades of Inch Worm #ADD713
Tints of Inch Worm #ADD713
RGB
CMYK
RGB Variations
Color information
#ADD713 (or 0xADD713) is known color: Inch Worm. HEX triplet: AD, D7 and 13. RGB value is (173,215,19). Sum of RGB (Red+Green+Blue) = 173+215+19=407 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.51% from 407); Green value is 215 (84.38% from 255 or 52.83% from 407); Blue value is 19 (7.81% from 255 or 4.67% from 407); Max value from RGB is 215 - color contains mainly: green. Hex color #ADD713 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADD713 is #5228EC. Grayscale: #B4B4B4. Windows color (decimal): -5384429 or 1300397. OLE color: 1300397.
HSL color Cylindrical-coordinate representation of color #ADD713: hue angle of 72.86º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ADD713 is Cyan = 0.20, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 215 | 19 | - |
| CMYK | 0.20 | 0 | 0.91 | 0.16 |
| HSL | 72.86º | 0.84% | 0.46% | - |
| HSV(B) | 72.86º | 0.91% | 0.84% | - |
| XYZ | 41.65 | 57.53 | 9.53 | - |
| YUV | 180.1 | 37.09 | 122.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 215 | 19 | 0.20 | 0 | 0.91 | 0.16 | 72.86 | 0.84 | 0.46 |
| Hex | AD | D7 | 13 | 14 | 0 | 5B | 10 | 49 | 54 | 2E |
| Octal | 255 | 327 | 23 | 24 | 0 | 133 | 20 | 111 | 124 | 56 |
| Binary | 10101101 | 11010111 | 10011 | 10100 | 0 | 1011011 | 10000 | 1001001 | 1010100 | 101110 |
Color Harmonies of #ADD713
Complementary color
Monochromatic Colors of #ADD713
Black with #ADD713
Text Example
Text Example
White with #ADD713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD713; }
p { color: rgb(173,215,19); }
H1.HeaderClassName
{
color: #ADD713;
}
.AnyTagClassName
{
color: #ADD713;
}
</style>
background-color css
<style>
a { background-color: #ADD713; }
a { background-color: rgb(173,215,19); }
div.DivClassName
{
background-color: #ADD713;
}
.BgClassName
{
background-color: #ADD713;
}
</style>
border-color css
<style>
span { border-color: #ADD713; }
span { border-color: rgb(173,215,19); }
td.TdClassName
{
border-color: #ADD713;
}
.TagClassName
{
border-color: #ADD713;
}
</style>