Shades of Inch Worm #ACD312
Tints of Inch Worm #ACD312
RGB
CMYK
RGB Variations
Color information
#ACD312 (or 0xACD312) is known color: Inch Worm. HEX triplet: AC, D3 and 12. RGB value is (172,211,18). Sum of RGB (Red+Green+Blue) = 172+211+18=401 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.89% from 401); Green value is 211 (82.81% from 255 or 52.62% from 401); Blue value is 18 (7.42% from 255 or 4.49% from 401); Max value from RGB is 211 - color contains mainly: green. Hex color #ACD312 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACD312 is #532CED. Grayscale: #B2B2B2. Windows color (decimal): -5450990 or 1233836. OLE color: 1233836.
HSL color Cylindrical-coordinate representation of color #ACD312: hue angle of 72.12º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ACD312 is Cyan = 0.18, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 172 | 211 | 18 | - |
| CMYK | 0.18 | 0 | 0.91 | 0.17 |
| HSL | 72.12º | 0.84% | 0.45% | - |
| HSV(B) | 72.12º | 0.91% | 0.83% | - |
| XYZ | 40.42 | 55.4 | 9.14 | - |
| YUV | 177.34 | 38.08 | 124.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 211 | 18 | 0.18 | 0 | 0.91 | 0.17 | 72.12 | 0.84 | 0.45 |
| Hex | AC | D3 | 12 | 12 | 0 | 5B | 11 | 48 | 54 | 2D |
| Octal | 254 | 323 | 22 | 22 | 0 | 133 | 21 | 110 | 124 | 55 |
| Binary | 10101100 | 11010011 | 10010 | 10010 | 0 | 1011011 | 10001 | 1001000 | 1010100 | 101101 |
Color Harmonies of #ACD312
Complementary color
Monochromatic Colors of #ACD312
Black with #ACD312
Text Example
Text Example
White with #ACD312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD312; }
p { color: rgb(172,211,18); }
H1.HeaderClassName
{
color: #ACD312;
}
.AnyTagClassName
{
color: #ACD312;
}
</style>
background-color css
<style>
a { background-color: #ACD312; }
a { background-color: rgb(172,211,18); }
div.DivClassName
{
background-color: #ACD312;
}
.BgClassName
{
background-color: #ACD312;
}
</style>
border-color css
<style>
span { border-color: #ACD312; }
span { border-color: rgb(172,211,18); }
td.TdClassName
{
border-color: #ACD312;
}
.TagClassName
{
border-color: #ACD312;
}
</style>