Shades of Inch Worm #ACEA0B
Tints of Inch Worm #ACEA0B
RGB
CMYK
RGB Variations
Color information
#ACEA0B (or 0xACEA0B) is known color: Inch Worm. HEX triplet: AC, EA and 0B. RGB value is (172,234,11). Sum of RGB (Red+Green+Blue) = 172+234+11=417 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.25% from 417); Green value is 234 (91.80% from 255 or 56.12% from 417); Blue value is 11 (4.69% from 255 or 2.64% from 417); Max value from RGB is 234 - color contains mainly: green. Hex color #ACEA0B is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACEA0B is #5315F4. Grayscale: #BEBEBE. Windows color (decimal): -5445109 or 780972. OLE color: 780972.
HSL color Cylindrical-coordinate representation of color #ACEA0B: hue angle of 76.68º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ACEA0B is Cyan = 0.26, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 172 | 234 | 11 | - |
| CMYK | 0.26 | 0 | 0.95 | 0.08 |
| HSL | 76.68º | 0.91% | 0.48% | - |
| HSV(B) | 76.68º | 0.95% | 0.92% | - |
| XYZ | 46.5 | 67.64 | 10.92 | - |
| YUV | 190.04 | 26.96 | 115.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 234 | 11 | 0.26 | 0 | 0.95 | 0.08 | 76.68 | 0.91 | 0.48 |
| Hex | AC | EA | B | 1A | 0 | 5F | 8 | 4D | 5B | 30 |
| Octal | 254 | 352 | 13 | 32 | 0 | 137 | 10 | 115 | 133 | 60 |
| Binary | 10101100 | 11101010 | 1011 | 11010 | 0 | 1011111 | 1000 | 1001101 | 1011011 | 110000 |
Color Harmonies of #ACEA0B
Complementary color
Monochromatic Colors of #ACEA0B
Black with #ACEA0B
Text Example
Text Example
White with #ACEA0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACEA0B; }
p { color: rgb(172,234,11); }
H1.HeaderClassName
{
color: #ACEA0B;
}
.AnyTagClassName
{
color: #ACEA0B;
}
</style>
background-color css
<style>
a { background-color: #ACEA0B; }
a { background-color: rgb(172,234,11); }
div.DivClassName
{
background-color: #ACEA0B;
}
.BgClassName
{
background-color: #ACEA0B;
}
</style>
border-color css
<style>
span { border-color: #ACEA0B; }
span { border-color: rgb(172,234,11); }
td.TdClassName
{
border-color: #ACEA0B;
}
.TagClassName
{
border-color: #ACEA0B;
}
</style>