Shades of Inch Worm #ACD70C
Tints of Inch Worm #ACD70C
RGB
CMYK
RGB Variations
Color information
#ACD70C (or 0xACD70C) is known color: Inch Worm. HEX triplet: AC, D7 and 0C. RGB value is (172,215,12). Sum of RGB (Red+Green+Blue) = 172+215+12=399 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.11% from 399); Green value is 215 (84.38% from 255 or 53.88% from 399); Blue value is 12 (5.08% from 255 or 3.01% from 399); Max value from RGB is 215 - color contains mainly: green. Hex color #ACD70C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACD70C is #5328F3. Grayscale: #B3B3B3. Windows color (decimal): -5449972 or 841644. OLE color: 841644.
HSL color Cylindrical-coordinate representation of color #ACD70C: hue angle of 72.71º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ACD70C is Cyan = 0.2, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 215 | 12 | - |
| CMYK | 0.2 | 0 | 0.94 | 0.16 |
| HSL | 72.71º | 0.89% | 0.45% | - |
| HSV(B) | 72.71º | 0.94% | 0.84% | - |
| XYZ | 41.38 | 57.4 | 9.25 | - |
| YUV | 179 | 33.75 | 123.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 215 | 12 | 0.2 | 0 | 0.94 | 0.16 | 72.71 | 0.89 | 0.45 |
| Hex | AC | D7 | C | 14 | 0 | 5E | 10 | 49 | 59 | 2D |
| Octal | 254 | 327 | 14 | 24 | 0 | 136 | 20 | 111 | 131 | 55 |
| Binary | 10101100 | 11010111 | 1100 | 10100 | 0 | 1011110 | 10000 | 1001001 | 1011001 | 101101 |
Color Harmonies of #ACD70C
Complementary color
Monochromatic Colors of #ACD70C
Black with #ACD70C
Text Example
Text Example
White with #ACD70C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD70C; }
p { color: rgb(172,215,12); }
H1.HeaderClassName
{
color: #ACD70C;
}
.AnyTagClassName
{
color: #ACD70C;
}
</style>
background-color css
<style>
a { background-color: #ACD70C; }
a { background-color: rgb(172,215,12); }
div.DivClassName
{
background-color: #ACD70C;
}
.BgClassName
{
background-color: #ACD70C;
}
</style>
border-color css
<style>
span { border-color: #ACD70C; }
span { border-color: rgb(172,215,12); }
td.TdClassName
{
border-color: #ACD70C;
}
.TagClassName
{
border-color: #ACD70C;
}
</style>