Shades of Inch Worm #ACF118
Tints of Inch Worm #ACF118
RGB
CMYK
RGB Variations
Color information
#ACF118 (or 0xACF118) is known color: Inch Worm. HEX triplet: AC, F1 and 18. RGB value is (172,241,24). Sum of RGB (Red+Green+Blue) = 172+241+24=437 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.36% from 437); Green value is 241 (94.53% from 255 or 55.15% from 437); Blue value is 24 (9.77% from 255 or 5.49% from 437); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF118 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACF118 is #530EE7. Grayscale: #C4C4C4. Windows color (decimal): -5443304 or 1634732. OLE color: 1634732.
HSL color Cylindrical-coordinate representation of color #ACF118: hue angle of 79.08º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ACF118 is Cyan = 0.29, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 241 | 24 | - |
| CMYK | 0.29 | 0 | 0.90 | 0.05 |
| HSL | 79.08º | 0.89% | 0.52% | - |
| HSV(B) | 79.08º | 0.9% | 0.95% | - |
| XYZ | 48.63 | 71.75 | 12.15 | - |
| YUV | 195.63 | 31.14 | 111.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 241 | 24 | 0.29 | 0 | 0.90 | 0.05 | 79.08 | 0.89 | 0.52 |
| Hex | AC | F1 | 18 | 1D | 0 | 5A | 5 | 4F | 59 | 34 |
| Octal | 254 | 361 | 30 | 35 | 0 | 132 | 5 | 117 | 131 | 64 |
| Binary | 10101100 | 11110001 | 11000 | 11101 | 0 | 1011010 | 101 | 1001111 | 1011001 | 110100 |
Color Harmonies of #ACF118
Complementary color
Monochromatic Colors of #ACF118
Black with #ACF118
Text Example
Text Example
White with #ACF118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF118; }
p { color: rgb(172,241,24); }
H1.HeaderClassName
{
color: #ACF118;
}
.AnyTagClassName
{
color: #ACF118;
}
</style>
background-color css
<style>
a { background-color: #ACF118; }
a { background-color: rgb(172,241,24); }
div.DivClassName
{
background-color: #ACF118;
}
.BgClassName
{
background-color: #ACF118;
}
</style>
border-color css
<style>
span { border-color: #ACF118; }
span { border-color: rgb(172,241,24); }
td.TdClassName
{
border-color: #ACF118;
}
.TagClassName
{
border-color: #ACF118;
}
</style>