Shades of Inch Worm #ADD30D
Tints of Inch Worm #ADD30D
RGB
CMYK
RGB Variations
Color information
#ADD30D (or 0xADD30D) is known color: Inch Worm. HEX triplet: AD, D3 and 0D. RGB value is (173,211,13). Sum of RGB (Red+Green+Blue) = 173+211+13=397 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.58% from 397); Green value is 211 (82.81% from 255 or 53.15% from 397); Blue value is 13 (5.47% from 255 or 3.27% from 397); Max value from RGB is 211 - color contains mainly: green. Hex color #ADD30D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADD30D is #522CF2. Grayscale: #B1B1B1. Windows color (decimal): -5385459 or 906157. OLE color: 906157.
HSL color Cylindrical-coordinate representation of color #ADD30D: hue angle of 71.52º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ADD30D is Cyan = 0.18, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 173 | 211 | 13 | - |
| CMYK | 0.18 | 0 | 0.94 | 0.17 |
| HSL | 71.52º | 0.88% | 0.44% | - |
| HSV(B) | 71.52º | 0.94% | 0.83% | - |
| XYZ | 40.6 | 55.5 | 8.95 | - |
| YUV | 177.07 | 35.41 | 125.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 211 | 13 | 0.18 | 0 | 0.94 | 0.17 | 71.52 | 0.88 | 0.44 |
| Hex | AD | D3 | D | 12 | 0 | 5E | 11 | 48 | 58 | 2C |
| Octal | 255 | 323 | 15 | 22 | 0 | 136 | 21 | 110 | 130 | 54 |
| Binary | 10101101 | 11010011 | 1101 | 10010 | 0 | 1011110 | 10001 | 1001000 | 1011000 | 101100 |
Color Harmonies of #ADD30D
Complementary color
Monochromatic Colors of #ADD30D
Black with #ADD30D
Text Example
Text Example
White with #ADD30D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD30D; }
p { color: rgb(173,211,13); }
H1.HeaderClassName
{
color: #ADD30D;
}
.AnyTagClassName
{
color: #ADD30D;
}
</style>
background-color css
<style>
a { background-color: #ADD30D; }
a { background-color: rgb(173,211,13); }
div.DivClassName
{
background-color: #ADD30D;
}
.BgClassName
{
background-color: #ADD30D;
}
</style>
border-color css
<style>
span { border-color: #ADD30D; }
span { border-color: rgb(173,211,13); }
td.TdClassName
{
border-color: #ADD30D;
}
.TagClassName
{
border-color: #ADD30D;
}
</style>