Shades of Inch Worm #ACE60C
Tints of Inch Worm #ACE60C
RGB
CMYK
RGB Variations
Color information
#ACE60C (or 0xACE60C) is known color: Inch Worm. HEX triplet: AC, E6 and 0C. RGB value is (172,230,12). Sum of RGB (Red+Green+Blue) = 172+230+12=414 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.55% from 414); Green value is 230 (90.23% from 255 or 55.56% from 414); Blue value is 12 (5.08% from 255 or 2.90% from 414); Max value from RGB is 230 - color contains mainly: green. Hex color #ACE60C is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACE60C is #5319F3. Grayscale: #BCBCBC. Windows color (decimal): -5446132 or 845484. OLE color: 845484.
HSL color Cylindrical-coordinate representation of color #ACE60C: hue angle of 75.96º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ACE60C is Cyan = 0.25, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 172 | 230 | 12 | - |
| CMYK | 0.25 | 0 | 0.95 | 0.10 |
| HSL | 75.96º | 0.9% | 0.47% | - |
| HSV(B) | 75.96º | 0.95% | 0.9% | - |
| XYZ | 45.38 | 65.39 | 10.58 | - |
| YUV | 187.81 | 28.78 | 116.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 230 | 12 | 0.25 | 0 | 0.95 | 0.10 | 75.96 | 0.9 | 0.47 |
| Hex | AC | E6 | C | 19 | 0 | 5F | A | 4C | 5A | 2F |
| Octal | 254 | 346 | 14 | 31 | 0 | 137 | 12 | 114 | 132 | 57 |
| Binary | 10101100 | 11100110 | 1100 | 11001 | 0 | 1011111 | 1010 | 1001100 | 1011010 | 101111 |
Color Harmonies of #ACE60C
Complementary color
Monochromatic Colors of #ACE60C
Black with #ACE60C
Text Example
Text Example
White with #ACE60C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE60C; }
p { color: rgb(172,230,12); }
H1.HeaderClassName
{
color: #ACE60C;
}
.AnyTagClassName
{
color: #ACE60C;
}
</style>
background-color css
<style>
a { background-color: #ACE60C; }
a { background-color: rgb(172,230,12); }
div.DivClassName
{
background-color: #ACE60C;
}
.BgClassName
{
background-color: #ACE60C;
}
</style>
border-color css
<style>
span { border-color: #ACE60C; }
span { border-color: rgb(172,230,12); }
td.TdClassName
{
border-color: #ACE60C;
}
.TagClassName
{
border-color: #ACE60C;
}
</style>