Shades of Inch Worm #ADD90D
Tints of Inch Worm #ADD90D
RGB
CMYK
RGB Variations
Color information
#ADD90D (or 0xADD90D) is known color: Inch Worm. HEX triplet: AD, D9 and 0D. RGB value is (173,217,13). Sum of RGB (Red+Green+Blue) = 173+217+13=403 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.93% from 403); Green value is 217 (85.16% from 255 or 53.85% from 403); Blue value is 13 (5.47% from 255 or 3.23% from 403); Max value from RGB is 217 - color contains mainly: green. Hex color #ADD90D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADD90D is #5226F2. Grayscale: #B5B5B5. Windows color (decimal): -5383923 or 907693. OLE color: 907693.
HSL color Cylindrical-coordinate representation of color #ADD90D: hue angle of 72.94º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ADD90D is Cyan = 0.20, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 217 | 13 | - |
| CMYK | 0.20 | 0 | 0.94 | 0.15 |
| HSL | 72.94º | 0.89% | 0.45% | - |
| HSV(B) | 72.94º | 0.94% | 0.85% | - |
| XYZ | 42.12 | 58.54 | 9.46 | - |
| YUV | 180.59 | 33.42 | 122.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 217 | 13 | 0.20 | 0 | 0.94 | 0.15 | 72.94 | 0.89 | 0.45 |
| Hex | AD | D9 | D | 14 | 0 | 5E | F | 49 | 59 | 2D |
| Octal | 255 | 331 | 15 | 24 | 0 | 136 | 17 | 111 | 131 | 55 |
| Binary | 10101101 | 11011001 | 1101 | 10100 | 0 | 1011110 | 1111 | 1001001 | 1011001 | 101101 |
Color Harmonies of #ADD90D
Complementary color
Monochromatic Colors of #ADD90D
Black with #ADD90D
Text Example
Text Example
White with #ADD90D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD90D; }
p { color: rgb(173,217,13); }
H1.HeaderClassName
{
color: #ADD90D;
}
.AnyTagClassName
{
color: #ADD90D;
}
</style>
background-color css
<style>
a { background-color: #ADD90D; }
a { background-color: rgb(173,217,13); }
div.DivClassName
{
background-color: #ADD90D;
}
.BgClassName
{
background-color: #ADD90D;
}
</style>
border-color css
<style>
span { border-color: #ADD90D; }
span { border-color: rgb(173,217,13); }
td.TdClassName
{
border-color: #ADD90D;
}
.TagClassName
{
border-color: #ADD90D;
}
</style>