Shades of Inch Worm #ACD814
Tints of Inch Worm #ACD814
RGB
CMYK
RGB Variations
Color information
#ACD814 (or 0xACD814) is known color: Inch Worm. HEX triplet: AC, D8 and 14. RGB value is (172,216,20). Sum of RGB (Red+Green+Blue) = 172+216+20=408 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.16% from 408); Green value is 216 (84.77% from 255 or 52.94% from 408); Blue value is 20 (8.20% from 255 or 4.90% from 408); Max value from RGB is 216 - color contains mainly: green. Hex color #ACD814 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACD814 is #5327EB. Grayscale: #B5B5B5. Windows color (decimal): -5449708 or 1366188. OLE color: 1366188.
HSL color Cylindrical-coordinate representation of color #ACD814: hue angle of 73.47º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ACD814 is Cyan = 0.20, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 172 | 216 | 20 | - |
| CMYK | 0.20 | 0 | 0.91 | 0.15 |
| HSL | 73.47º | 0.83% | 0.46% | - |
| HSV(B) | 73.47º | 0.91% | 0.85% | - |
| XYZ | 41.7 | 57.93 | 9.65 | - |
| YUV | 180.5 | 37.42 | 121.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 216 | 20 | 0.20 | 0 | 0.91 | 0.15 | 73.47 | 0.83 | 0.46 |
| Hex | AC | D8 | 14 | 14 | 0 | 5B | F | 49 | 53 | 2E |
| Octal | 254 | 330 | 24 | 24 | 0 | 133 | 17 | 111 | 123 | 56 |
| Binary | 10101100 | 11011000 | 10100 | 10100 | 0 | 1011011 | 1111 | 1001001 | 1010011 | 101110 |
Color Harmonies of #ACD814
Complementary color
Monochromatic Colors of #ACD814
Black with #ACD814
Text Example
Text Example
White with #ACD814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD814; }
p { color: rgb(172,216,20); }
H1.HeaderClassName
{
color: #ACD814;
}
.AnyTagClassName
{
color: #ACD814;
}
</style>
background-color css
<style>
a { background-color: #ACD814; }
a { background-color: rgb(172,216,20); }
div.DivClassName
{
background-color: #ACD814;
}
.BgClassName
{
background-color: #ACD814;
}
</style>
border-color css
<style>
span { border-color: #ACD814; }
span { border-color: rgb(172,216,20); }
td.TdClassName
{
border-color: #ACD814;
}
.TagClassName
{
border-color: #ACD814;
}
</style>