Shades of Inch Worm #ACD61D
Tints of Inch Worm #ACD61D
RGB
CMYK
RGB Variations
Color information
#ACD61D (or 0xACD61D) is known color: Inch Worm. HEX triplet: AC, D6 and 1D. RGB value is (172,214,29). Sum of RGB (Red+Green+Blue) = 172+214+29=415 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.45% from 415); Green value is 214 (83.98% from 255 or 51.57% from 415); Blue value is 29 (11.72% from 255 or 6.99% from 415); Max value from RGB is 214 - color contains mainly: green. Hex color #ACD61D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD61D is #5329E2. Grayscale: #B5B5B5. Windows color (decimal): -5450211 or 1955500. OLE color: 1955500.
HSL color Cylindrical-coordinate representation of color #ACD61D: hue angle of 73.62º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ACD61D is Cyan = 0.20, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 214 | 29 | - |
| CMYK | 0.20 | 0 | 0.86 | 0.16 |
| HSL | 73.62º | 0.76% | 0.48% | - |
| HSV(B) | 73.62º | 0.86% | 0.84% | - |
| XYZ | 41.28 | 56.95 | 9.98 | - |
| YUV | 180.35 | 42.59 | 122.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 214 | 29 | 0.20 | 0 | 0.86 | 0.16 | 73.62 | 0.76 | 0.48 |
| Hex | AC | D6 | 1D | 14 | 0 | 56 | 10 | 4A | 4C | 30 |
| Octal | 254 | 326 | 35 | 24 | 0 | 126 | 20 | 112 | 114 | 60 |
| Binary | 10101100 | 11010110 | 11101 | 10100 | 0 | 1010110 | 10000 | 1001010 | 1001100 | 110000 |
Color Harmonies of #ACD61D
Complementary color
Monochromatic Colors of #ACD61D
Black with #ACD61D
Text Example
Text Example
White with #ACD61D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD61D; }
p { color: rgb(172,214,29); }
H1.HeaderClassName
{
color: #ACD61D;
}
.AnyTagClassName
{
color: #ACD61D;
}
</style>
background-color css
<style>
a { background-color: #ACD61D; }
a { background-color: rgb(172,214,29); }
div.DivClassName
{
background-color: #ACD61D;
}
.BgClassName
{
background-color: #ACD61D;
}
</style>
border-color css
<style>
span { border-color: #ACD61D; }
span { border-color: rgb(172,214,29); }
td.TdClassName
{
border-color: #ACD61D;
}
.TagClassName
{
border-color: #ACD61D;
}
</style>