Shades of Inch Worm #ACDD0B
Tints of Inch Worm #ACDD0B
RGB
CMYK
RGB Variations
Color information
#ACDD0B (or 0xACDD0B) is known color: Inch Worm. HEX triplet: AC, DD and 0B. RGB value is (172,221,11). Sum of RGB (Red+Green+Blue) = 172+221+11=404 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.57% from 404); Green value is 221 (86.72% from 255 or 54.70% from 404); Blue value is 11 (4.69% from 255 or 2.72% from 404); Max value from RGB is 221 - color contains mainly: green. Hex color #ACDD0B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACDD0B is #5322F4. Grayscale: #B7B7B7. Windows color (decimal): -5448437 or 777644. OLE color: 777644.
HSL color Cylindrical-coordinate representation of color #ACDD0B: hue angle of 74º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ACDD0B is Cyan = 0.22, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 221 | 11 | - |
| CMYK | 0.22 | 0 | 0.95 | 0.13 |
| HSL | 74º | 0.91% | 0.45% | - |
| HSV(B) | 74º | 0.95% | 0.87% | - |
| XYZ | 42.93 | 60.51 | 9.73 | - |
| YUV | 182.41 | 31.27 | 120.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 221 | 11 | 0.22 | 0 | 0.95 | 0.13 | 74 | 0.91 | 0.45 |
| Hex | AC | DD | B | 16 | 0 | 5F | D | 4A | 5B | 2D |
| Octal | 254 | 335 | 13 | 26 | 0 | 137 | 15 | 112 | 133 | 55 |
| Binary | 10101100 | 11011101 | 1011 | 10110 | 0 | 1011111 | 1101 | 1001010 | 1011011 | 101101 |
Color Harmonies of #ACDD0B
Complementary color
Monochromatic Colors of #ACDD0B
Black with #ACDD0B
Text Example
Text Example
White with #ACDD0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDD0B; }
p { color: rgb(172,221,11); }
H1.HeaderClassName
{
color: #ACDD0B;
}
.AnyTagClassName
{
color: #ACDD0B;
}
</style>
background-color css
<style>
a { background-color: #ACDD0B; }
a { background-color: rgb(172,221,11); }
div.DivClassName
{
background-color: #ACDD0B;
}
.BgClassName
{
background-color: #ACDD0B;
}
</style>
border-color css
<style>
span { border-color: #ACDD0B; }
span { border-color: rgb(172,221,11); }
td.TdClassName
{
border-color: #ACDD0B;
}
.TagClassName
{
border-color: #ACDD0B;
}
</style>