Shades of Inch Worm #ACE72A
Tints of Inch Worm #ACE72A
RGB
CMYK
RGB Variations
Color information
#ACE72A (or 0xACE72A) is known color: Inch Worm. HEX triplet: AC, E7 and 2A. RGB value is (172,231,42). Sum of RGB (Red+Green+Blue) = 172+231+42=445 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.65% from 445); Green value is 231 (90.62% from 255 or 51.91% from 445); Blue value is 42 (16.80% from 255 or 9.44% from 445); Max value from RGB is 231 - color contains mainly: green. Hex color #ACE72A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACE72A is #5318D5. Grayscale: #C0C0C0. Windows color (decimal): -5445846 or 2811820. OLE color: 2811820.
HSL color Cylindrical-coordinate representation of color #ACE72A: hue angle of 78.73º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #ACE72A is Cyan = 0.26, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 172 | 231 | 42 | - |
| CMYK | 0.26 | 0 | 0.82 | 0.09 |
| HSL | 78.73º | 0.8% | 0.54% | - |
| HSV(B) | 78.73º | 0.82% | 0.91% | - |
| XYZ | 46.01 | 66.09 | 12.52 | - |
| YUV | 191.81 | 43.45 | 113.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 231 | 42 | 0.26 | 0 | 0.82 | 0.09 | 78.73 | 0.8 | 0.54 |
| Hex | AC | E7 | 2A | 1A | 0 | 52 | 9 | 4F | 50 | 36 |
| Octal | 254 | 347 | 52 | 32 | 0 | 122 | 11 | 117 | 120 | 66 |
| Binary | 10101100 | 11100111 | 101010 | 11010 | 0 | 1010010 | 1001 | 1001111 | 1010000 | 110110 |
Color Harmonies of #ACE72A
Complementary color
Monochromatic Colors of #ACE72A
Black with #ACE72A
Text Example
Text Example
White with #ACE72A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE72A; }
p { color: rgb(172,231,42); }
H1.HeaderClassName
{
color: #ACE72A;
}
.AnyTagClassName
{
color: #ACE72A;
}
</style>
background-color css
<style>
a { background-color: #ACE72A; }
a { background-color: rgb(172,231,42); }
div.DivClassName
{
background-color: #ACE72A;
}
.BgClassName
{
background-color: #ACE72A;
}
</style>
border-color css
<style>
span { border-color: #ACE72A; }
span { border-color: rgb(172,231,42); }
td.TdClassName
{
border-color: #ACE72A;
}
.TagClassName
{
border-color: #ACE72A;
}
</style>