Shades of Inch Worm #ADD50E
Tints of Inch Worm #ADD50E
RGB
CMYK
RGB Variations
Color information
#ADD50E (or 0xADD50E) is known color: Inch Worm. HEX triplet: AD, D5 and 0E. RGB value is (173,213,14). Sum of RGB (Red+Green+Blue) = 173+213+14=400 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.25% from 400); Green value is 213 (83.59% from 255 or 53.25% from 400); Blue value is 14 (5.86% from 255 or 3.5% from 400); Max value from RGB is 213 - color contains mainly: green. Hex color #ADD50E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADD50E is #522AF1. Grayscale: #B3B3B3. Windows color (decimal): -5384946 or 972205. OLE color: 972205.
HSL color Cylindrical-coordinate representation of color #ADD50E: hue angle of 72.06º degrees, saturation: 0.88, 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 #ADD50E is Cyan = 0.19, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 213 | 14 | - |
| CMYK | 0.19 | 0 | 0.93 | 0.16 |
| HSL | 72.06º | 0.88% | 0.45% | - |
| HSV(B) | 72.06º | 0.93% | 0.84% | - |
| XYZ | 41.11 | 56.5 | 9.16 | - |
| YUV | 178.35 | 35.25 | 124.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 213 | 14 | 0.19 | 0 | 0.93 | 0.16 | 72.06 | 0.88 | 0.45 |
| Hex | AD | D5 | E | 13 | 0 | 5D | 10 | 48 | 58 | 2D |
| Octal | 255 | 325 | 16 | 23 | 0 | 135 | 20 | 110 | 130 | 55 |
| Binary | 10101101 | 11010101 | 1110 | 10011 | 0 | 1011101 | 10000 | 1001000 | 1011000 | 101101 |
Color Harmonies of #ADD50E
Complementary color
Monochromatic Colors of #ADD50E
Black with #ADD50E
Text Example
Text Example
White with #ADD50E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD50E; }
p { color: rgb(173,213,14); }
H1.HeaderClassName
{
color: #ADD50E;
}
.AnyTagClassName
{
color: #ADD50E;
}
</style>
background-color css
<style>
a { background-color: #ADD50E; }
a { background-color: rgb(173,213,14); }
div.DivClassName
{
background-color: #ADD50E;
}
.BgClassName
{
background-color: #ADD50E;
}
</style>
border-color css
<style>
span { border-color: #ADD50E; }
span { border-color: rgb(173,213,14); }
td.TdClassName
{
border-color: #ADD50E;
}
.TagClassName
{
border-color: #ADD50E;
}
</style>