Shades of Inch Worm #ACE30B
Tints of Inch Worm #ACE30B
RGB
CMYK
RGB Variations
Color information
#ACE30B (or 0xACE30B) is known color: Inch Worm. HEX triplet: AC, E3 and 0B. RGB value is (172,227,11). Sum of RGB (Red+Green+Blue) = 172+227+11=410 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.95% from 410); Green value is 227 (89.06% from 255 or 55.37% from 410); Blue value is 11 (4.69% from 255 or 2.68% from 410); Max value from RGB is 227 - color contains mainly: green. Hex color #ACE30B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACE30B is #531CF4. Grayscale: #BABABA. Windows color (decimal): -5446901 or 779180. OLE color: 779180.
HSL color Cylindrical-coordinate representation of color #ACE30B: hue angle of 75.28º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ACE30B is Cyan = 0.24, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 172 | 227 | 11 | - |
| CMYK | 0.24 | 0 | 0.95 | 0.11 |
| HSL | 75.28º | 0.91% | 0.47% | - |
| HSV(B) | 75.28º | 0.95% | 0.89% | - |
| XYZ | 44.54 | 63.73 | 10.27 | - |
| YUV | 185.93 | 29.28 | 118.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 227 | 11 | 0.24 | 0 | 0.95 | 0.11 | 75.28 | 0.91 | 0.47 |
| Hex | AC | E3 | B | 18 | 0 | 5F | B | 4B | 5B | 2F |
| Octal | 254 | 343 | 13 | 30 | 0 | 137 | 13 | 113 | 133 | 57 |
| Binary | 10101100 | 11100011 | 1011 | 11000 | 0 | 1011111 | 1011 | 1001011 | 1011011 | 101111 |
Color Harmonies of #ACE30B
Complementary color
Monochromatic Colors of #ACE30B
Black with #ACE30B
Text Example
Text Example
White with #ACE30B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE30B; }
p { color: rgb(172,227,11); }
H1.HeaderClassName
{
color: #ACE30B;
}
.AnyTagClassName
{
color: #ACE30B;
}
</style>
background-color css
<style>
a { background-color: #ACE30B; }
a { background-color: rgb(172,227,11); }
div.DivClassName
{
background-color: #ACE30B;
}
.BgClassName
{
background-color: #ACE30B;
}
</style>
border-color css
<style>
span { border-color: #ACE30B; }
span { border-color: rgb(172,227,11); }
td.TdClassName
{
border-color: #ACE30B;
}
.TagClassName
{
border-color: #ACE30B;
}
</style>