Shades of Inch Worm #ACDB09
Tints of Inch Worm #ACDB09
RGB
CMYK
RGB Variations
Color information
#ACDB09 (or 0xACDB09) is known color: Inch Worm. HEX triplet: AC, DB and 09. RGB value is (172,219,9). Sum of RGB (Red+Green+Blue) = 172+219+9=400 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43% from 400); Green value is 219 (85.94% from 255 or 54.75% from 400); Blue value is 9 (3.91% from 255 or 2.25% from 400); Max value from RGB is 219 - color contains mainly: green. Hex color #ACDB09 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACDB09 is #5324F6. Grayscale: #B5B5B5. Windows color (decimal): -5448951 or 646060. OLE color: 646060.
HSL color Cylindrical-coordinate representation of color #ACDB09: hue angle of 73.43º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ACDB09 is Cyan = 0.21, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 219 | 9 | - |
| CMYK | 0.21 | 0 | 0.96 | 0.14 |
| HSL | 73.43º | 0.92% | 0.45% | - |
| HSV(B) | 73.43º | 0.96% | 0.86% | - |
| XYZ | 42.39 | 59.45 | 9.5 | - |
| YUV | 181.01 | 30.93 | 121.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 219 | 9 | 0.21 | 0 | 0.96 | 0.14 | 73.43 | 0.92 | 0.45 |
| Hex | AC | DB | 9 | 15 | 0 | 60 | E | 49 | 5C | 2D |
| Octal | 254 | 333 | 11 | 25 | 0 | 140 | 16 | 111 | 134 | 55 |
| Binary | 10101100 | 11011011 | 1001 | 10101 | 0 | 1100000 | 1110 | 1001001 | 1011100 | 101101 |
Color Harmonies of #ACDB09
Complementary color
Monochromatic Colors of #ACDB09
Black with #ACDB09
Text Example
Text Example
White with #ACDB09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDB09; }
p { color: rgb(172,219,9); }
H1.HeaderClassName
{
color: #ACDB09;
}
.AnyTagClassName
{
color: #ACDB09;
}
</style>
background-color css
<style>
a { background-color: #ACDB09; }
a { background-color: rgb(172,219,9); }
div.DivClassName
{
background-color: #ACDB09;
}
.BgClassName
{
background-color: #ACDB09;
}
</style>
border-color css
<style>
span { border-color: #ACDB09; }
span { border-color: rgb(172,219,9); }
td.TdClassName
{
border-color: #ACDB09;
}
.TagClassName
{
border-color: #ACDB09;
}
</style>