Shades of Inch Worm #ABDC28
Tints of Inch Worm #ABDC28
RGB
CMYK
RGB Variations
Color information
#ABDC28 (or 0xABDC28) is known color: Inch Worm. HEX triplet: AB, DC and 28. RGB value is (171,220,40). Sum of RGB (Red+Green+Blue) = 171+220+40=431 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.68% from 431); Green value is 220 (86.33% from 255 or 51.04% from 431); Blue value is 40 (16.02% from 255 or 9.28% from 431); Max value from RGB is 220 - color contains mainly: green. Hex color #ABDC28 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABDC28 is #5423D7. Grayscale: #B9B9B9. Windows color (decimal): -5514200 or 2677931. OLE color: 2677931.
HSL color Cylindrical-coordinate representation of color #ABDC28: hue angle of 76.33º degrees, saturation: 0.72, 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 #ABDC28 is Cyan = 0.22, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 220 | 40 | - |
| CMYK | 0.22 | 0 | 0.82 | 0.14 |
| HSL | 76.33º | 0.72% | 0.51% | - |
| HSV(B) | 76.33º | 0.82% | 0.86% | - |
| XYZ | 42.77 | 60 | 11.33 | - |
| YUV | 184.83 | 46.27 | 118.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 220 | 40 | 0.22 | 0 | 0.82 | 0.14 | 76.33 | 0.72 | 0.51 |
| Hex | AB | DC | 28 | 16 | 0 | 52 | E | 4C | 48 | 33 |
| Octal | 253 | 334 | 50 | 26 | 0 | 122 | 16 | 114 | 110 | 63 |
| Binary | 10101011 | 11011100 | 101000 | 10110 | 0 | 1010010 | 1110 | 1001100 | 1001000 | 110011 |
Color Harmonies of #ABDC28
Complementary color
Monochromatic Colors of #ABDC28
Black with #ABDC28
Text Example
Text Example
White with #ABDC28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDC28; }
p { color: rgb(171,220,40); }
H1.HeaderClassName
{
color: #ABDC28;
}
.AnyTagClassName
{
color: #ABDC28;
}
</style>
background-color css
<style>
a { background-color: #ABDC28; }
a { background-color: rgb(171,220,40); }
div.DivClassName
{
background-color: #ABDC28;
}
.BgClassName
{
background-color: #ABDC28;
}
</style>
border-color css
<style>
span { border-color: #ABDC28; }
span { border-color: rgb(171,220,40); }
td.TdClassName
{
border-color: #ABDC28;
}
.TagClassName
{
border-color: #ABDC28;
}
</style>