Shades of Inch Worm #ACD304
Tints of Inch Worm #ACD304
RGB
CMYK
RGB Variations
Color information
#ACD304 (or 0xACD304) is known color: Inch Worm. HEX triplet: AC, D3 and 04. RGB value is (172,211,4). Sum of RGB (Red+Green+Blue) = 172+211+4=387 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.44% from 387); Green value is 211 (82.81% from 255 or 54.52% from 387); Blue value is 4 (1.95% from 255 or 1.03% from 387); Max value from RGB is 211 - color contains mainly: green. Hex color #ACD304 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACD304 is #532CFB. Grayscale: #B0B0B0. Windows color (decimal): -5451004 or 316332. OLE color: 316332.
HSL color Cylindrical-coordinate representation of color #ACD304: hue angle of 71.3º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ACD304 is Cyan = 0.18, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 172 | 211 | 4 | - |
| CMYK | 0.18 | 0 | 0.98 | 0.17 |
| HSL | 71.3º | 0.96% | 0.42% | - |
| HSV(B) | 71.3º | 0.98% | 0.83% | - |
| XYZ | 40.33 | 55.37 | 8.68 | - |
| YUV | 175.74 | 31.08 | 125.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 211 | 4 | 0.18 | 0 | 0.98 | 0.17 | 71.3 | 0.96 | 0.42 |
| Hex | AC | D3 | 4 | 12 | 0 | 62 | 11 | 47 | 60 | 2A |
| Octal | 254 | 323 | 4 | 22 | 0 | 142 | 21 | 107 | 140 | 52 |
| Binary | 10101100 | 11010011 | 100 | 10010 | 0 | 1100010 | 10001 | 1000111 | 1100000 | 101010 |
Color Harmonies of #ACD304
Complementary color
Monochromatic Colors of #ACD304
Black with #ACD304
Text Example
Text Example
White with #ACD304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD304; }
p { color: rgb(172,211,4); }
H1.HeaderClassName
{
color: #ACD304;
}
.AnyTagClassName
{
color: #ACD304;
}
</style>
background-color css
<style>
a { background-color: #ACD304; }
a { background-color: rgb(172,211,4); }
div.DivClassName
{
background-color: #ACD304;
}
.BgClassName
{
background-color: #ACD304;
}
</style>
border-color css
<style>
span { border-color: #ACD304; }
span { border-color: rgb(172,211,4); }
td.TdClassName
{
border-color: #ACD304;
}
.TagClassName
{
border-color: #ACD304;
}
</style>