Shades of Inch Worm #ADDA13
Tints of Inch Worm #ADDA13
RGB
CMYK
RGB Variations
Color information
#ADDA13 (or 0xADDA13) is known color: Inch Worm. HEX triplet: AD, DA and 13. RGB value is (173,218,19). Sum of RGB (Red+Green+Blue) = 173+218+19=410 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.20% from 410); Green value is 218 (85.55% from 255 or 53.17% from 410); Blue value is 19 (7.81% from 255 or 4.63% from 410); Max value from RGB is 218 - color contains mainly: green. Hex color #ADDA13 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADDA13 is #5225EC. Grayscale: #B6B6B6. Windows color (decimal): -5383661 or 1301165. OLE color: 1301165.
HSL color Cylindrical-coordinate representation of color #ADDA13: hue angle of 73.57º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ADDA13 is Cyan = 0.21, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 218 | 19 | - |
| CMYK | 0.21 | 0 | 0.91 | 0.15 |
| HSL | 73.57º | 0.84% | 0.46% | - |
| HSV(B) | 73.57º | 0.91% | 0.85% | - |
| XYZ | 42.42 | 59.07 | 9.78 | - |
| YUV | 181.86 | 36.09 | 121.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 218 | 19 | 0.21 | 0 | 0.91 | 0.15 | 73.57 | 0.84 | 0.46 |
| Hex | AD | DA | 13 | 15 | 0 | 5B | F | 4A | 54 | 2E |
| Octal | 255 | 332 | 23 | 25 | 0 | 133 | 17 | 112 | 124 | 56 |
| Binary | 10101101 | 11011010 | 10011 | 10101 | 0 | 1011011 | 1111 | 1001010 | 1010100 | 101110 |
Color Harmonies of #ADDA13
Complementary color
Monochromatic Colors of #ADDA13
Black with #ADDA13
Text Example
Text Example
White with #ADDA13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDA13; }
p { color: rgb(173,218,19); }
H1.HeaderClassName
{
color: #ADDA13;
}
.AnyTagClassName
{
color: #ADDA13;
}
</style>
background-color css
<style>
a { background-color: #ADDA13; }
a { background-color: rgb(173,218,19); }
div.DivClassName
{
background-color: #ADDA13;
}
.BgClassName
{
background-color: #ADDA13;
}
</style>
border-color css
<style>
span { border-color: #ADDA13; }
span { border-color: rgb(173,218,19); }
td.TdClassName
{
border-color: #ADDA13;
}
.TagClassName
{
border-color: #ADDA13;
}
</style>