Shades of Inch Worm #A8DC1A
Tints of Inch Worm #A8DC1A
RGB
CMYK
RGB Variations
Color information
#A8DC1A (or 0xA8DC1A) is known color: Inch Worm. HEX triplet: A8, DC and 1A. RGB value is (168,220,26). Sum of RGB (Red+Green+Blue) = 168+220+26=414 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.58% from 414); Green value is 220 (86.33% from 255 or 53.14% from 414); Blue value is 26 (10.55% from 255 or 6.28% from 414); Max value from RGB is 220 - color contains mainly: green. Hex color #A8DC1A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8DC1A is #5723E5. Grayscale: #B7B7B7. Windows color (decimal): -5710822 or 1760424. OLE color: 1760424.
HSL color Cylindrical-coordinate representation of color #A8DC1A: hue angle of 76.08º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A8DC1A is Cyan = 0.24, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 220 | 26 | - |
| CMYK | 0.24 | 0 | 0.88 | 0.14 |
| HSL | 76.08º | 0.79% | 0.48% | - |
| HSV(B) | 76.08º | 0.88% | 0.86% | - |
| XYZ | 41.93 | 59.59 | 10.27 | - |
| YUV | 182.34 | 39.77 | 117.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 220 | 26 | 0.24 | 0 | 0.88 | 0.14 | 76.08 | 0.79 | 0.48 |
| Hex | A8 | DC | 1A | 18 | 0 | 58 | E | 4C | 4F | 30 |
| Octal | 250 | 334 | 32 | 30 | 0 | 130 | 16 | 114 | 117 | 60 |
| Binary | 10101000 | 11011100 | 11010 | 11000 | 0 | 1011000 | 1110 | 1001100 | 1001111 | 110000 |
Color Harmonies of #A8DC1A
Complementary color
Monochromatic Colors of #A8DC1A
Black with #A8DC1A
Text Example
Text Example
White with #A8DC1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DC1A; }
p { color: rgb(168,220,26); }
H1.HeaderClassName
{
color: #A8DC1A;
}
.AnyTagClassName
{
color: #A8DC1A;
}
</style>
background-color css
<style>
a { background-color: #A8DC1A; }
a { background-color: rgb(168,220,26); }
div.DivClassName
{
background-color: #A8DC1A;
}
.BgClassName
{
background-color: #A8DC1A;
}
</style>
border-color css
<style>
span { border-color: #A8DC1A; }
span { border-color: rgb(168,220,26); }
td.TdClassName
{
border-color: #A8DC1A;
}
.TagClassName
{
border-color: #A8DC1A;
}
</style>