Shades of Inch Worm #ADDA1C
Tints of Inch Worm #ADDA1C
RGB
CMYK
RGB Variations
Color information
#ADDA1C (or 0xADDA1C) is known color: Inch Worm. HEX triplet: AD, DA and 1C. RGB value is (173,218,28). Sum of RGB (Red+Green+Blue) = 173+218+28=419 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.29% from 419); Green value is 218 (85.55% from 255 or 52.03% from 419); Blue value is 28 (11.33% from 255 or 6.68% from 419); Max value from RGB is 218 - color contains mainly: green. Hex color #ADDA1C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADDA1C is #5225E3. Grayscale: #B7B7B7. Windows color (decimal): -5383652 or 1890989. OLE color: 1890989.
HSL color Cylindrical-coordinate representation of color #ADDA1C: hue angle of 74.21º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ADDA1C is Cyan = 0.21, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 218 | 28 | - |
| CMYK | 0.21 | 0 | 0.87 | 0.15 |
| HSL | 74.21º | 0.77% | 0.48% | - |
| HSV(B) | 74.21º | 0.87% | 0.85% | - |
| XYZ | 42.51 | 59.11 | 10.27 | - |
| YUV | 182.89 | 40.59 | 120.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 218 | 28 | 0.21 | 0 | 0.87 | 0.15 | 74.21 | 0.77 | 0.48 |
| Hex | AD | DA | 1C | 15 | 0 | 57 | F | 4A | 4D | 30 |
| Octal | 255 | 332 | 34 | 25 | 0 | 127 | 17 | 112 | 115 | 60 |
| Binary | 10101101 | 11011010 | 11100 | 10101 | 0 | 1010111 | 1111 | 1001010 | 1001101 | 110000 |
Color Harmonies of #ADDA1C
Complementary color
Monochromatic Colors of #ADDA1C
Black with #ADDA1C
Text Example
Text Example
White with #ADDA1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDA1C; }
p { color: rgb(173,218,28); }
H1.HeaderClassName
{
color: #ADDA1C;
}
.AnyTagClassName
{
color: #ADDA1C;
}
</style>
background-color css
<style>
a { background-color: #ADDA1C; }
a { background-color: rgb(173,218,28); }
div.DivClassName
{
background-color: #ADDA1C;
}
.BgClassName
{
background-color: #ADDA1C;
}
</style>
border-color css
<style>
span { border-color: #ADDA1C; }
span { border-color: rgb(173,218,28); }
td.TdClassName
{
border-color: #ADDA1C;
}
.TagClassName
{
border-color: #ADDA1C;
}
</style>