Shades of Inch Worm #ACDF0D
Tints of Inch Worm #ACDF0D
RGB
CMYK
RGB Variations
Color information
#ACDF0D (or 0xACDF0D) is known color: Inch Worm. HEX triplet: AC, DF and 0D. RGB value is (172,223,13). Sum of RGB (Red+Green+Blue) = 172+223+13=408 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.16% from 408); Green value is 223 (87.5% from 255 or 54.66% from 408); Blue value is 13 (5.47% from 255 or 3.19% from 408); Max value from RGB is 223 - color contains mainly: green. Hex color #ACDF0D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACDF0D is #5320F2. Grayscale: #B8B8B8. Windows color (decimal): -5447923 or 909228. OLE color: 909228.
HSL color Cylindrical-coordinate representation of color #ACDF0D: hue angle of 74.57º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ACDF0D is Cyan = 0.23, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 223 | 13 | - |
| CMYK | 0.23 | 0 | 0.94 | 0.13 |
| HSL | 74.57º | 0.89% | 0.46% | - |
| HSV(B) | 74.57º | 0.94% | 0.87% | - |
| XYZ | 43.47 | 61.58 | 9.97 | - |
| YUV | 183.81 | 31.6 | 119.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 223 | 13 | 0.23 | 0 | 0.94 | 0.13 | 74.57 | 0.89 | 0.46 |
| Hex | AC | DF | D | 17 | 0 | 5E | D | 4B | 59 | 2E |
| Octal | 254 | 337 | 15 | 27 | 0 | 136 | 15 | 113 | 131 | 56 |
| Binary | 10101100 | 11011111 | 1101 | 10111 | 0 | 1011110 | 1101 | 1001011 | 1011001 | 101110 |
Color Harmonies of #ACDF0D
Complementary color
Monochromatic Colors of #ACDF0D
Black with #ACDF0D
Text Example
Text Example
White with #ACDF0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDF0D; }
p { color: rgb(172,223,13); }
H1.HeaderClassName
{
color: #ACDF0D;
}
.AnyTagClassName
{
color: #ACDF0D;
}
</style>
background-color css
<style>
a { background-color: #ACDF0D; }
a { background-color: rgb(172,223,13); }
div.DivClassName
{
background-color: #ACDF0D;
}
.BgClassName
{
background-color: #ACDF0D;
}
</style>
border-color css
<style>
span { border-color: #ACDF0D; }
span { border-color: rgb(172,223,13); }
td.TdClassName
{
border-color: #ACDF0D;
}
.TagClassName
{
border-color: #ACDF0D;
}
</style>