Shades of Inch Worm #ADDD14
Tints of Inch Worm #ADDD14
RGB
CMYK
RGB Variations
Color information
#ADDD14 (or 0xADDD14) is known color: Inch Worm. HEX triplet: AD, DD and 14. RGB value is (173,221,20). Sum of RGB (Red+Green+Blue) = 173+221+20=414 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.79% from 414); Green value is 221 (86.72% from 255 or 53.38% from 414); Blue value is 20 (8.20% from 255 or 4.83% from 414); Max value from RGB is 221 - color contains mainly: green. Hex color #ADDD14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADDD14 is #5222EB. Grayscale: #B8B8B8. Windows color (decimal): -5382892 or 1367469. OLE color: 1367469.
HSL color Cylindrical-coordinate representation of color #ADDD14: hue angle of 74.33º degrees, saturation: 0.83, 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 #ADDD14 is Cyan = 0.22, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 221 | 20 | - |
| CMYK | 0.22 | 0 | 0.91 | 0.13 |
| HSL | 74.33º | 0.83% | 0.47% | - |
| HSV(B) | 74.33º | 0.91% | 0.87% | - |
| XYZ | 43.22 | 60.65 | 10.09 | - |
| YUV | 183.73 | 35.6 | 120.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 221 | 20 | 0.22 | 0 | 0.91 | 0.13 | 74.33 | 0.83 | 0.47 |
| Hex | AD | DD | 14 | 16 | 0 | 5B | D | 4A | 53 | 2F |
| Octal | 255 | 335 | 24 | 26 | 0 | 133 | 15 | 112 | 123 | 57 |
| Binary | 10101101 | 11011101 | 10100 | 10110 | 0 | 1011011 | 1101 | 1001010 | 1010011 | 101111 |
Color Harmonies of #ADDD14
Complementary color
Monochromatic Colors of #ADDD14
Black with #ADDD14
Text Example
Text Example
White with #ADDD14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDD14; }
p { color: rgb(173,221,20); }
H1.HeaderClassName
{
color: #ADDD14;
}
.AnyTagClassName
{
color: #ADDD14;
}
</style>
background-color css
<style>
a { background-color: #ADDD14; }
a { background-color: rgb(173,221,20); }
div.DivClassName
{
background-color: #ADDD14;
}
.BgClassName
{
background-color: #ADDD14;
}
</style>
border-color css
<style>
span { border-color: #ADDD14; }
span { border-color: rgb(173,221,20); }
td.TdClassName
{
border-color: #ADDD14;
}
.TagClassName
{
border-color: #ADDD14;
}
</style>