Shades of Inch Worm #ACDB14
Tints of Inch Worm #ACDB14
RGB
CMYK
RGB Variations
Color information
#ACDB14 (or 0xACDB14) is known color: Inch Worm. HEX triplet: AC, DB and 14. RGB value is (172,219,20). Sum of RGB (Red+Green+Blue) = 172+219+20=411 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.85% from 411); Green value is 219 (85.94% from 255 or 53.28% from 411); Blue value is 20 (8.20% from 255 or 4.87% from 411); Max value from RGB is 219 - color contains mainly: green. Hex color #ACDB14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACDB14 is #5324EB. Grayscale: #B7B7B7. Windows color (decimal): -5448940 or 1366956. OLE color: 1366956.
HSL color Cylindrical-coordinate representation of color #ACDB14: hue angle of 74.17º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ACDB14 is Cyan = 0.21, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 219 | 20 | - |
| CMYK | 0.21 | 0 | 0.91 | 0.14 |
| HSL | 74.17º | 0.83% | 0.47% | - |
| HSV(B) | 74.17º | 0.91% | 0.86% | - |
| XYZ | 42.47 | 59.48 | 9.9 | - |
| YUV | 182.26 | 36.43 | 120.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 219 | 20 | 0.21 | 0 | 0.91 | 0.14 | 74.17 | 0.83 | 0.47 |
| Hex | AC | DB | 14 | 15 | 0 | 5B | E | 4A | 53 | 2F |
| Octal | 254 | 333 | 24 | 25 | 0 | 133 | 16 | 112 | 123 | 57 |
| Binary | 10101100 | 11011011 | 10100 | 10101 | 0 | 1011011 | 1110 | 1001010 | 1010011 | 101111 |
Color Harmonies of #ACDB14
Complementary color
Monochromatic Colors of #ACDB14
Black with #ACDB14
Text Example
Text Example
White with #ACDB14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDB14; }
p { color: rgb(172,219,20); }
H1.HeaderClassName
{
color: #ACDB14;
}
.AnyTagClassName
{
color: #ACDB14;
}
</style>
background-color css
<style>
a { background-color: #ACDB14; }
a { background-color: rgb(172,219,20); }
div.DivClassName
{
background-color: #ACDB14;
}
.BgClassName
{
background-color: #ACDB14;
}
</style>
border-color css
<style>
span { border-color: #ACDB14; }
span { border-color: rgb(172,219,20); }
td.TdClassName
{
border-color: #ACDB14;
}
.TagClassName
{
border-color: #ACDB14;
}
</style>