Shades of Inch Worm #ADD80F
Tints of Inch Worm #ADD80F
RGB
CMYK
RGB Variations
Color information
#ADD80F (or 0xADD80F) is known color: Inch Worm. HEX triplet: AD, D8 and 0F. RGB value is (173,216,15). Sum of RGB (Red+Green+Blue) = 173+216+15=404 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.82% from 404); Green value is 216 (84.77% from 255 or 53.47% from 404); Blue value is 15 (6.25% from 255 or 3.71% from 404); Max value from RGB is 216 - color contains mainly: green. Hex color #ADD80F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADD80F is #5227F0. Grayscale: #B4B4B4. Windows color (decimal): -5384177 or 1038509. OLE color: 1038509.
HSL color Cylindrical-coordinate representation of color #ADD80F: hue angle of 72.84º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ADD80F is Cyan = 0.20, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 216 | 15 | - |
| CMYK | 0.20 | 0 | 0.93 | 0.15 |
| HSL | 72.84º | 0.87% | 0.45% | - |
| HSV(B) | 72.84º | 0.93% | 0.85% | - |
| XYZ | 41.88 | 58.03 | 9.45 | - |
| YUV | 180.23 | 34.75 | 122.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 216 | 15 | 0.20 | 0 | 0.93 | 0.15 | 72.84 | 0.87 | 0.45 |
| Hex | AD | D8 | F | 14 | 0 | 5D | F | 49 | 57 | 2D |
| Octal | 255 | 330 | 17 | 24 | 0 | 135 | 17 | 111 | 127 | 55 |
| Binary | 10101101 | 11011000 | 1111 | 10100 | 0 | 1011101 | 1111 | 1001001 | 1010111 | 101101 |
Color Harmonies of #ADD80F
Complementary color
Monochromatic Colors of #ADD80F
Black with #ADD80F
Text Example
Text Example
White with #ADD80F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD80F; }
p { color: rgb(173,216,15); }
H1.HeaderClassName
{
color: #ADD80F;
}
.AnyTagClassName
{
color: #ADD80F;
}
</style>
background-color css
<style>
a { background-color: #ADD80F; }
a { background-color: rgb(173,216,15); }
div.DivClassName
{
background-color: #ADD80F;
}
.BgClassName
{
background-color: #ADD80F;
}
</style>
border-color css
<style>
span { border-color: #ADD80F; }
span { border-color: rgb(173,216,15); }
td.TdClassName
{
border-color: #ADD80F;
}
.TagClassName
{
border-color: #ADD80F;
}
</style>