Shades of Inch Worm #A8DC1E
Tints of Inch Worm #A8DC1E
RGB
CMYK
RGB Variations
Color information
#A8DC1E (or 0xA8DC1E) is known color: Inch Worm. HEX triplet: A8, DC and 1E. RGB value is (168,220,30). Sum of RGB (Red+Green+Blue) = 168+220+30=418 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.19% from 418); Green value is 220 (86.33% from 255 or 52.63% from 418); Blue value is 30 (12.11% from 255 or 7.18% from 418); Max value from RGB is 220 - color contains mainly: green. Hex color #A8DC1E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8DC1E is #5723E1. Grayscale: #B7B7B7. Windows color (decimal): -5710818 or 2022568. OLE color: 2022568.
HSL color Cylindrical-coordinate representation of color #A8DC1E: hue angle of 76.42º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A8DC1E is Cyan = 0.24, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 220 | 30 | - |
| CMYK | 0.24 | 0 | 0.86 | 0.14 |
| HSL | 76.42º | 0.76% | 0.49% | - |
| HSV(B) | 76.42º | 0.86% | 0.86% | - |
| XYZ | 41.98 | 59.6 | 10.52 | - |
| YUV | 182.79 | 41.77 | 117.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 220 | 30 | 0.24 | 0 | 0.86 | 0.14 | 76.42 | 0.76 | 0.49 |
| Hex | A8 | DC | 1E | 18 | 0 | 56 | E | 4C | 4C | 31 |
| Octal | 250 | 334 | 36 | 30 | 0 | 126 | 16 | 114 | 114 | 61 |
| Binary | 10101000 | 11011100 | 11110 | 11000 | 0 | 1010110 | 1110 | 1001100 | 1001100 | 110001 |
Color Harmonies of #A8DC1E
Complementary color
Monochromatic Colors of #A8DC1E
Black with #A8DC1E
Text Example
Text Example
White with #A8DC1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DC1E; }
p { color: rgb(168,220,30); }
H1.HeaderClassName
{
color: #A8DC1E;
}
.AnyTagClassName
{
color: #A8DC1E;
}
</style>
background-color css
<style>
a { background-color: #A8DC1E; }
a { background-color: rgb(168,220,30); }
div.DivClassName
{
background-color: #A8DC1E;
}
.BgClassName
{
background-color: #A8DC1E;
}
</style>
border-color css
<style>
span { border-color: #A8DC1E; }
span { border-color: rgb(168,220,30); }
td.TdClassName
{
border-color: #A8DC1E;
}
.TagClassName
{
border-color: #A8DC1E;
}
</style>