Shades of Inch Worm #ACDB12
Tints of Inch Worm #ACDB12
RGB
CMYK
RGB Variations
Color information
#ACDB12 (or 0xACDB12) is known color: Inch Worm. HEX triplet: AC, DB and 12. RGB value is (172,219,18). Sum of RGB (Red+Green+Blue) = 172+219+18=409 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.05% from 409); Green value is 219 (85.94% from 255 or 53.55% from 409); Blue value is 18 (7.42% from 255 or 4.40% from 409); Max value from RGB is 219 - color contains mainly: green. Hex color #ACDB12 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACDB12 is #5324ED. Grayscale: #B6B6B6. Windows color (decimal): -5448942 or 1235884. OLE color: 1235884.
HSL color Cylindrical-coordinate representation of color #ACDB12: hue angle of 74.03º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ACDB12 is Cyan = 0.21, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 219 | 18 | - |
| CMYK | 0.21 | 0 | 0.92 | 0.14 |
| HSL | 74.03º | 0.85% | 0.46% | - |
| HSV(B) | 74.03º | 0.92% | 0.86% | - |
| XYZ | 42.45 | 59.48 | 9.81 | - |
| YUV | 182.03 | 35.43 | 120.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 219 | 18 | 0.21 | 0 | 0.92 | 0.14 | 74.03 | 0.85 | 0.46 |
| Hex | AC | DB | 12 | 15 | 0 | 5C | E | 4A | 55 | 2E |
| Octal | 254 | 333 | 22 | 25 | 0 | 134 | 16 | 112 | 125 | 56 |
| Binary | 10101100 | 11011011 | 10010 | 10101 | 0 | 1011100 | 1110 | 1001010 | 1010101 | 101110 |
Color Harmonies of #ACDB12
Complementary color
Monochromatic Colors of #ACDB12
Black with #ACDB12
Text Example
Text Example
White with #ACDB12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDB12; }
p { color: rgb(172,219,18); }
H1.HeaderClassName
{
color: #ACDB12;
}
.AnyTagClassName
{
color: #ACDB12;
}
</style>
background-color css
<style>
a { background-color: #ACDB12; }
a { background-color: rgb(172,219,18); }
div.DivClassName
{
background-color: #ACDB12;
}
.BgClassName
{
background-color: #ACDB12;
}
</style>
border-color css
<style>
span { border-color: #ACDB12; }
span { border-color: rgb(172,219,18); }
td.TdClassName
{
border-color: #ACDB12;
}
.TagClassName
{
border-color: #ACDB12;
}
</style>