Shades of Inch Worm #ACD623
Tints of Inch Worm #ACD623
RGB
CMYK
RGB Variations
Color information
#ACD623 (or 0xACD623) is known color: Inch Worm. HEX triplet: AC, D6 and 23. RGB value is (172,214,35). Sum of RGB (Red+Green+Blue) = 172+214+35=421 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.86% from 421); Green value is 214 (83.98% from 255 or 50.83% from 421); Blue value is 35 (14.06% from 255 or 8.31% from 421); Max value from RGB is 214 - color contains mainly: green. Hex color #ACD623 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD623 is #5329DC. Grayscale: #B5B5B5. Windows color (decimal): -5450205 or 2348716. OLE color: 2348716.
HSL color Cylindrical-coordinate representation of color #ACD623: hue angle of 74.08º degrees, saturation: 0.72, 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 #ACD623 is Cyan = 0.20, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 214 | 35 | - |
| CMYK | 0.20 | 0 | 0.84 | 0.16 |
| HSL | 74.08º | 0.72% | 0.49% | - |
| HSV(B) | 74.08º | 0.84% | 0.84% | - |
| XYZ | 41.36 | 56.99 | 10.41 | - |
| YUV | 181.04 | 45.59 | 121.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 214 | 35 | 0.20 | 0 | 0.84 | 0.16 | 74.08 | 0.72 | 0.49 |
| Hex | AC | D6 | 23 | 14 | 0 | 54 | 10 | 4A | 48 | 31 |
| Octal | 254 | 326 | 43 | 24 | 0 | 124 | 20 | 112 | 110 | 61 |
| Binary | 10101100 | 11010110 | 100011 | 10100 | 0 | 1010100 | 10000 | 1001010 | 1001000 | 110001 |
Color Harmonies of #ACD623
Complementary color
Monochromatic Colors of #ACD623
Black with #ACD623
Text Example
Text Example
White with #ACD623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD623; }
p { color: rgb(172,214,35); }
H1.HeaderClassName
{
color: #ACD623;
}
.AnyTagClassName
{
color: #ACD623;
}
</style>
background-color css
<style>
a { background-color: #ACD623; }
a { background-color: rgb(172,214,35); }
div.DivClassName
{
background-color: #ACD623;
}
.BgClassName
{
background-color: #ACD623;
}
</style>
border-color css
<style>
span { border-color: #ACD623; }
span { border-color: rgb(172,214,35); }
td.TdClassName
{
border-color: #ACD623;
}
.TagClassName
{
border-color: #ACD623;
}
</style>