Shades of Inch Worm #ACD510
Tints of Inch Worm #ACD510
RGB
CMYK
RGB Variations
Color information
#ACD510 (or 0xACD510) is known color: Inch Worm. HEX triplet: AC, D5 and 10. RGB value is (172,213,16). Sum of RGB (Red+Green+Blue) = 172+213+16=401 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.89% from 401); Green value is 213 (83.59% from 255 or 53.12% from 401); Blue value is 16 (6.64% from 255 or 3.99% from 401); Max value from RGB is 213 - color contains mainly: green. Hex color #ACD510 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACD510 is #532AEF. Grayscale: #B3B3B3. Windows color (decimal): -5450480 or 1103276. OLE color: 1103276.
HSL color Cylindrical-coordinate representation of color #ACD510: hue angle of 72.49º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ACD510 is Cyan = 0.19, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 213 | 16 | - |
| CMYK | 0.19 | 0 | 0.92 | 0.16 |
| HSL | 72.49º | 0.86% | 0.45% | - |
| HSV(B) | 72.49º | 0.92% | 0.84% | - |
| XYZ | 40.9 | 56.4 | 9.22 | - |
| YUV | 178.28 | 36.42 | 123.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 213 | 16 | 0.19 | 0 | 0.92 | 0.16 | 72.49 | 0.86 | 0.45 |
| Hex | AC | D5 | 10 | 13 | 0 | 5C | 10 | 48 | 56 | 2D |
| Octal | 254 | 325 | 20 | 23 | 0 | 134 | 20 | 110 | 126 | 55 |
| Binary | 10101100 | 11010101 | 10000 | 10011 | 0 | 1011100 | 10000 | 1001000 | 1010110 | 101101 |
Color Harmonies of #ACD510
Complementary color
Monochromatic Colors of #ACD510
Black with #ACD510
Text Example
Text Example
White with #ACD510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD510; }
p { color: rgb(172,213,16); }
H1.HeaderClassName
{
color: #ACD510;
}
.AnyTagClassName
{
color: #ACD510;
}
</style>
background-color css
<style>
a { background-color: #ACD510; }
a { background-color: rgb(172,213,16); }
div.DivClassName
{
background-color: #ACD510;
}
.BgClassName
{
background-color: #ACD510;
}
</style>
border-color css
<style>
span { border-color: #ACD510; }
span { border-color: rgb(172,213,16); }
td.TdClassName
{
border-color: #ACD510;
}
.TagClassName
{
border-color: #ACD510;
}
</style>