Shades of Inch Worm #ACDB0A
Tints of Inch Worm #ACDB0A
RGB
CMYK
RGB Variations
Color information
#ACDB0A (or 0xACDB0A) is known color: Inch Worm. HEX triplet: AC, DB and 0A. RGB value is (172,219,10). Sum of RGB (Red+Green+Blue) = 172+219+10=401 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.89% from 401); Green value is 219 (85.94% from 255 or 54.61% from 401); Blue value is 10 (4.30% from 255 or 2.49% from 401); Max value from RGB is 219 - color contains mainly: green. Hex color #ACDB0A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACDB0A is #5324F5. Grayscale: #B5B5B5. Windows color (decimal): -5448950 or 711596. OLE color: 711596.
HSL color Cylindrical-coordinate representation of color #ACDB0A: hue angle of 73.49º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ACDB0A is Cyan = 0.21, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 219 | 10 | - |
| CMYK | 0.21 | 0 | 0.95 | 0.14 |
| HSL | 73.49º | 0.91% | 0.45% | - |
| HSV(B) | 73.49º | 0.95% | 0.86% | - |
| XYZ | 42.4 | 59.46 | 9.53 | - |
| YUV | 181.12 | 31.43 | 121.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 219 | 10 | 0.21 | 0 | 0.95 | 0.14 | 73.49 | 0.91 | 0.45 |
| Hex | AC | DB | A | 15 | 0 | 5F | E | 49 | 5B | 2D |
| Octal | 254 | 333 | 12 | 25 | 0 | 137 | 16 | 111 | 133 | 55 |
| Binary | 10101100 | 11011011 | 1010 | 10101 | 0 | 1011111 | 1110 | 1001001 | 1011011 | 101101 |
Color Harmonies of #ACDB0A
Complementary color
Monochromatic Colors of #ACDB0A
Black with #ACDB0A
Text Example
Text Example
White with #ACDB0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDB0A; }
p { color: rgb(172,219,10); }
H1.HeaderClassName
{
color: #ACDB0A;
}
.AnyTagClassName
{
color: #ACDB0A;
}
</style>
background-color css
<style>
a { background-color: #ACDB0A; }
a { background-color: rgb(172,219,10); }
div.DivClassName
{
background-color: #ACDB0A;
}
.BgClassName
{
background-color: #ACDB0A;
}
</style>
border-color css
<style>
span { border-color: #ACDB0A; }
span { border-color: rgb(172,219,10); }
td.TdClassName
{
border-color: #ACDB0A;
}
.TagClassName
{
border-color: #ACDB0A;
}
</style>