Shades of Inch Worm #ACD20F
Tints of Inch Worm #ACD20F
RGB
CMYK
RGB Variations
Color information
#ACD20F (or 0xACD20F) is known color: Inch Worm. HEX triplet: AC, D2 and 0F. RGB value is (172,210,15). Sum of RGB (Red+Green+Blue) = 172+210+15=397 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.32% from 397); Green value is 210 (82.42% from 255 or 52.90% from 397); Blue value is 15 (6.25% from 255 or 3.78% from 397); Max value from RGB is 210 - color contains mainly: green. Hex color #ACD20F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACD20F is #532DF0. Grayscale: #B1B1B1. Windows color (decimal): -5451249 or 1036972. OLE color: 1036972.
HSL color Cylindrical-coordinate representation of color #ACD20F: hue angle of 71.69º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ACD20F is Cyan = 0.18, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 210 | 15 | - |
| CMYK | 0.18 | 0 | 0.93 | 0.18 |
| HSL | 71.69º | 0.87% | 0.44% | - |
| HSV(B) | 71.69º | 0.93% | 0.82% | - |
| XYZ | 40.15 | 54.9 | 8.93 | - |
| YUV | 176.41 | 36.91 | 124.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 210 | 15 | 0.18 | 0 | 0.93 | 0.18 | 71.69 | 0.87 | 0.44 |
| Hex | AC | D2 | F | 12 | 0 | 5D | 12 | 48 | 57 | 2C |
| Octal | 254 | 322 | 17 | 22 | 0 | 135 | 22 | 110 | 127 | 54 |
| Binary | 10101100 | 11010010 | 1111 | 10010 | 0 | 1011101 | 10010 | 1001000 | 1010111 | 101100 |
Color Harmonies of #ACD20F
Complementary color
Monochromatic Colors of #ACD20F
Black with #ACD20F
Text Example
Text Example
White with #ACD20F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD20F; }
p { color: rgb(172,210,15); }
H1.HeaderClassName
{
color: #ACD20F;
}
.AnyTagClassName
{
color: #ACD20F;
}
</style>
background-color css
<style>
a { background-color: #ACD20F; }
a { background-color: rgb(172,210,15); }
div.DivClassName
{
background-color: #ACD20F;
}
.BgClassName
{
background-color: #ACD20F;
}
</style>
border-color css
<style>
span { border-color: #ACD20F; }
span { border-color: rgb(172,210,15); }
td.TdClassName
{
border-color: #ACD20F;
}
.TagClassName
{
border-color: #ACD20F;
}
</style>