Shades of Inch Worm #ACF11D
Tints of Inch Worm #ACF11D
RGB
CMYK
RGB Variations
Color information
#ACF11D (or 0xACF11D) is known color: Inch Worm. HEX triplet: AC, F1 and 1D. RGB value is (172,241,29). Sum of RGB (Red+Green+Blue) = 172+241+29=442 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.91% from 442); Green value is 241 (94.53% from 255 or 54.52% from 442); Blue value is 29 (11.72% from 255 or 6.56% from 442); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF11D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACF11D is #530EE2. Grayscale: #C4C4C4. Windows color (decimal): -5443299 or 1962412. OLE color: 1962412.
HSL color Cylindrical-coordinate representation of color #ACF11D: hue angle of 79.53º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ACF11D is Cyan = 0.29, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 241 | 29 | - |
| CMYK | 0.29 | 0 | 0.88 | 0.05 |
| HSL | 79.53º | 0.88% | 0.53% | - |
| HSV(B) | 79.53º | 0.88% | 0.95% | - |
| XYZ | 48.69 | 71.77 | 12.45 | - |
| YUV | 196.2 | 33.64 | 110.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 241 | 29 | 0.29 | 0 | 0.88 | 0.05 | 79.53 | 0.88 | 0.53 |
| Hex | AC | F1 | 1D | 1D | 0 | 58 | 5 | 50 | 58 | 35 |
| Octal | 254 | 361 | 35 | 35 | 0 | 130 | 5 | 120 | 130 | 65 |
| Binary | 10101100 | 11110001 | 11101 | 11101 | 0 | 1011000 | 101 | 1010000 | 1011000 | 110101 |
Color Harmonies of #ACF11D
Complementary color
Monochromatic Colors of #ACF11D
Black with #ACF11D
Text Example
Text Example
White with #ACF11D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF11D; }
p { color: rgb(172,241,29); }
H1.HeaderClassName
{
color: #ACF11D;
}
.AnyTagClassName
{
color: #ACF11D;
}
</style>
background-color css
<style>
a { background-color: #ACF11D; }
a { background-color: rgb(172,241,29); }
div.DivClassName
{
background-color: #ACF11D;
}
.BgClassName
{
background-color: #ACF11D;
}
</style>
border-color css
<style>
span { border-color: #ACF11D; }
span { border-color: rgb(172,241,29); }
td.TdClassName
{
border-color: #ACF11D;
}
.TagClassName
{
border-color: #ACF11D;
}
</style>