Shades of Inch Worm #ADDC18
Tints of Inch Worm #ADDC18
RGB
CMYK
RGB Variations
Color information
#ADDC18 (or 0xADDC18) is known color: Inch Worm. HEX triplet: AD, DC and 18. RGB value is (173,220,24). Sum of RGB (Red+Green+Blue) = 173+220+24=417 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.49% from 417); Green value is 220 (86.33% from 255 or 52.76% from 417); Blue value is 24 (9.77% from 255 or 5.76% from 417); Max value from RGB is 220 - color contains mainly: green. Hex color #ADDC18 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADDC18 is #5223E7. Grayscale: #B8B8B8. Windows color (decimal): -5383144 or 1629357. OLE color: 1629357.
HSL color Cylindrical-coordinate representation of color #ADDC18: hue angle of 74.39º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ADDC18 is Cyan = 0.21, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 220 | 24 | - |
| CMYK | 0.21 | 0 | 0.89 | 0.14 |
| HSL | 74.39º | 0.8% | 0.48% | - |
| HSV(B) | 74.39º | 0.89% | 0.86% | - |
| XYZ | 42.99 | 60.14 | 10.21 | - |
| YUV | 183.6 | 37.93 | 120.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 220 | 24 | 0.21 | 0 | 0.89 | 0.14 | 74.39 | 0.8 | 0.48 |
| Hex | AD | DC | 18 | 15 | 0 | 59 | E | 4A | 50 | 30 |
| Octal | 255 | 334 | 30 | 25 | 0 | 131 | 16 | 112 | 120 | 60 |
| Binary | 10101101 | 11011100 | 11000 | 10101 | 0 | 1011001 | 1110 | 1001010 | 1010000 | 110000 |
Color Harmonies of #ADDC18
Complementary color
Monochromatic Colors of #ADDC18
Black with #ADDC18
Text Example
Text Example
White with #ADDC18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDC18; }
p { color: rgb(173,220,24); }
H1.HeaderClassName
{
color: #ADDC18;
}
.AnyTagClassName
{
color: #ADDC18;
}
</style>
background-color css
<style>
a { background-color: #ADDC18; }
a { background-color: rgb(173,220,24); }
div.DivClassName
{
background-color: #ADDC18;
}
.BgClassName
{
background-color: #ADDC18;
}
</style>
border-color css
<style>
span { border-color: #ADDC18; }
span { border-color: rgb(173,220,24); }
td.TdClassName
{
border-color: #ADDC18;
}
.TagClassName
{
border-color: #ADDC18;
}
</style>