Shades of Inch Worm #ACDD0F
Tints of Inch Worm #ACDD0F
RGB
CMYK
RGB Variations
Color information
#ACDD0F (or 0xACDD0F) is known color: Inch Worm. HEX triplet: AC, DD and 0F. RGB value is (172,221,15). Sum of RGB (Red+Green+Blue) = 172+221+15=408 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.16% from 408); Green value is 221 (86.72% from 255 or 54.17% from 408); Blue value is 15 (6.25% from 255 or 3.68% from 408); Max value from RGB is 221 - color contains mainly: green. Hex color #ACDD0F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACDD0F is #5322F0. Grayscale: #B7B7B7. Windows color (decimal): -5448433 or 1039788. OLE color: 1039788.
HSL color Cylindrical-coordinate representation of color #ACDD0F: hue angle of 74.27º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ACDD0F is Cyan = 0.22, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 221 | 15 | - |
| CMYK | 0.22 | 0 | 0.93 | 0.13 |
| HSL | 74.27º | 0.87% | 0.46% | - |
| HSV(B) | 74.27º | 0.93% | 0.87% | - |
| XYZ | 42.96 | 60.52 | 9.87 | - |
| YUV | 182.87 | 33.27 | 120.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 221 | 15 | 0.22 | 0 | 0.93 | 0.13 | 74.27 | 0.87 | 0.46 |
| Hex | AC | DD | F | 16 | 0 | 5D | D | 4A | 57 | 2E |
| Octal | 254 | 335 | 17 | 26 | 0 | 135 | 15 | 112 | 127 | 56 |
| Binary | 10101100 | 11011101 | 1111 | 10110 | 0 | 1011101 | 1101 | 1001010 | 1010111 | 101110 |
Color Harmonies of #ACDD0F
Complementary color
Monochromatic Colors of #ACDD0F
Black with #ACDD0F
Text Example
Text Example
White with #ACDD0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDD0F; }
p { color: rgb(172,221,15); }
H1.HeaderClassName
{
color: #ACDD0F;
}
.AnyTagClassName
{
color: #ACDD0F;
}
</style>
background-color css
<style>
a { background-color: #ACDD0F; }
a { background-color: rgb(172,221,15); }
div.DivClassName
{
background-color: #ACDD0F;
}
.BgClassName
{
background-color: #ACDD0F;
}
</style>
border-color css
<style>
span { border-color: #ACDD0F; }
span { border-color: rgb(172,221,15); }
td.TdClassName
{
border-color: #ACDD0F;
}
.TagClassName
{
border-color: #ACDD0F;
}
</style>