Shades of Inch Worm #ACD100
Tints of Inch Worm #ACD100
RGB
CMYK
RGB Variations
Color information
#ACD100 (or 0xACD100) is known color: Inch Worm. HEX triplet: AC, D1 and 00. RGB value is (172,209,0). Sum of RGB (Red+Green+Blue) = 172+209+0=381 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.14% from 381); Green value is 209 (82.03% from 255 or 54.86% from 381); Blue value is 0 (0.39% from 255 or 0% from 381); Max value from RGB is 209 - color contains mainly: green. Hex color #ACD100 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACD100 is #532EFF. Grayscale: #AEAEAE. Windows color (decimal): -5451520 or 53676. OLE color: 53676.
HSL color Cylindrical-coordinate representation of color #ACD100: hue angle of 70.62º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ACD100 is Cyan = 0.18, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 209 | 0 | - |
| CMYK | 0.18 | 0 | 1 | 0.18 |
| HSL | 70.62º | 1% | 0.41% | - |
| HSV(B) | 70.62º | 1% | 0.82% | - |
| XYZ | 39.81 | 54.37 | 8.4 | - |
| YUV | 174.11 | 29.74 | 126.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 209 | 0 | 0.18 | 0 | 1 | 0.18 | 70.62 | 1 | 0.41 |
| Hex | AC | D1 | 0 | 12 | 0 | 64 | 12 | 47 | 64 | 29 |
| Octal | 254 | 321 | 0 | 22 | 0 | 144 | 22 | 107 | 144 | 51 |
| Binary | 10101100 | 11010001 | 0 | 10010 | 0 | 1100100 | 10010 | 1000111 | 1100100 | 101001 |
Color Harmonies of #ACD100
Complementary color
Monochromatic Colors of #ACD100
Black with #ACD100
Text Example
Text Example
White with #ACD100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD100; }
p { color: rgb(172,209,0); }
H1.HeaderClassName
{
color: #ACD100;
}
.AnyTagClassName
{
color: #ACD100;
}
</style>
background-color css
<style>
a { background-color: #ACD100; }
a { background-color: rgb(172,209,0); }
div.DivClassName
{
background-color: #ACD100;
}
.BgClassName
{
background-color: #ACD100;
}
</style>
border-color css
<style>
span { border-color: #ACD100; }
span { border-color: rgb(172,209,0); }
td.TdClassName
{
border-color: #ACD100;
}
.TagClassName
{
border-color: #ACD100;
}
</style>