Shades of Inch Worm #ACD621
Tints of Inch Worm #ACD621
RGB
CMYK
RGB Variations
Color information
#ACD621 (or 0xACD621) is known color: Inch Worm. HEX triplet: AC, D6 and 21. RGB value is (172,214,33). Sum of RGB (Red+Green+Blue) = 172+214+33=419 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.05% from 419); Green value is 214 (83.98% from 255 or 51.07% from 419); Blue value is 33 (13.28% from 255 or 7.88% from 419); Max value from RGB is 214 - color contains mainly: green. Hex color #ACD621 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD621 is #5329DE. Grayscale: #B5B5B5. Windows color (decimal): -5450207 or 2217644. OLE color: 2217644.
HSL color Cylindrical-coordinate representation of color #ACD621: hue angle of 73.92º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ACD621 is Cyan = 0.20, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 214 | 33 | - |
| CMYK | 0.20 | 0 | 0.85 | 0.16 |
| HSL | 73.92º | 0.73% | 0.48% | - |
| HSV(B) | 73.92º | 0.85% | 0.84% | - |
| XYZ | 41.33 | 56.97 | 10.26 | - |
| YUV | 180.81 | 44.59 | 121.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 214 | 33 | 0.20 | 0 | 0.85 | 0.16 | 73.92 | 0.73 | 0.48 |
| Hex | AC | D6 | 21 | 14 | 0 | 55 | 10 | 4A | 49 | 30 |
| Octal | 254 | 326 | 41 | 24 | 0 | 125 | 20 | 112 | 111 | 60 |
| Binary | 10101100 | 11010110 | 100001 | 10100 | 0 | 1010101 | 10000 | 1001010 | 1001001 | 110000 |
Color Harmonies of #ACD621
Complementary color
Monochromatic Colors of #ACD621
Black with #ACD621
Text Example
Text Example
White with #ACD621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD621; }
p { color: rgb(172,214,33); }
H1.HeaderClassName
{
color: #ACD621;
}
.AnyTagClassName
{
color: #ACD621;
}
</style>
background-color css
<style>
a { background-color: #ACD621; }
a { background-color: rgb(172,214,33); }
div.DivClassName
{
background-color: #ACD621;
}
.BgClassName
{
background-color: #ACD621;
}
</style>
border-color css
<style>
span { border-color: #ACD621; }
span { border-color: rgb(172,214,33); }
td.TdClassName
{
border-color: #ACD621;
}
.TagClassName
{
border-color: #ACD621;
}
</style>