Shades of Inch Worm #ACD81C
Tints of Inch Worm #ACD81C
RGB
CMYK
RGB Variations
Color information
#ACD81C (or 0xACD81C) is known color: Inch Worm. HEX triplet: AC, D8 and 1C. RGB value is (172,216,28). Sum of RGB (Red+Green+Blue) = 172+216+28=416 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.35% from 416); Green value is 216 (84.77% from 255 or 51.92% from 416); Blue value is 28 (11.33% from 255 or 6.73% from 416); Max value from RGB is 216 - color contains mainly: green. Hex color #ACD81C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD81C is #5327E3. Grayscale: #B6B6B6. Windows color (decimal): -5449700 or 1890476. OLE color: 1890476.
HSL color Cylindrical-coordinate representation of color #ACD81C: hue angle of 74.04º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ACD81C is Cyan = 0.20, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 172 | 216 | 28 | - |
| CMYK | 0.20 | 0 | 0.87 | 0.15 |
| HSL | 74.04º | 0.77% | 0.48% | - |
| HSV(B) | 74.04º | 0.87% | 0.85% | - |
| XYZ | 41.78 | 57.97 | 10.09 | - |
| YUV | 181.41 | 41.42 | 121.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 216 | 28 | 0.20 | 0 | 0.87 | 0.15 | 74.04 | 0.77 | 0.48 |
| Hex | AC | D8 | 1C | 14 | 0 | 57 | F | 4A | 4D | 30 |
| Octal | 254 | 330 | 34 | 24 | 0 | 127 | 17 | 112 | 115 | 60 |
| Binary | 10101100 | 11011000 | 11100 | 10100 | 0 | 1010111 | 1111 | 1001010 | 1001101 | 110000 |
Color Harmonies of #ACD81C
Complementary color
Monochromatic Colors of #ACD81C
Black with #ACD81C
Text Example
Text Example
White with #ACD81C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD81C; }
p { color: rgb(172,216,28); }
H1.HeaderClassName
{
color: #ACD81C;
}
.AnyTagClassName
{
color: #ACD81C;
}
</style>
background-color css
<style>
a { background-color: #ACD81C; }
a { background-color: rgb(172,216,28); }
div.DivClassName
{
background-color: #ACD81C;
}
.BgClassName
{
background-color: #ACD81C;
}
</style>
border-color css
<style>
span { border-color: #ACD81C; }
span { border-color: rgb(172,216,28); }
td.TdClassName
{
border-color: #ACD81C;
}
.TagClassName
{
border-color: #ACD81C;
}
</style>