Shades of Inch Worm #ACDA0C
Tints of Inch Worm #ACDA0C
RGB
CMYK
RGB Variations
Color information
#ACDA0C (or 0xACDA0C) is known color: Inch Worm. HEX triplet: AC, DA and 0C. RGB value is (172,218,12). Sum of RGB (Red+Green+Blue) = 172+218+12=402 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.79% from 402); Green value is 218 (85.55% from 255 or 54.23% from 402); Blue value is 12 (5.08% from 255 or 2.99% from 402); Max value from RGB is 218 - color contains mainly: green. Hex color #ACDA0C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACDA0C is #5325F3. Grayscale: #B5B5B5. Windows color (decimal): -5449204 or 842412. OLE color: 842412.
HSL color Cylindrical-coordinate representation of color #ACDA0C: hue angle of 73.4º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ACDA0C is Cyan = 0.21, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 172 | 218 | 12 | - |
| CMYK | 0.21 | 0 | 0.94 | 0.15 |
| HSL | 73.4º | 0.9% | 0.45% | - |
| HSV(B) | 73.4º | 0.94% | 0.85% | - |
| XYZ | 42.15 | 58.94 | 9.5 | - |
| YUV | 180.76 | 32.76 | 121.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 218 | 12 | 0.21 | 0 | 0.94 | 0.15 | 73.4 | 0.9 | 0.45 |
| Hex | AC | DA | C | 15 | 0 | 5E | F | 49 | 5A | 2D |
| Octal | 254 | 332 | 14 | 25 | 0 | 136 | 17 | 111 | 132 | 55 |
| Binary | 10101100 | 11011010 | 1100 | 10101 | 0 | 1011110 | 1111 | 1001001 | 1011010 | 101101 |
Color Harmonies of #ACDA0C
Complementary color
Monochromatic Colors of #ACDA0C
Black with #ACDA0C
Text Example
Text Example
White with #ACDA0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDA0C; }
p { color: rgb(172,218,12); }
H1.HeaderClassName
{
color: #ACDA0C;
}
.AnyTagClassName
{
color: #ACDA0C;
}
</style>
background-color css
<style>
a { background-color: #ACDA0C; }
a { background-color: rgb(172,218,12); }
div.DivClassName
{
background-color: #ACDA0C;
}
.BgClassName
{
background-color: #ACDA0C;
}
</style>
border-color css
<style>
span { border-color: #ACDA0C; }
span { border-color: rgb(172,218,12); }
td.TdClassName
{
border-color: #ACDA0C;
}
.TagClassName
{
border-color: #ACDA0C;
}
</style>