Shades of Inch Worm #ADDC19
Tints of Inch Worm #ADDC19
RGB
CMYK
RGB Variations
Color information
#ADDC19 (or 0xADDC19) is known color: Inch Worm. HEX triplet: AD, DC and 19. RGB value is (173,220,25). Sum of RGB (Red+Green+Blue) = 173+220+25=418 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.39% from 418); Green value is 220 (86.33% from 255 or 52.63% from 418); Blue value is 25 (10.16% from 255 or 5.98% from 418); Max value from RGB is 220 - color contains mainly: green. Hex color #ADDC19 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADDC19 is #5223E6. Grayscale: #B8B8B8. Windows color (decimal): -5383143 or 1694893. OLE color: 1694893.
HSL color Cylindrical-coordinate representation of color #ADDC19: hue angle of 74.46º 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 #ADDC19 is Cyan = 0.21, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 220 | 25 | - |
| CMYK | 0.21 | 0 | 0.89 | 0.14 |
| HSL | 74.46º | 0.8% | 0.48% | - |
| HSV(B) | 74.46º | 0.89% | 0.86% | - |
| XYZ | 43 | 60.14 | 10.26 | - |
| YUV | 183.72 | 38.43 | 120.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 220 | 25 | 0.21 | 0 | 0.89 | 0.14 | 74.46 | 0.8 | 0.48 |
| Hex | AD | DC | 19 | 15 | 0 | 59 | E | 4A | 50 | 30 |
| Octal | 255 | 334 | 31 | 25 | 0 | 131 | 16 | 112 | 120 | 60 |
| Binary | 10101101 | 11011100 | 11001 | 10101 | 0 | 1011001 | 1110 | 1001010 | 1010000 | 110000 |
Color Harmonies of #ADDC19
Complementary color
Monochromatic Colors of #ADDC19
Black with #ADDC19
Text Example
Text Example
White with #ADDC19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDC19; }
p { color: rgb(173,220,25); }
H1.HeaderClassName
{
color: #ADDC19;
}
.AnyTagClassName
{
color: #ADDC19;
}
</style>
background-color css
<style>
a { background-color: #ADDC19; }
a { background-color: rgb(173,220,25); }
div.DivClassName
{
background-color: #ADDC19;
}
.BgClassName
{
background-color: #ADDC19;
}
</style>
border-color css
<style>
span { border-color: #ADDC19; }
span { border-color: rgb(173,220,25); }
td.TdClassName
{
border-color: #ADDC19;
}
.TagClassName
{
border-color: #ADDC19;
}
</style>