Shades of Inch Worm #ACDB19
Tints of Inch Worm #ACDB19
RGB
CMYK
RGB Variations
Color information
#ACDB19 (or 0xACDB19) is known color: Inch Worm. HEX triplet: AC, DB and 19. RGB value is (172,219,25). Sum of RGB (Red+Green+Blue) = 172+219+25=416 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.35% from 416); Green value is 219 (85.94% from 255 or 52.64% from 416); Blue value is 25 (10.16% from 255 or 6.01% from 416); Max value from RGB is 219 - color contains mainly: green. Hex color #ACDB19 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACDB19 is #5324E6. Grayscale: #B7B7B7. Windows color (decimal): -5448935 or 1694636. OLE color: 1694636.
HSL color Cylindrical-coordinate representation of color #ACDB19: hue angle of 74.54º 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 #ACDB19 is Cyan = 0.21, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 219 | 25 | - |
| CMYK | 0.21 | 0 | 0.89 | 0.14 |
| HSL | 74.54º | 0.8% | 0.48% | - |
| HSV(B) | 74.54º | 0.89% | 0.86% | - |
| XYZ | 42.52 | 59.5 | 10.16 | - |
| YUV | 182.83 | 38.93 | 120.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 219 | 25 | 0.21 | 0 | 0.89 | 0.14 | 74.54 | 0.8 | 0.48 |
| Hex | AC | DB | 19 | 15 | 0 | 59 | E | 4B | 50 | 30 |
| Octal | 254 | 333 | 31 | 25 | 0 | 131 | 16 | 113 | 120 | 60 |
| Binary | 10101100 | 11011011 | 11001 | 10101 | 0 | 1011001 | 1110 | 1001011 | 1010000 | 110000 |
Color Harmonies of #ACDB19
Complementary color
Monochromatic Colors of #ACDB19
Black with #ACDB19
Text Example
Text Example
White with #ACDB19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDB19; }
p { color: rgb(172,219,25); }
H1.HeaderClassName
{
color: #ACDB19;
}
.AnyTagClassName
{
color: #ACDB19;
}
</style>
background-color css
<style>
a { background-color: #ACDB19; }
a { background-color: rgb(172,219,25); }
div.DivClassName
{
background-color: #ACDB19;
}
.BgClassName
{
background-color: #ACDB19;
}
</style>
border-color css
<style>
span { border-color: #ACDB19; }
span { border-color: rgb(172,219,25); }
td.TdClassName
{
border-color: #ACDB19;
}
.TagClassName
{
border-color: #ACDB19;
}
</style>