Shades of Inch Worm #ACE01F
Tints of Inch Worm #ACE01F
RGB
CMYK
RGB Variations
Color information
#ACE01F (or 0xACE01F) is known color: Inch Worm. HEX triplet: AC, E0 and 1F. RGB value is (172,224,31). Sum of RGB (Red+Green+Blue) = 172+224+31=427 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.28% from 427); Green value is 224 (87.89% from 255 or 52.46% from 427); Blue value is 31 (12.5% from 255 or 7.26% from 427); Max value from RGB is 224 - color contains mainly: green. Hex color #ACE01F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACE01F is #531FE0. Grayscale: #BBBBBB. Windows color (decimal): -5447649 or 2089132. OLE color: 2089132.
HSL color Cylindrical-coordinate representation of color #ACE01F: hue angle of 76.17º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ACE01F is Cyan = 0.23, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 172 | 224 | 31 | - |
| CMYK | 0.23 | 0 | 0.86 | 0.12 |
| HSL | 76.17º | 0.76% | 0.5% | - |
| HSV(B) | 76.17º | 0.86% | 0.88% | - |
| XYZ | 43.92 | 62.18 | 10.98 | - |
| YUV | 186.45 | 40.27 | 117.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 224 | 31 | 0.23 | 0 | 0.86 | 0.12 | 76.17 | 0.76 | 0.5 |
| Hex | AC | E0 | 1F | 17 | 0 | 56 | C | 4C | 4C | 32 |
| Octal | 254 | 340 | 37 | 27 | 0 | 126 | 14 | 114 | 114 | 62 |
| Binary | 10101100 | 11100000 | 11111 | 10111 | 0 | 1010110 | 1100 | 1001100 | 1001100 | 110010 |
Color Harmonies of #ACE01F
Complementary color
Monochromatic Colors of #ACE01F
Black with #ACE01F
Text Example
Text Example
White with #ACE01F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE01F; }
p { color: rgb(172,224,31); }
H1.HeaderClassName
{
color: #ACE01F;
}
.AnyTagClassName
{
color: #ACE01F;
}
</style>
background-color css
<style>
a { background-color: #ACE01F; }
a { background-color: rgb(172,224,31); }
div.DivClassName
{
background-color: #ACE01F;
}
.BgClassName
{
background-color: #ACE01F;
}
</style>
border-color css
<style>
span { border-color: #ACE01F; }
span { border-color: rgb(172,224,31); }
td.TdClassName
{
border-color: #ACE01F;
}
.TagClassName
{
border-color: #ACE01F;
}
</style>