Shades of Inch Worm #ADD30E
Tints of Inch Worm #ADD30E
RGB
CMYK
RGB Variations
Color information
#ADD30E (or 0xADD30E) is known color: Inch Worm. HEX triplet: AD, D3 and 0E. RGB value is (173,211,14). Sum of RGB (Red+Green+Blue) = 173+211+14=398 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.47% from 398); Green value is 211 (82.81% from 255 or 53.02% from 398); Blue value is 14 (5.86% from 255 or 3.52% from 398); Max value from RGB is 211 - color contains mainly: green. Hex color #ADD30E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADD30E is #522CF1. Grayscale: #B1B1B1. Windows color (decimal): -5385458 or 971693. OLE color: 971693.
HSL color Cylindrical-coordinate representation of color #ADD30E: hue angle of 71.57º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ADD30E is Cyan = 0.18, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 173 | 211 | 14 | - |
| CMYK | 0.18 | 0 | 0.93 | 0.17 |
| HSL | 71.57º | 0.88% | 0.44% | - |
| HSV(B) | 71.57º | 0.93% | 0.83% | - |
| XYZ | 40.61 | 55.5 | 8.99 | - |
| YUV | 177.18 | 35.91 | 125.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 211 | 14 | 0.18 | 0 | 0.93 | 0.17 | 71.57 | 0.88 | 0.44 |
| Hex | AD | D3 | E | 12 | 0 | 5D | 11 | 48 | 58 | 2C |
| Octal | 255 | 323 | 16 | 22 | 0 | 135 | 21 | 110 | 130 | 54 |
| Binary | 10101101 | 11010011 | 1110 | 10010 | 0 | 1011101 | 10001 | 1001000 | 1011000 | 101100 |
Color Harmonies of #ADD30E
Complementary color
Monochromatic Colors of #ADD30E
Black with #ADD30E
Text Example
Text Example
White with #ADD30E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD30E; }
p { color: rgb(173,211,14); }
H1.HeaderClassName
{
color: #ADD30E;
}
.AnyTagClassName
{
color: #ADD30E;
}
</style>
background-color css
<style>
a { background-color: #ADD30E; }
a { background-color: rgb(173,211,14); }
div.DivClassName
{
background-color: #ADD30E;
}
.BgClassName
{
background-color: #ADD30E;
}
</style>
border-color css
<style>
span { border-color: #ADD30E; }
span { border-color: rgb(173,211,14); }
td.TdClassName
{
border-color: #ADD30E;
}
.TagClassName
{
border-color: #ADD30E;
}
</style>