Shades of Inch Worm #ACDF0C
Tints of Inch Worm #ACDF0C
RGB
CMYK
RGB Variations
Color information
#ACDF0C (or 0xACDF0C) is known color: Inch Worm. HEX triplet: AC, DF and 0C. RGB value is (172,223,12). Sum of RGB (Red+Green+Blue) = 172+223+12=407 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.26% from 407); Green value is 223 (87.5% from 255 or 54.79% from 407); Blue value is 12 (5.08% from 255 or 2.95% from 407); Max value from RGB is 223 - color contains mainly: green. Hex color #ACDF0C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACDF0C is #5320F3. Grayscale: #B8B8B8. Windows color (decimal): -5447924 or 843692. OLE color: 843692.
HSL color Cylindrical-coordinate representation of color #ACDF0C: hue angle of 74.5º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ACDF0C is Cyan = 0.23, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 223 | 12 | - |
| CMYK | 0.23 | 0 | 0.95 | 0.13 |
| HSL | 74.5º | 0.9% | 0.46% | - |
| HSV(B) | 74.5º | 0.95% | 0.87% | - |
| XYZ | 43.47 | 61.57 | 9.94 | - |
| YUV | 183.7 | 31.1 | 119.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 223 | 12 | 0.23 | 0 | 0.95 | 0.13 | 74.5 | 0.9 | 0.46 |
| Hex | AC | DF | C | 17 | 0 | 5F | D | 4B | 5A | 2E |
| Octal | 254 | 337 | 14 | 27 | 0 | 137 | 15 | 113 | 132 | 56 |
| Binary | 10101100 | 11011111 | 1100 | 10111 | 0 | 1011111 | 1101 | 1001011 | 1011010 | 101110 |
Color Harmonies of #ACDF0C
Complementary color
Monochromatic Colors of #ACDF0C
Black with #ACDF0C
Text Example
Text Example
White with #ACDF0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDF0C; }
p { color: rgb(172,223,12); }
H1.HeaderClassName
{
color: #ACDF0C;
}
.AnyTagClassName
{
color: #ACDF0C;
}
</style>
background-color css
<style>
a { background-color: #ACDF0C; }
a { background-color: rgb(172,223,12); }
div.DivClassName
{
background-color: #ACDF0C;
}
.BgClassName
{
background-color: #ACDF0C;
}
</style>
border-color css
<style>
span { border-color: #ACDF0C; }
span { border-color: rgb(172,223,12); }
td.TdClassName
{
border-color: #ACDF0C;
}
.TagClassName
{
border-color: #ACDF0C;
}
</style>