Shades of Inch Worm #ACF120
Tints of Inch Worm #ACF120
RGB
CMYK
RGB Variations
Color information
#ACF120 (or 0xACF120) is known color: Inch Worm. HEX triplet: AC, F1 and 20. RGB value is (172,241,32). Sum of RGB (Red+Green+Blue) = 172+241+32=445 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.65% from 445); Green value is 241 (94.53% from 255 or 54.16% from 445); Blue value is 32 (12.89% from 255 or 7.19% from 445); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF120 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACF120 is #530EDF. Grayscale: #C5C5C5. Windows color (decimal): -5443296 or 2159020. OLE color: 2159020.
HSL color Cylindrical-coordinate representation of color #ACF120: hue angle of 79.81º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ACF120 is Cyan = 0.29, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 241 | 32 | - |
| CMYK | 0.29 | 0 | 0.87 | 0.05 |
| HSL | 79.81º | 0.88% | 0.54% | - |
| HSV(B) | 79.81º | 0.87% | 0.95% | - |
| XYZ | 48.73 | 71.79 | 12.65 | - |
| YUV | 196.54 | 35.14 | 110.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 241 | 32 | 0.29 | 0 | 0.87 | 0.05 | 79.81 | 0.88 | 0.54 |
| Hex | AC | F1 | 20 | 1D | 0 | 57 | 5 | 50 | 58 | 36 |
| Octal | 254 | 361 | 40 | 35 | 0 | 127 | 5 | 120 | 130 | 66 |
| Binary | 10101100 | 11110001 | 100000 | 11101 | 0 | 1010111 | 101 | 1010000 | 1011000 | 110110 |
Color Harmonies of #ACF120
Complementary color
Monochromatic Colors of #ACF120
Black with #ACF120
Text Example
Text Example
White with #ACF120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF120; }
p { color: rgb(172,241,32); }
H1.HeaderClassName
{
color: #ACF120;
}
.AnyTagClassName
{
color: #ACF120;
}
</style>
background-color css
<style>
a { background-color: #ACF120; }
a { background-color: rgb(172,241,32); }
div.DivClassName
{
background-color: #ACF120;
}
.BgClassName
{
background-color: #ACF120;
}
</style>
border-color css
<style>
span { border-color: #ACF120; }
span { border-color: rgb(172,241,32); }
td.TdClassName
{
border-color: #ACF120;
}
.TagClassName
{
border-color: #ACF120;
}
</style>