Shades of Inch Worm #ACD622
Tints of Inch Worm #ACD622
RGB
CMYK
RGB Variations
Color information
#ACD622 (or 0xACD622) is known color: Inch Worm. HEX triplet: AC, D6 and 22. RGB value is (172,214,34). Sum of RGB (Red+Green+Blue) = 172+214+34=420 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.95% from 420); Green value is 214 (83.98% from 255 or 50.95% from 420); Blue value is 34 (13.67% from 255 or 8.10% from 420); Max value from RGB is 214 - color contains mainly: green. Hex color #ACD622 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD622 is #5329DD. Grayscale: #B5B5B5. Windows color (decimal): -5450206 or 2283180. OLE color: 2283180.
HSL color Cylindrical-coordinate representation of color #ACD622: hue angle of 74º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #ACD622 is Cyan = 0.20, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 214 | 34 | - |
| CMYK | 0.20 | 0 | 0.84 | 0.16 |
| HSL | 74º | 0.73% | 0.49% | - |
| HSV(B) | 74º | 0.84% | 0.84% | - |
| XYZ | 41.35 | 56.98 | 10.33 | - |
| YUV | 180.92 | 45.09 | 121.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 214 | 34 | 0.20 | 0 | 0.84 | 0.16 | 74 | 0.73 | 0.49 |
| Hex | AC | D6 | 22 | 14 | 0 | 54 | 10 | 4A | 49 | 31 |
| Octal | 254 | 326 | 42 | 24 | 0 | 124 | 20 | 112 | 111 | 61 |
| Binary | 10101100 | 11010110 | 100010 | 10100 | 0 | 1010100 | 10000 | 1001010 | 1001001 | 110001 |
Color Harmonies of #ACD622
Complementary color
Monochromatic Colors of #ACD622
Black with #ACD622
Text Example
Text Example
White with #ACD622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD622; }
p { color: rgb(172,214,34); }
H1.HeaderClassName
{
color: #ACD622;
}
.AnyTagClassName
{
color: #ACD622;
}
</style>
background-color css
<style>
a { background-color: #ACD622; }
a { background-color: rgb(172,214,34); }
div.DivClassName
{
background-color: #ACD622;
}
.BgClassName
{
background-color: #ACD622;
}
</style>
border-color css
<style>
span { border-color: #ACD622; }
span { border-color: rgb(172,214,34); }
td.TdClassName
{
border-color: #ACD622;
}
.TagClassName
{
border-color: #ACD622;
}
</style>