Shades of Inch Worm #ACD615
Tints of Inch Worm #ACD615
RGB
CMYK
RGB Variations
Color information
#ACD615 (or 0xACD615) is known color: Inch Worm. HEX triplet: AC, D6 and 15. RGB value is (172,214,21). Sum of RGB (Red+Green+Blue) = 172+214+21=407 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.26% from 407); Green value is 214 (83.98% from 255 or 52.58% from 407); Blue value is 21 (8.59% from 255 or 5.16% from 407); Max value from RGB is 214 - color contains mainly: green. Hex color #ACD615 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACD615 is #5329EA. Grayscale: #B4B4B4. Windows color (decimal): -5450219 or 1431212. OLE color: 1431212.
HSL color Cylindrical-coordinate representation of color #ACD615: hue angle of 73.06º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ACD615 is Cyan = 0.20, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 214 | 21 | - |
| CMYK | 0.20 | 0 | 0.90 | 0.16 |
| HSL | 73.06º | 0.82% | 0.46% | - |
| HSV(B) | 73.06º | 0.9% | 0.84% | - |
| XYZ | 41.2 | 56.92 | 9.52 | - |
| YUV | 179.44 | 38.59 | 122.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 214 | 21 | 0.20 | 0 | 0.90 | 0.16 | 73.06 | 0.82 | 0.46 |
| Hex | AC | D6 | 15 | 14 | 0 | 5A | 10 | 49 | 52 | 2E |
| Octal | 254 | 326 | 25 | 24 | 0 | 132 | 20 | 111 | 122 | 56 |
| Binary | 10101100 | 11010110 | 10101 | 10100 | 0 | 1011010 | 10000 | 1001001 | 1010010 | 101110 |
Color Harmonies of #ACD615
Complementary color
Monochromatic Colors of #ACD615
Black with #ACD615
Text Example
Text Example
White with #ACD615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD615; }
p { color: rgb(172,214,21); }
H1.HeaderClassName
{
color: #ACD615;
}
.AnyTagClassName
{
color: #ACD615;
}
</style>
background-color css
<style>
a { background-color: #ACD615; }
a { background-color: rgb(172,214,21); }
div.DivClassName
{
background-color: #ACD615;
}
.BgClassName
{
background-color: #ACD615;
}
</style>
border-color css
<style>
span { border-color: #ACD615; }
span { border-color: rgb(172,214,21); }
td.TdClassName
{
border-color: #ACD615;
}
.TagClassName
{
border-color: #ACD615;
}
</style>