Shades of Inch Worm #ADD313
Tints of Inch Worm #ADD313
RGB
CMYK
RGB Variations
Color information
#ADD313 (or 0xADD313) is known color: Inch Worm. HEX triplet: AD, D3 and 13. RGB value is (173,211,19). Sum of RGB (Red+Green+Blue) = 173+211+19=403 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.93% from 403); Green value is 211 (82.81% from 255 or 52.36% from 403); Blue value is 19 (7.81% from 255 or 4.71% from 403); Max value from RGB is 211 - color contains mainly: green. Hex color #ADD313 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADD313 is #522CEC. Grayscale: #B2B2B2. Windows color (decimal): -5385453 or 1299373. OLE color: 1299373.
HSL color Cylindrical-coordinate representation of color #ADD313: hue angle of 71.88º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ADD313 is Cyan = 0.18, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 173 | 211 | 19 | - |
| CMYK | 0.18 | 0 | 0.91 | 0.17 |
| HSL | 71.88º | 0.83% | 0.45% | - |
| HSV(B) | 71.88º | 0.91% | 0.83% | - |
| XYZ | 40.65 | 55.52 | 9.19 | - |
| YUV | 177.75 | 38.41 | 124.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 211 | 19 | 0.18 | 0 | 0.91 | 0.17 | 71.88 | 0.83 | 0.45 |
| Hex | AD | D3 | 13 | 12 | 0 | 5B | 11 | 48 | 53 | 2D |
| Octal | 255 | 323 | 23 | 22 | 0 | 133 | 21 | 110 | 123 | 55 |
| Binary | 10101101 | 11010011 | 10011 | 10010 | 0 | 1011011 | 10001 | 1001000 | 1010011 | 101101 |
Color Harmonies of #ADD313
Complementary color
Monochromatic Colors of #ADD313
Black with #ADD313
Text Example
Text Example
White with #ADD313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD313; }
p { color: rgb(173,211,19); }
H1.HeaderClassName
{
color: #ADD313;
}
.AnyTagClassName
{
color: #ADD313;
}
</style>
background-color css
<style>
a { background-color: #ADD313; }
a { background-color: rgb(173,211,19); }
div.DivClassName
{
background-color: #ADD313;
}
.BgClassName
{
background-color: #ADD313;
}
</style>
border-color css
<style>
span { border-color: #ADD313; }
span { border-color: rgb(173,211,19); }
td.TdClassName
{
border-color: #ADD313;
}
.TagClassName
{
border-color: #ADD313;
}
</style>