Shades of Inch Worm #ACD500
Tints of Inch Worm #ACD500
RGB
CMYK
RGB Variations
Color information
#ACD500 (or 0xACD500) is known color: Inch Worm. HEX triplet: AC, D5 and 00. RGB value is (172,213,0). Sum of RGB (Red+Green+Blue) = 172+213+0=385 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.68% from 385); Green value is 213 (83.59% from 255 or 55.32% from 385); Blue value is 0 (0.39% from 255 or 0% from 385); Max value from RGB is 213 - color contains mainly: green. Hex color #ACD500 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACD500 is #532AFF. Grayscale: #B1B1B1. Windows color (decimal): -5450496 or 54700. OLE color: 54700.
HSL color Cylindrical-coordinate representation of color #ACD500: hue angle of 71.55º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ACD500 is Cyan = 0.19, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 213 | 0 | - |
| CMYK | 0.19 | 0 | 1 | 0.16 |
| HSL | 71.55º | 1% | 0.42% | - |
| HSV(B) | 71.55º | 1% | 0.84% | - |
| XYZ | 40.81 | 56.36 | 8.73 | - |
| YUV | 176.46 | 28.42 | 124.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 213 | 0 | 0.19 | 0 | 1 | 0.16 | 71.55 | 1 | 0.42 |
| Hex | AC | D5 | 0 | 13 | 0 | 64 | 10 | 48 | 64 | 2A |
| Octal | 254 | 325 | 0 | 23 | 0 | 144 | 20 | 110 | 144 | 52 |
| Binary | 10101100 | 11010101 | 0 | 10011 | 0 | 1100100 | 10000 | 1001000 | 1100100 | 101010 |
Color Harmonies of #ACD500
Complementary color
Monochromatic Colors of #ACD500
Black with #ACD500
Text Example
Text Example
White with #ACD500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD500; }
p { color: rgb(172,213,0); }
H1.HeaderClassName
{
color: #ACD500;
}
.AnyTagClassName
{
color: #ACD500;
}
</style>
background-color css
<style>
a { background-color: #ACD500; }
a { background-color: rgb(172,213,0); }
div.DivClassName
{
background-color: #ACD500;
}
.BgClassName
{
background-color: #ACD500;
}
</style>
border-color css
<style>
span { border-color: #ACD500; }
span { border-color: rgb(172,213,0); }
td.TdClassName
{
border-color: #ACD500;
}
.TagClassName
{
border-color: #ACD500;
}
</style>