Shades of Inch Worm #ABDC07
Tints of Inch Worm #ABDC07
RGB
CMYK
RGB Variations
Color information
#ABDC07 (or 0xABDC07) is known color: Inch Worm. HEX triplet: AB, DC and 07. RGB value is (171,220,7). Sum of RGB (Red+Green+Blue) = 171+220+7=398 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.96% from 398); Green value is 220 (86.33% from 255 or 55.28% from 398); Blue value is 7 (3.12% from 255 or 1.76% from 398); Max value from RGB is 220 - color contains mainly: green. Hex color #ABDC07 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABDC07 is #5423F8. Grayscale: #B5B5B5. Windows color (decimal): -5514233 or 515243. OLE color: 515243.
HSL color Cylindrical-coordinate representation of color #ABDC07: hue angle of 73.8º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #ABDC07 is Cyan = 0.22, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 220 | 7 | - |
| CMYK | 0.22 | 0 | 0.97 | 0.14 |
| HSL | 73.8º | 0.94% | 0.45% | - |
| HSV(B) | 73.8º | 0.97% | 0.86% | - |
| XYZ | 42.43 | 59.86 | 9.52 | - |
| YUV | 181.07 | 29.77 | 120.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 220 | 7 | 0.22 | 0 | 0.97 | 0.14 | 73.8 | 0.94 | 0.45 |
| Hex | AB | DC | 7 | 16 | 0 | 61 | E | 4A | 5E | 2D |
| Octal | 253 | 334 | 7 | 26 | 0 | 141 | 16 | 112 | 136 | 55 |
| Binary | 10101011 | 11011100 | 111 | 10110 | 0 | 1100001 | 1110 | 1001010 | 1011110 | 101101 |
Color Harmonies of #ABDC07
Complementary color
Monochromatic Colors of #ABDC07
Black with #ABDC07
Text Example
Text Example
White with #ABDC07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDC07; }
p { color: rgb(171,220,7); }
H1.HeaderClassName
{
color: #ABDC07;
}
.AnyTagClassName
{
color: #ABDC07;
}
</style>
background-color css
<style>
a { background-color: #ABDC07; }
a { background-color: rgb(171,220,7); }
div.DivClassName
{
background-color: #ABDC07;
}
.BgClassName
{
background-color: #ABDC07;
}
</style>
border-color css
<style>
span { border-color: #ABDC07; }
span { border-color: rgb(171,220,7); }
td.TdClassName
{
border-color: #ABDC07;
}
.TagClassName
{
border-color: #ABDC07;
}
</style>