Shades of Inch Worm #ACF310
Tints of Inch Worm #ACF310
RGB
CMYK
RGB Variations
Color information
#ACF310 (or 0xACF310) is known color: Inch Worm. HEX triplet: AC, F3 and 10. RGB value is (172,243,16). Sum of RGB (Red+Green+Blue) = 172+243+16=431 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.91% from 431); Green value is 243 (95.31% from 255 or 56.38% from 431); Blue value is 16 (6.64% from 255 or 3.71% from 431); Max value from RGB is 243 - color contains mainly: green. Hex color #ACF310 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACF310 is #530CEF. Grayscale: #C4C4C4. Windows color (decimal): -5442800 or 1110956. OLE color: 1110956.
HSL color Cylindrical-coordinate representation of color #ACF310: hue angle of 78.77º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ACF310 is Cyan = 0.29, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 243 | 16 | - |
| CMYK | 0.29 | 0 | 0.93 | 0.05 |
| HSL | 78.77º | 0.9% | 0.51% | - |
| HSV(B) | 78.77º | 0.93% | 0.95% | - |
| XYZ | 49.16 | 72.91 | 11.97 | - |
| YUV | 195.89 | 26.48 | 110.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 243 | 16 | 0.29 | 0 | 0.93 | 0.05 | 78.77 | 0.9 | 0.51 |
| Hex | AC | F3 | 10 | 1D | 0 | 5D | 5 | 4F | 5A | 33 |
| Octal | 254 | 363 | 20 | 35 | 0 | 135 | 5 | 117 | 132 | 63 |
| Binary | 10101100 | 11110011 | 10000 | 11101 | 0 | 1011101 | 101 | 1001111 | 1011010 | 110011 |
Color Harmonies of #ACF310
Complementary color
Monochromatic Colors of #ACF310
Black with #ACF310
Text Example
Text Example
White with #ACF310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF310; }
p { color: rgb(172,243,16); }
H1.HeaderClassName
{
color: #ACF310;
}
.AnyTagClassName
{
color: #ACF310;
}
</style>
background-color css
<style>
a { background-color: #ACF310; }
a { background-color: rgb(172,243,16); }
div.DivClassName
{
background-color: #ACF310;
}
.BgClassName
{
background-color: #ACF310;
}
</style>
border-color css
<style>
span { border-color: #ACF310; }
span { border-color: rgb(172,243,16); }
td.TdClassName
{
border-color: #ACF310;
}
.TagClassName
{
border-color: #ACF310;
}
</style>