Shades of Inch Worm #ACD41E
Tints of Inch Worm #ACD41E
RGB
CMYK
RGB Variations
Color information
#ACD41E (or 0xACD41E) is known color: Inch Worm. HEX triplet: AC, D4 and 1E. RGB value is (172,212,30). Sum of RGB (Red+Green+Blue) = 172+212+30=414 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.55% from 414); Green value is 212 (83.20% from 255 or 51.21% from 414); Blue value is 30 (12.11% from 255 or 7.25% from 414); Max value from RGB is 212 - color contains mainly: green. Hex color #ACD41E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD41E is #532BE1. Grayscale: #B3B3B3. Windows color (decimal): -5450722 or 2020524. OLE color: 2020524.
HSL color Cylindrical-coordinate representation of color #ACD41E: hue angle of 73.19º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ACD41E is Cyan = 0.19, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 172 | 212 | 30 | - |
| CMYK | 0.19 | 0 | 0.86 | 0.17 |
| HSL | 73.19º | 0.75% | 0.47% | - |
| HSV(B) | 73.19º | 0.86% | 0.83% | - |
| XYZ | 40.79 | 55.95 | 9.88 | - |
| YUV | 179.29 | 43.75 | 122.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 212 | 30 | 0.19 | 0 | 0.86 | 0.17 | 73.19 | 0.75 | 0.47 |
| Hex | AC | D4 | 1E | 13 | 0 | 56 | 11 | 49 | 4B | 2F |
| Octal | 254 | 324 | 36 | 23 | 0 | 126 | 21 | 111 | 113 | 57 |
| Binary | 10101100 | 11010100 | 11110 | 10011 | 0 | 1010110 | 10001 | 1001001 | 1001011 | 101111 |
Color Harmonies of #ACD41E
Complementary color
Monochromatic Colors of #ACD41E
Black with #ACD41E
Text Example
Text Example
White with #ACD41E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD41E; }
p { color: rgb(172,212,30); }
H1.HeaderClassName
{
color: #ACD41E;
}
.AnyTagClassName
{
color: #ACD41E;
}
</style>
background-color css
<style>
a { background-color: #ACD41E; }
a { background-color: rgb(172,212,30); }
div.DivClassName
{
background-color: #ACD41E;
}
.BgClassName
{
background-color: #ACD41E;
}
</style>
border-color css
<style>
span { border-color: #ACD41E; }
span { border-color: rgb(172,212,30); }
td.TdClassName
{
border-color: #ACD41E;
}
.TagClassName
{
border-color: #ACD41E;
}
</style>