Shades of Inch Worm #ACE428
Tints of Inch Worm #ACE428
RGB
CMYK
RGB Variations
Color information
#ACE428 (or 0xACE428) is known color: Inch Worm. HEX triplet: AC, E4 and 28. RGB value is (172,228,40). Sum of RGB (Red+Green+Blue) = 172+228+40=440 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.09% from 440); Green value is 228 (89.45% from 255 or 51.82% from 440); Blue value is 40 (16.02% from 255 or 9.09% from 440); Max value from RGB is 228 - color contains mainly: green. Hex color #ACE428 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACE428 is #531BD7. Grayscale: #BEBEBE. Windows color (decimal): -5446616 or 2679980. OLE color: 2679980.
HSL color Cylindrical-coordinate representation of color #ACE428: hue angle of 77.87º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #ACE428 is Cyan = 0.25, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 172 | 228 | 40 | - |
| CMYK | 0.25 | 0 | 0.82 | 0.11 |
| HSL | 77.87º | 0.78% | 0.53% | - |
| HSV(B) | 77.87º | 0.82% | 0.89% | - |
| XYZ | 45.14 | 64.41 | 12.06 | - |
| YUV | 189.82 | 43.45 | 115.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 228 | 40 | 0.25 | 0 | 0.82 | 0.11 | 77.87 | 0.78 | 0.53 |
| Hex | AC | E4 | 28 | 19 | 0 | 52 | B | 4E | 4E | 35 |
| Octal | 254 | 344 | 50 | 31 | 0 | 122 | 13 | 116 | 116 | 65 |
| Binary | 10101100 | 11100100 | 101000 | 11001 | 0 | 1010010 | 1011 | 1001110 | 1001110 | 110101 |
Color Harmonies of #ACE428
Complementary color
Monochromatic Colors of #ACE428
Black with #ACE428
Text Example
Text Example
White with #ACE428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE428; }
p { color: rgb(172,228,40); }
H1.HeaderClassName
{
color: #ACE428;
}
.AnyTagClassName
{
color: #ACE428;
}
</style>
background-color css
<style>
a { background-color: #ACE428; }
a { background-color: rgb(172,228,40); }
div.DivClassName
{
background-color: #ACE428;
}
.BgClassName
{
background-color: #ACE428;
}
</style>
border-color css
<style>
span { border-color: #ACE428; }
span { border-color: rgb(172,228,40); }
td.TdClassName
{
border-color: #ACE428;
}
.TagClassName
{
border-color: #ACE428;
}
</style>