Shades of Inch Worm #ADDD13
Tints of Inch Worm #ADDD13
RGB
CMYK
RGB Variations
Color information
#ADDD13 (or 0xADDD13) is known color: Inch Worm. HEX triplet: AD, DD and 13. RGB value is (173,221,19). Sum of RGB (Red+Green+Blue) = 173+221+19=413 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.89% from 413); Green value is 221 (86.72% from 255 or 53.51% from 413); Blue value is 19 (7.81% from 255 or 4.60% from 413); Max value from RGB is 221 - color contains mainly: green. Hex color #ADDD13 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADDD13 is #5222EC. Grayscale: #B8B8B8. Windows color (decimal): -5382893 or 1301933. OLE color: 1301933.
HSL color Cylindrical-coordinate representation of color #ADDD13: hue angle of 74.26º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ADDD13 is Cyan = 0.22, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 221 | 19 | - |
| CMYK | 0.22 | 0 | 0.91 | 0.13 |
| HSL | 74.26º | 0.84% | 0.47% | - |
| HSV(B) | 74.26º | 0.91% | 0.87% | - |
| XYZ | 43.21 | 60.64 | 10.04 | - |
| YUV | 183.62 | 35.1 | 120.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 221 | 19 | 0.22 | 0 | 0.91 | 0.13 | 74.26 | 0.84 | 0.47 |
| Hex | AD | DD | 13 | 16 | 0 | 5B | D | 4A | 54 | 2F |
| Octal | 255 | 335 | 23 | 26 | 0 | 133 | 15 | 112 | 124 | 57 |
| Binary | 10101101 | 11011101 | 10011 | 10110 | 0 | 1011011 | 1101 | 1001010 | 1010100 | 101111 |
Color Harmonies of #ADDD13
Complementary color
Monochromatic Colors of #ADDD13
Black with #ADDD13
Text Example
Text Example
White with #ADDD13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDD13; }
p { color: rgb(173,221,19); }
H1.HeaderClassName
{
color: #ADDD13;
}
.AnyTagClassName
{
color: #ADDD13;
}
</style>
background-color css
<style>
a { background-color: #ADDD13; }
a { background-color: rgb(173,221,19); }
div.DivClassName
{
background-color: #ADDD13;
}
.BgClassName
{
background-color: #ADDD13;
}
</style>
border-color css
<style>
span { border-color: #ADDD13; }
span { border-color: rgb(173,221,19); }
td.TdClassName
{
border-color: #ADDD13;
}
.TagClassName
{
border-color: #ADDD13;
}
</style>