Shades of Inch Worm #ACDB1E
Tints of Inch Worm #ACDB1E
RGB
CMYK
RGB Variations
Color information
#ACDB1E (or 0xACDB1E) is known color: Inch Worm. HEX triplet: AC, DB and 1E. RGB value is (172,219,30). Sum of RGB (Red+Green+Blue) = 172+219+30=421 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.86% from 421); Green value is 219 (85.94% from 255 or 52.02% from 421); Blue value is 30 (12.11% from 255 or 7.13% from 421); Max value from RGB is 219 - color contains mainly: green. Hex color #ACDB1E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACDB1E is #5324E1. Grayscale: #B8B8B8. Windows color (decimal): -5448930 or 2022316. OLE color: 2022316.
HSL color Cylindrical-coordinate representation of color #ACDB1E: hue angle of 74.92º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ACDB1E is Cyan = 0.21, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 219 | 30 | - |
| CMYK | 0.21 | 0 | 0.86 | 0.14 |
| HSL | 74.92º | 0.76% | 0.49% | - |
| HSV(B) | 74.92º | 0.86% | 0.86% | - |
| XYZ | 42.58 | 59.53 | 10.47 | - |
| YUV | 183.4 | 41.43 | 119.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 219 | 30 | 0.21 | 0 | 0.86 | 0.14 | 74.92 | 0.76 | 0.49 |
| Hex | AC | DB | 1E | 15 | 0 | 56 | E | 4B | 4C | 31 |
| Octal | 254 | 333 | 36 | 25 | 0 | 126 | 16 | 113 | 114 | 61 |
| Binary | 10101100 | 11011011 | 11110 | 10101 | 0 | 1010110 | 1110 | 1001011 | 1001100 | 110001 |
Color Harmonies of #ACDB1E
Complementary color
Monochromatic Colors of #ACDB1E
Black with #ACDB1E
Text Example
Text Example
White with #ACDB1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDB1E; }
p { color: rgb(172,219,30); }
H1.HeaderClassName
{
color: #ACDB1E;
}
.AnyTagClassName
{
color: #ACDB1E;
}
</style>
background-color css
<style>
a { background-color: #ACDB1E; }
a { background-color: rgb(172,219,30); }
div.DivClassName
{
background-color: #ACDB1E;
}
.BgClassName
{
background-color: #ACDB1E;
}
</style>
border-color css
<style>
span { border-color: #ACDB1E; }
span { border-color: rgb(172,219,30); }
td.TdClassName
{
border-color: #ACDB1E;
}
.TagClassName
{
border-color: #ACDB1E;
}
</style>