Shades of Inch Worm #ACD30C
Tints of Inch Worm #ACD30C
RGB
CMYK
RGB Variations
Color information
#ACD30C (or 0xACD30C) is known color: Inch Worm. HEX triplet: AC, D3 and 0C. RGB value is (172,211,12). Sum of RGB (Red+Green+Blue) = 172+211+12=395 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.54% from 395); Green value is 211 (82.81% from 255 or 53.42% from 395); Blue value is 12 (5.08% from 255 or 3.04% from 395); Max value from RGB is 211 - color contains mainly: green. Hex color #ACD30C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACD30C is #532CF3. Grayscale: #B1B1B1. Windows color (decimal): -5450996 or 840620. OLE color: 840620.
HSL color Cylindrical-coordinate representation of color #ACD30C: hue angle of 71.76º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ACD30C is Cyan = 0.18, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 172 | 211 | 12 | - |
| CMYK | 0.18 | 0 | 0.94 | 0.17 |
| HSL | 71.76º | 0.89% | 0.44% | - |
| HSV(B) | 71.76º | 0.94% | 0.83% | - |
| XYZ | 40.37 | 55.39 | 8.91 | - |
| YUV | 176.65 | 35.08 | 124.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 211 | 12 | 0.18 | 0 | 0.94 | 0.17 | 71.76 | 0.89 | 0.44 |
| Hex | AC | D3 | C | 12 | 0 | 5E | 11 | 48 | 59 | 2C |
| Octal | 254 | 323 | 14 | 22 | 0 | 136 | 21 | 110 | 131 | 54 |
| Binary | 10101100 | 11010011 | 1100 | 10010 | 0 | 1011110 | 10001 | 1001000 | 1011001 | 101100 |
Color Harmonies of #ACD30C
Complementary color
Monochromatic Colors of #ACD30C
Black with #ACD30C
Text Example
Text Example
White with #ACD30C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD30C; }
p { color: rgb(172,211,12); }
H1.HeaderClassName
{
color: #ACD30C;
}
.AnyTagClassName
{
color: #ACD30C;
}
</style>
background-color css
<style>
a { background-color: #ACD30C; }
a { background-color: rgb(172,211,12); }
div.DivClassName
{
background-color: #ACD30C;
}
.BgClassName
{
background-color: #ACD30C;
}
</style>
border-color css
<style>
span { border-color: #ACD30C; }
span { border-color: rgb(172,211,12); }
td.TdClassName
{
border-color: #ACD30C;
}
.TagClassName
{
border-color: #ACD30C;
}
</style>