Shades of Inch Worm #ABDC09
Tints of Inch Worm #ABDC09
RGB
CMYK
RGB Variations
Color information
#ABDC09 (or 0xABDC09) is known color: Inch Worm. HEX triplet: AB, DC and 09. RGB value is (171,220,9). Sum of RGB (Red+Green+Blue) = 171+220+9=400 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.75% from 400); Green value is 220 (86.33% from 255 or 55% from 400); Blue value is 9 (3.91% from 255 or 2.25% from 400); Max value from RGB is 220 - color contains mainly: green. Hex color #ABDC09 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABDC09 is #5423F6. Grayscale: #B6B6B6. Windows color (decimal): -5514231 or 646315. OLE color: 646315.
HSL color Cylindrical-coordinate representation of color #ABDC09: hue angle of 73.93º 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 #ABDC09 is Cyan = 0.22, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 220 | 9 | - |
| CMYK | 0.22 | 0 | 0.96 | 0.14 |
| HSL | 73.93º | 0.92% | 0.45% | - |
| HSV(B) | 73.93º | 0.96% | 0.86% | - |
| XYZ | 42.44 | 59.86 | 9.58 | - |
| YUV | 181.3 | 30.77 | 120.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 220 | 9 | 0.22 | 0 | 0.96 | 0.14 | 73.93 | 0.92 | 0.45 |
| Hex | AB | DC | 9 | 16 | 0 | 60 | E | 4A | 5C | 2D |
| Octal | 253 | 334 | 11 | 26 | 0 | 140 | 16 | 112 | 134 | 55 |
| Binary | 10101011 | 11011100 | 1001 | 10110 | 0 | 1100000 | 1110 | 1001010 | 1011100 | 101101 |
Color Harmonies of #ABDC09
Complementary color
Monochromatic Colors of #ABDC09
Black with #ABDC09
Text Example
Text Example
White with #ABDC09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDC09; }
p { color: rgb(171,220,9); }
H1.HeaderClassName
{
color: #ABDC09;
}
.AnyTagClassName
{
color: #ABDC09;
}
</style>
background-color css
<style>
a { background-color: #ABDC09; }
a { background-color: rgb(171,220,9); }
div.DivClassName
{
background-color: #ABDC09;
}
.BgClassName
{
background-color: #ABDC09;
}
</style>
border-color css
<style>
span { border-color: #ABDC09; }
span { border-color: rgb(171,220,9); }
td.TdClassName
{
border-color: #ABDC09;
}
.TagClassName
{
border-color: #ABDC09;
}
</style>