Shades of Inch Worm #ACEA1C
Tints of Inch Worm #ACEA1C
RGB
CMYK
RGB Variations
Color information
#ACEA1C (or 0xACEA1C) is known color: Inch Worm. HEX triplet: AC, EA and 1C. RGB value is (172,234,28). Sum of RGB (Red+Green+Blue) = 172+234+28=434 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.63% from 434); Green value is 234 (91.80% from 255 or 53.92% from 434); Blue value is 28 (11.33% from 255 or 6.45% from 434); Max value from RGB is 234 - color contains mainly: green. Hex color #ACEA1C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACEA1C is #5315E3. Grayscale: #C0C0C0. Windows color (decimal): -5445092 or 1895084. OLE color: 1895084.
HSL color Cylindrical-coordinate representation of color #ACEA1C: hue angle of 78.06º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ACEA1C is Cyan = 0.26, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 172 | 234 | 28 | - |
| CMYK | 0.26 | 0 | 0.88 | 0.08 |
| HSL | 78.06º | 0.83% | 0.51% | - |
| HSV(B) | 78.06º | 0.88% | 0.92% | - |
| XYZ | 46.65 | 67.7 | 11.71 | - |
| YUV | 191.98 | 35.46 | 113.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 234 | 28 | 0.26 | 0 | 0.88 | 0.08 | 78.06 | 0.83 | 0.51 |
| Hex | AC | EA | 1C | 1A | 0 | 58 | 8 | 4E | 53 | 33 |
| Octal | 254 | 352 | 34 | 32 | 0 | 130 | 10 | 116 | 123 | 63 |
| Binary | 10101100 | 11101010 | 11100 | 11010 | 0 | 1011000 | 1000 | 1001110 | 1010011 | 110011 |
Color Harmonies of #ACEA1C
Complementary color
Monochromatic Colors of #ACEA1C
Black with #ACEA1C
Text Example
Text Example
White with #ACEA1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACEA1C; }
p { color: rgb(172,234,28); }
H1.HeaderClassName
{
color: #ACEA1C;
}
.AnyTagClassName
{
color: #ACEA1C;
}
</style>
background-color css
<style>
a { background-color: #ACEA1C; }
a { background-color: rgb(172,234,28); }
div.DivClassName
{
background-color: #ACEA1C;
}
.BgClassName
{
background-color: #ACEA1C;
}
</style>
border-color css
<style>
span { border-color: #ACEA1C; }
span { border-color: rgb(172,234,28); }
td.TdClassName
{
border-color: #ACEA1C;
}
.TagClassName
{
border-color: #ACEA1C;
}
</style>