Shades of Inch Worm #ACE301
Tints of Inch Worm #ACE301
RGB
CMYK
RGB Variations
Color information
#ACE301 (or 0xACE301) is known color: Inch Worm. HEX triplet: AC, E3 and 01. RGB value is (172,227,1). Sum of RGB (Red+Green+Blue) = 172+227+1=400 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43% from 400); Green value is 227 (89.06% from 255 or 56.75% from 400); Blue value is 1 (0.78% from 255 or 0.25% from 400); Max value from RGB is 227 - color contains mainly: green. Hex color #ACE301 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACE301 is #531CFE. Grayscale: #B9B9B9. Windows color (decimal): -5446911 or 123820. OLE color: 123820.
HSL color Cylindrical-coordinate representation of color #ACE301: hue angle of 74.6º 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 #ACE301 is Cyan = 0.24, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 172 | 227 | 1 | - |
| CMYK | 0.24 | 0 | 1.00 | 0.11 |
| HSL | 74.6º | 0.99% | 0.45% | - |
| HSV(B) | 74.6º | 1% | 0.89% | - |
| XYZ | 44.49 | 63.71 | 9.98 | - |
| YUV | 184.79 | 24.28 | 118.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 227 | 1 | 0.24 | 0 | 1.00 | 0.11 | 74.6 | 0.99 | 0.45 |
| Hex | AC | E3 | 1 | 18 | 0 | 64 | B | 4B | 63 | 2D |
| Octal | 254 | 343 | 1 | 30 | 0 | 144 | 13 | 113 | 143 | 55 |
| Binary | 10101100 | 11100011 | 1 | 11000 | 0 | 1100100 | 1011 | 1001011 | 1100011 | 101101 |
Color Harmonies of #ACE301
Complementary color
Monochromatic Colors of #ACE301
Black with #ACE301
Text Example
Text Example
White with #ACE301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE301; }
p { color: rgb(172,227,1); }
H1.HeaderClassName
{
color: #ACE301;
}
.AnyTagClassName
{
color: #ACE301;
}
</style>
background-color css
<style>
a { background-color: #ACE301; }
a { background-color: rgb(172,227,1); }
div.DivClassName
{
background-color: #ACE301;
}
.BgClassName
{
background-color: #ACE301;
}
</style>
border-color css
<style>
span { border-color: #ACE301; }
span { border-color: rgb(172,227,1); }
td.TdClassName
{
border-color: #ACE301;
}
.TagClassName
{
border-color: #ACE301;
}
</style>