Shades of Inch Worm #ACF20E
Tints of Inch Worm #ACF20E
RGB
CMYK
RGB Variations
Color information
#ACF20E (or 0xACF20E) is known color: Inch Worm. HEX triplet: AC, F2 and 0E. RGB value is (172,242,14). Sum of RGB (Red+Green+Blue) = 172+242+14=428 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.19% from 428); Green value is 242 (94.92% from 255 or 56.54% from 428); Blue value is 14 (5.86% from 255 or 3.27% from 428); Max value from RGB is 242 - color contains mainly: green. Hex color #ACF20E is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACF20E is #530DF1. Grayscale: #C3C3C3. Windows color (decimal): -5443058 or 979628. OLE color: 979628.
HSL color Cylindrical-coordinate representation of color #ACF20E: hue angle of 78.42º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ACF20E is Cyan = 0.29, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 242 | 14 | - |
| CMYK | 0.29 | 0 | 0.94 | 0.05 |
| HSL | 78.42º | 0.9% | 0.5% | - |
| HSV(B) | 78.42º | 0.94% | 0.95% | - |
| XYZ | 48.84 | 72.31 | 11.8 | - |
| YUV | 195.08 | 25.81 | 111.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 242 | 14 | 0.29 | 0 | 0.94 | 0.05 | 78.42 | 0.9 | 0.5 |
| Hex | AC | F2 | E | 1D | 0 | 5E | 5 | 4E | 5A | 32 |
| Octal | 254 | 362 | 16 | 35 | 0 | 136 | 5 | 116 | 132 | 62 |
| Binary | 10101100 | 11110010 | 1110 | 11101 | 0 | 1011110 | 101 | 1001110 | 1011010 | 110010 |
Color Harmonies of #ACF20E
Complementary color
Monochromatic Colors of #ACF20E
Black with #ACF20E
Text Example
Text Example
White with #ACF20E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF20E; }
p { color: rgb(172,242,14); }
H1.HeaderClassName
{
color: #ACF20E;
}
.AnyTagClassName
{
color: #ACF20E;
}
</style>
background-color css
<style>
a { background-color: #ACF20E; }
a { background-color: rgb(172,242,14); }
div.DivClassName
{
background-color: #ACF20E;
}
.BgClassName
{
background-color: #ACF20E;
}
</style>
border-color css
<style>
span { border-color: #ACF20E; }
span { border-color: rgb(172,242,14); }
td.TdClassName
{
border-color: #ACF20E;
}
.TagClassName
{
border-color: #ACF20E;
}
</style>