Shades of Inch Worm #ACD71D
Tints of Inch Worm #ACD71D
RGB
CMYK
RGB Variations
Color information
#ACD71D (or 0xACD71D) is known color: Inch Worm. HEX triplet: AC, D7 and 1D. RGB value is (172,215,29). Sum of RGB (Red+Green+Blue) = 172+215+29=416 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.35% from 416); Green value is 215 (84.38% from 255 or 51.68% from 416); Blue value is 29 (11.72% from 255 or 6.97% from 416); Max value from RGB is 215 - color contains mainly: green. Hex color #ACD71D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD71D is #5328E2. Grayscale: #B5B5B5. Windows color (decimal): -5449955 or 1955756. OLE color: 1955756.
HSL color Cylindrical-coordinate representation of color #ACD71D: hue angle of 73.87º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ACD71D is Cyan = 0.2, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 215 | 29 | - |
| CMYK | 0.2 | 0 | 0.87 | 0.16 |
| HSL | 73.87º | 0.76% | 0.48% | - |
| HSV(B) | 73.87º | 0.87% | 0.84% | - |
| XYZ | 41.54 | 57.46 | 10.06 | - |
| YUV | 180.94 | 42.25 | 121.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 215 | 29 | 0.2 | 0 | 0.87 | 0.16 | 73.87 | 0.76 | 0.48 |
| Hex | AC | D7 | 1D | 14 | 0 | 57 | 10 | 4A | 4C | 30 |
| Octal | 254 | 327 | 35 | 24 | 0 | 127 | 20 | 112 | 114 | 60 |
| Binary | 10101100 | 11010111 | 11101 | 10100 | 0 | 1010111 | 10000 | 1001010 | 1001100 | 110000 |
Color Harmonies of #ACD71D
Complementary color
Monochromatic Colors of #ACD71D
Black with #ACD71D
Text Example
Text Example
White with #ACD71D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD71D; }
p { color: rgb(172,215,29); }
H1.HeaderClassName
{
color: #ACD71D;
}
.AnyTagClassName
{
color: #ACD71D;
}
</style>
background-color css
<style>
a { background-color: #ACD71D; }
a { background-color: rgb(172,215,29); }
div.DivClassName
{
background-color: #ACD71D;
}
.BgClassName
{
background-color: #ACD71D;
}
</style>
border-color css
<style>
span { border-color: #ACD71D; }
span { border-color: rgb(172,215,29); }
td.TdClassName
{
border-color: #ACD71D;
}
.TagClassName
{
border-color: #ACD71D;
}
</style>