Shades of Inch Worm #ACDB28
Tints of Inch Worm #ACDB28
RGB
CMYK
RGB Variations
Color information
#ACDB28 (or 0xACDB28) is known color: Inch Worm. HEX triplet: AC, DB and 28. RGB value is (172,219,40). Sum of RGB (Red+Green+Blue) = 172+219+40=431 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.91% from 431); Green value is 219 (85.94% from 255 or 50.81% from 431); Blue value is 40 (16.02% from 255 or 9.28% from 431); Max value from RGB is 219 - color contains mainly: green. Hex color #ACDB28 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACDB28 is #5324D7. Grayscale: #B9B9B9. Windows color (decimal): -5448920 or 2677676. OLE color: 2677676.
HSL color Cylindrical-coordinate representation of color #ACDB28: hue angle of 75.75º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #ACDB28 is Cyan = 0.21, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 219 | 40 | - |
| CMYK | 0.21 | 0 | 0.82 | 0.14 |
| HSL | 75.75º | 0.71% | 0.51% | - |
| HSV(B) | 75.75º | 0.82% | 0.86% | - |
| XYZ | 42.73 | 59.59 | 11.26 | - |
| YUV | 184.54 | 46.43 | 119.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 219 | 40 | 0.21 | 0 | 0.82 | 0.14 | 75.75 | 0.71 | 0.51 |
| Hex | AC | DB | 28 | 15 | 0 | 52 | E | 4C | 47 | 33 |
| Octal | 254 | 333 | 50 | 25 | 0 | 122 | 16 | 114 | 107 | 63 |
| Binary | 10101100 | 11011011 | 101000 | 10101 | 0 | 1010010 | 1110 | 1001100 | 1000111 | 110011 |
Color Harmonies of #ACDB28
Complementary color
Monochromatic Colors of #ACDB28
Black with #ACDB28
Text Example
Text Example
White with #ACDB28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDB28; }
p { color: rgb(172,219,40); }
H1.HeaderClassName
{
color: #ACDB28;
}
.AnyTagClassName
{
color: #ACDB28;
}
</style>
background-color css
<style>
a { background-color: #ACDB28; }
a { background-color: rgb(172,219,40); }
div.DivClassName
{
background-color: #ACDB28;
}
.BgClassName
{
background-color: #ACDB28;
}
</style>
border-color css
<style>
span { border-color: #ACDB28; }
span { border-color: rgb(172,219,40); }
td.TdClassName
{
border-color: #ACDB28;
}
.TagClassName
{
border-color: #ACDB28;
}
</style>