Shades of Inch Worm #ACDB01
Tints of Inch Worm #ACDB01
RGB
CMYK
RGB Variations
Color information
#ACDB01 (or 0xACDB01) is known color: Inch Worm. HEX triplet: AC, DB and 01. RGB value is (172,219,1). Sum of RGB (Red+Green+Blue) = 172+219+1=392 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.88% from 392); Green value is 219 (85.94% from 255 or 55.87% from 392); Blue value is 1 (0.78% from 255 or 0.26% from 392); Max value from RGB is 219 - color contains mainly: green. Hex color #ACDB01 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACDB01 is #5324FE. Grayscale: #B4B4B4. Windows color (decimal): -5448959 or 121772. OLE color: 121772.
HSL color Cylindrical-coordinate representation of color #ACDB01: hue angle of 72.94º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ACDB01 is Cyan = 0.21, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 219 | 1 | - |
| CMYK | 0.21 | 0 | 1.00 | 0.14 |
| HSL | 72.94º | 0.99% | 0.43% | - |
| HSV(B) | 72.94º | 1% | 0.86% | - |
| XYZ | 42.35 | 59.44 | 9.27 | - |
| YUV | 180.1 | 26.93 | 122.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 219 | 1 | 0.21 | 0 | 1.00 | 0.14 | 72.94 | 0.99 | 0.43 |
| Hex | AC | DB | 1 | 15 | 0 | 64 | E | 49 | 63 | 2B |
| Octal | 254 | 333 | 1 | 25 | 0 | 144 | 16 | 111 | 143 | 53 |
| Binary | 10101100 | 11011011 | 1 | 10101 | 0 | 1100100 | 1110 | 1001001 | 1100011 | 101011 |
Color Harmonies of #ACDB01
Complementary color
Monochromatic Colors of #ACDB01
Black with #ACDB01
Text Example
Text Example
White with #ACDB01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDB01; }
p { color: rgb(172,219,1); }
H1.HeaderClassName
{
color: #ACDB01;
}
.AnyTagClassName
{
color: #ACDB01;
}
</style>
background-color css
<style>
a { background-color: #ACDB01; }
a { background-color: rgb(172,219,1); }
div.DivClassName
{
background-color: #ACDB01;
}
.BgClassName
{
background-color: #ACDB01;
}
</style>
border-color css
<style>
span { border-color: #ACDB01; }
span { border-color: rgb(172,219,1); }
td.TdClassName
{
border-color: #ACDB01;
}
.TagClassName
{
border-color: #ACDB01;
}
</style>