Shades of Inch Worm #ACE402
Tints of Inch Worm #ACE402
RGB
CMYK
RGB Variations
Color information
#ACE402 (or 0xACE402) is known color: Inch Worm. HEX triplet: AC, E4 and 02. RGB value is (172,228,2). Sum of RGB (Red+Green+Blue) = 172+228+2=402 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.79% from 402); Green value is 228 (89.45% from 255 or 56.72% from 402); Blue value is 2 (1.17% from 255 or 0.50% from 402); Max value from RGB is 228 - color contains mainly: green. Hex color #ACE402 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACE402 is #531BFD. Grayscale: #BABABA. Windows color (decimal): -5446654 or 189612. OLE color: 189612.
HSL color Cylindrical-coordinate representation of color #ACE402: hue angle of 74.87º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ACE402 is Cyan = 0.25, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 172 | 228 | 2 | - |
| CMYK | 0.25 | 0 | 0.99 | 0.11 |
| HSL | 74.87º | 0.98% | 0.45% | - |
| HSV(B) | 74.87º | 0.99% | 0.89% | - |
| XYZ | 44.77 | 64.26 | 10.1 | - |
| YUV | 185.49 | 24.45 | 118.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 228 | 2 | 0.25 | 0 | 0.99 | 0.11 | 74.87 | 0.98 | 0.45 |
| Hex | AC | E4 | 2 | 19 | 0 | 63 | B | 4B | 62 | 2D |
| Octal | 254 | 344 | 2 | 31 | 0 | 143 | 13 | 113 | 142 | 55 |
| Binary | 10101100 | 11100100 | 10 | 11001 | 0 | 1100011 | 1011 | 1001011 | 1100010 | 101101 |
Color Harmonies of #ACE402
Complementary color
Monochromatic Colors of #ACE402
Black with #ACE402
Text Example
Text Example
White with #ACE402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE402; }
p { color: rgb(172,228,2); }
H1.HeaderClassName
{
color: #ACE402;
}
.AnyTagClassName
{
color: #ACE402;
}
</style>
background-color css
<style>
a { background-color: #ACE402; }
a { background-color: rgb(172,228,2); }
div.DivClassName
{
background-color: #ACE402;
}
.BgClassName
{
background-color: #ACE402;
}
</style>
border-color css
<style>
span { border-color: #ACE402; }
span { border-color: rgb(172,228,2); }
td.TdClassName
{
border-color: #ACE402;
}
.TagClassName
{
border-color: #ACE402;
}
</style>