Shades of Inch Worm #ACDF2C
Tints of Inch Worm #ACDF2C
RGB
CMYK
RGB Variations
Color information
#ACDF2C (or 0xACDF2C) is known color: Inch Worm. HEX triplet: AC, DF and 2C. RGB value is (172,223,44). Sum of RGB (Red+Green+Blue) = 172+223+44=439 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.18% from 439); Green value is 223 (87.5% from 255 or 50.80% from 439); Blue value is 44 (17.58% from 255 or 10.02% from 439); Max value from RGB is 223 - color contains mainly: green. Hex color #ACDF2C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACDF2C is #5320D3. Grayscale: #BCBCBC. Windows color (decimal): -5447892 or 2940844. OLE color: 2940844.
HSL color Cylindrical-coordinate representation of color #ACDF2C: hue angle of 77.09º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ACDF2C is Cyan = 0.23, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 223 | 44 | - |
| CMYK | 0.23 | 0 | 0.80 | 0.13 |
| HSL | 77.09º | 0.74% | 0.52% | - |
| HSV(B) | 77.09º | 0.8% | 0.87% | - |
| XYZ | 43.86 | 61.73 | 11.99 | - |
| YUV | 187.35 | 47.1 | 117.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 223 | 44 | 0.23 | 0 | 0.80 | 0.13 | 77.09 | 0.74 | 0.52 |
| Hex | AC | DF | 2C | 17 | 0 | 50 | D | 4D | 4A | 34 |
| Octal | 254 | 337 | 54 | 27 | 0 | 120 | 15 | 115 | 112 | 64 |
| Binary | 10101100 | 11011111 | 101100 | 10111 | 0 | 1010000 | 1101 | 1001101 | 1001010 | 110100 |
Color Harmonies of #ACDF2C
Complementary color
Monochromatic Colors of #ACDF2C
Black with #ACDF2C
Text Example
Text Example
White with #ACDF2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDF2C; }
p { color: rgb(172,223,44); }
H1.HeaderClassName
{
color: #ACDF2C;
}
.AnyTagClassName
{
color: #ACDF2C;
}
</style>
background-color css
<style>
a { background-color: #ACDF2C; }
a { background-color: rgb(172,223,44); }
div.DivClassName
{
background-color: #ACDF2C;
}
.BgClassName
{
background-color: #ACDF2C;
}
</style>
border-color css
<style>
span { border-color: #ACDF2C; }
span { border-color: rgb(172,223,44); }
td.TdClassName
{
border-color: #ACDF2C;
}
.TagClassName
{
border-color: #ACDF2C;
}
</style>