Shades of Inch Worm #ACE01B
Tints of Inch Worm #ACE01B
RGB
CMYK
RGB Variations
Color information
#ACE01B (or 0xACE01B) is known color: Inch Worm. HEX triplet: AC, E0 and 1B. RGB value is (172,224,27). Sum of RGB (Red+Green+Blue) = 172+224+27=423 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.66% from 423); Green value is 224 (87.89% from 255 or 52.96% from 423); Blue value is 27 (10.94% from 255 or 6.38% from 423); Max value from RGB is 224 - color contains mainly: green. Hex color #ACE01B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACE01B is #531FE4. Grayscale: #BABABA. Windows color (decimal): -5447653 or 1826988. OLE color: 1826988.
HSL color Cylindrical-coordinate representation of color #ACE01B: hue angle of 75.84º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ACE01B is Cyan = 0.23, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 172 | 224 | 27 | - |
| CMYK | 0.23 | 0 | 0.88 | 0.12 |
| HSL | 75.84º | 0.78% | 0.49% | - |
| HSV(B) | 75.84º | 0.88% | 0.88% | - |
| XYZ | 43.87 | 62.16 | 10.72 | - |
| YUV | 185.99 | 38.27 | 118.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 224 | 27 | 0.23 | 0 | 0.88 | 0.12 | 75.84 | 0.78 | 0.49 |
| Hex | AC | E0 | 1B | 17 | 0 | 58 | C | 4C | 4E | 31 |
| Octal | 254 | 340 | 33 | 27 | 0 | 130 | 14 | 114 | 116 | 61 |
| Binary | 10101100 | 11100000 | 11011 | 10111 | 0 | 1011000 | 1100 | 1001100 | 1001110 | 110001 |
Color Harmonies of #ACE01B
Complementary color
Monochromatic Colors of #ACE01B
Black with #ACE01B
Text Example
Text Example
White with #ACE01B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE01B; }
p { color: rgb(172,224,27); }
H1.HeaderClassName
{
color: #ACE01B;
}
.AnyTagClassName
{
color: #ACE01B;
}
</style>
background-color css
<style>
a { background-color: #ACE01B; }
a { background-color: rgb(172,224,27); }
div.DivClassName
{
background-color: #ACE01B;
}
.BgClassName
{
background-color: #ACE01B;
}
</style>
border-color css
<style>
span { border-color: #ACE01B; }
span { border-color: rgb(172,224,27); }
td.TdClassName
{
border-color: #ACE01B;
}
.TagClassName
{
border-color: #ACE01B;
}
</style>