Shades of Inch Worm #ADD80E
Tints of Inch Worm #ADD80E
RGB
CMYK
RGB Variations
Color information
#ADD80E (or 0xADD80E) is known color: Inch Worm. HEX triplet: AD, D8 and 0E. RGB value is (173,216,14). Sum of RGB (Red+Green+Blue) = 173+216+14=403 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.93% from 403); Green value is 216 (84.77% from 255 or 53.60% from 403); Blue value is 14 (5.86% from 255 or 3.47% from 403); Max value from RGB is 216 - color contains mainly: green. Hex color #ADD80E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADD80E is #5227F1. Grayscale: #B4B4B4. Windows color (decimal): -5384178 or 972973. OLE color: 972973.
HSL color Cylindrical-coordinate representation of color #ADD80E: hue angle of 72.77º degrees, saturation: 0.88, 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 #ADD80E is Cyan = 0.20, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 216 | 14 | - |
| CMYK | 0.20 | 0 | 0.94 | 0.15 |
| HSL | 72.77º | 0.88% | 0.45% | - |
| HSV(B) | 72.77º | 0.94% | 0.85% | - |
| XYZ | 41.87 | 58.03 | 9.41 | - |
| YUV | 180.12 | 34.25 | 122.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 216 | 14 | 0.20 | 0 | 0.94 | 0.15 | 72.77 | 0.88 | 0.45 |
| Hex | AD | D8 | E | 14 | 0 | 5E | F | 49 | 58 | 2D |
| Octal | 255 | 330 | 16 | 24 | 0 | 136 | 17 | 111 | 130 | 55 |
| Binary | 10101101 | 11011000 | 1110 | 10100 | 0 | 1011110 | 1111 | 1001001 | 1011000 | 101101 |
Color Harmonies of #ADD80E
Complementary color
Monochromatic Colors of #ADD80E
Black with #ADD80E
Text Example
Text Example
White with #ADD80E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD80E; }
p { color: rgb(173,216,14); }
H1.HeaderClassName
{
color: #ADD80E;
}
.AnyTagClassName
{
color: #ADD80E;
}
</style>
background-color css
<style>
a { background-color: #ADD80E; }
a { background-color: rgb(173,216,14); }
div.DivClassName
{
background-color: #ADD80E;
}
.BgClassName
{
background-color: #ADD80E;
}
</style>
border-color css
<style>
span { border-color: #ADD80E; }
span { border-color: rgb(173,216,14); }
td.TdClassName
{
border-color: #ADD80E;
}
.TagClassName
{
border-color: #ADD80E;
}
</style>