Shades of Inch Worm #ACD523
Tints of Inch Worm #ACD523
RGB
CMYK
RGB Variations
Color information
#ACD523 (or 0xACD523) is known color: Inch Worm. HEX triplet: AC, D5 and 23. RGB value is (172,213,35). Sum of RGB (Red+Green+Blue) = 172+213+35=420 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.95% from 420); Green value is 213 (83.59% from 255 or 50.71% from 420); Blue value is 35 (14.06% from 255 or 8.33% from 420); Max value from RGB is 213 - color contains mainly: green. Hex color #ACD523 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD523 is #532ADC. Grayscale: #B5B5B5. Windows color (decimal): -5450461 or 2348460. OLE color: 2348460.
HSL color Cylindrical-coordinate representation of color #ACD523: hue angle of 73.82º 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 #ACD523 is Cyan = 0.19, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 213 | 35 | - |
| CMYK | 0.19 | 0 | 0.84 | 0.16 |
| HSL | 73.82º | 0.72% | 0.49% | - |
| HSV(B) | 73.82º | 0.84% | 0.84% | - |
| XYZ | 41.11 | 56.48 | 10.33 | - |
| YUV | 180.45 | 45.92 | 121.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 213 | 35 | 0.19 | 0 | 0.84 | 0.16 | 73.82 | 0.72 | 0.49 |
| Hex | AC | D5 | 23 | 13 | 0 | 54 | 10 | 4A | 48 | 31 |
| Octal | 254 | 325 | 43 | 23 | 0 | 124 | 20 | 112 | 110 | 61 |
| Binary | 10101100 | 11010101 | 100011 | 10011 | 0 | 1010100 | 10000 | 1001010 | 1001000 | 110001 |
Color Harmonies of #ACD523
Complementary color
Monochromatic Colors of #ACD523
Black with #ACD523
Text Example
Text Example
White with #ACD523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD523; }
p { color: rgb(172,213,35); }
H1.HeaderClassName
{
color: #ACD523;
}
.AnyTagClassName
{
color: #ACD523;
}
</style>
background-color css
<style>
a { background-color: #ACD523; }
a { background-color: rgb(172,213,35); }
div.DivClassName
{
background-color: #ACD523;
}
.BgClassName
{
background-color: #ACD523;
}
</style>
border-color css
<style>
span { border-color: #ACD523; }
span { border-color: rgb(172,213,35); }
td.TdClassName
{
border-color: #ACD523;
}
.TagClassName
{
border-color: #ACD523;
}
</style>