Shades of Inch Worm #ACDB0F
Tints of Inch Worm #ACDB0F
RGB
CMYK
RGB Variations
Color information
#ACDB0F (or 0xACDB0F) is known color: Inch Worm. HEX triplet: AC, DB and 0F. RGB value is (172,219,15). Sum of RGB (Red+Green+Blue) = 172+219+15=406 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.36% from 406); Green value is 219 (85.94% from 255 or 53.94% from 406); Blue value is 15 (6.25% from 255 or 3.69% from 406); Max value from RGB is 219 - color contains mainly: green. Hex color #ACDB0F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACDB0F is #5324F0. Grayscale: #B6B6B6. Windows color (decimal): -5448945 or 1039276. OLE color: 1039276.
HSL color Cylindrical-coordinate representation of color #ACDB0F: hue angle of 73.82º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ACDB0F is Cyan = 0.21, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 219 | 15 | - |
| CMYK | 0.21 | 0 | 0.93 | 0.14 |
| HSL | 73.82º | 0.87% | 0.46% | - |
| HSV(B) | 73.82º | 0.93% | 0.86% | - |
| XYZ | 42.43 | 59.47 | 9.69 | - |
| YUV | 181.69 | 33.93 | 121.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 219 | 15 | 0.21 | 0 | 0.93 | 0.14 | 73.82 | 0.87 | 0.46 |
| Hex | AC | DB | F | 15 | 0 | 5D | E | 4A | 57 | 2E |
| Octal | 254 | 333 | 17 | 25 | 0 | 135 | 16 | 112 | 127 | 56 |
| Binary | 10101100 | 11011011 | 1111 | 10101 | 0 | 1011101 | 1110 | 1001010 | 1010111 | 101110 |
Color Harmonies of #ACDB0F
Complementary color
Monochromatic Colors of #ACDB0F
Black with #ACDB0F
Text Example
Text Example
White with #ACDB0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDB0F; }
p { color: rgb(172,219,15); }
H1.HeaderClassName
{
color: #ACDB0F;
}
.AnyTagClassName
{
color: #ACDB0F;
}
</style>
background-color css
<style>
a { background-color: #ACDB0F; }
a { background-color: rgb(172,219,15); }
div.DivClassName
{
background-color: #ACDB0F;
}
.BgClassName
{
background-color: #ACDB0F;
}
</style>
border-color css
<style>
span { border-color: #ACDB0F; }
span { border-color: rgb(172,219,15); }
td.TdClassName
{
border-color: #ACDB0F;
}
.TagClassName
{
border-color: #ACDB0F;
}
</style>