Shades of Inch Worm #ACD319
Tints of Inch Worm #ACD319
RGB
CMYK
RGB Variations
Color information
#ACD319 (or 0xACD319) is known color: Inch Worm. HEX triplet: AC, D3 and 19. RGB value is (172,211,25). Sum of RGB (Red+Green+Blue) = 172+211+25=408 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.16% from 408); Green value is 211 (82.81% from 255 or 51.72% from 408); Blue value is 25 (10.16% from 255 or 6.13% from 408); Max value from RGB is 211 - color contains mainly: green. Hex color #ACD319 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACD319 is #532CE6. Grayscale: #B2B2B2. Windows color (decimal): -5450983 or 1692588. OLE color: 1692588.
HSL color Cylindrical-coordinate representation of color #ACD319: hue angle of 72.58º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ACD319 is Cyan = 0.18, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 172 | 211 | 25 | - |
| CMYK | 0.18 | 0 | 0.88 | 0.17 |
| HSL | 72.58º | 0.79% | 0.46% | - |
| HSV(B) | 72.58º | 0.88% | 0.83% | - |
| XYZ | 40.48 | 55.43 | 9.48 | - |
| YUV | 178.14 | 41.58 | 123.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 211 | 25 | 0.18 | 0 | 0.88 | 0.17 | 72.58 | 0.79 | 0.46 |
| Hex | AC | D3 | 19 | 12 | 0 | 58 | 11 | 49 | 4F | 2E |
| Octal | 254 | 323 | 31 | 22 | 0 | 130 | 21 | 111 | 117 | 56 |
| Binary | 10101100 | 11010011 | 11001 | 10010 | 0 | 1011000 | 10001 | 1001001 | 1001111 | 101110 |
Color Harmonies of #ACD319
Complementary color
Monochromatic Colors of #ACD319
Black with #ACD319
Text Example
Text Example
White with #ACD319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD319; }
p { color: rgb(172,211,25); }
H1.HeaderClassName
{
color: #ACD319;
}
.AnyTagClassName
{
color: #ACD319;
}
</style>
background-color css
<style>
a { background-color: #ACD319; }
a { background-color: rgb(172,211,25); }
div.DivClassName
{
background-color: #ACD319;
}
.BgClassName
{
background-color: #ACD319;
}
</style>
border-color css
<style>
span { border-color: #ACD319; }
span { border-color: rgb(172,211,25); }
td.TdClassName
{
border-color: #ACD319;
}
.TagClassName
{
border-color: #ACD319;
}
</style>