Shades of Inch Worm #ACE401
Tints of Inch Worm #ACE401
RGB
CMYK
RGB Variations
Color information
#ACE401 (or 0xACE401) is known color: Inch Worm. HEX triplet: AC, E4 and 01. RGB value is (172,228,1). Sum of RGB (Red+Green+Blue) = 172+228+1=401 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.89% from 401); Green value is 228 (89.45% from 255 or 56.86% from 401); Blue value is 1 (0.78% from 255 or 0.25% from 401); Max value from RGB is 228 - color contains mainly: green. Hex color #ACE401 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACE401 is #531BFE. Grayscale: #BABABA. Windows color (decimal): -5446655 or 124076. OLE color: 124076.
HSL color Cylindrical-coordinate representation of color #ACE401: hue angle of 74.8º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ACE401 is Cyan = 0.25, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 172 | 228 | 1 | - |
| CMYK | 0.25 | 0 | 1.00 | 0.11 |
| HSL | 74.8º | 0.99% | 0.45% | - |
| HSV(B) | 74.8º | 1% | 0.89% | - |
| XYZ | 44.76 | 64.26 | 10.07 | - |
| YUV | 185.38 | 23.95 | 118.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 228 | 1 | 0.25 | 0 | 1.00 | 0.11 | 74.8 | 0.99 | 0.45 |
| Hex | AC | E4 | 1 | 19 | 0 | 64 | B | 4B | 63 | 2D |
| Octal | 254 | 344 | 1 | 31 | 0 | 144 | 13 | 113 | 143 | 55 |
| Binary | 10101100 | 11100100 | 1 | 11001 | 0 | 1100100 | 1011 | 1001011 | 1100011 | 101101 |
Color Harmonies of #ACE401
Complementary color
Monochromatic Colors of #ACE401
Black with #ACE401
Text Example
Text Example
White with #ACE401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE401; }
p { color: rgb(172,228,1); }
H1.HeaderClassName
{
color: #ACE401;
}
.AnyTagClassName
{
color: #ACE401;
}
</style>
background-color css
<style>
a { background-color: #ACE401; }
a { background-color: rgb(172,228,1); }
div.DivClassName
{
background-color: #ACE401;
}
.BgClassName
{
background-color: #ACE401;
}
</style>
border-color css
<style>
span { border-color: #ACE401; }
span { border-color: rgb(172,228,1); }
td.TdClassName
{
border-color: #ACE401;
}
.TagClassName
{
border-color: #ACE401;
}
</style>