Shades of Inch Worm #A8DC05
Tints of Inch Worm #A8DC05
RGB
CMYK
RGB Variations
Color information
#A8DC05 (or 0xA8DC05) is known color: Inch Worm. HEX triplet: A8, DC and 05. RGB value is (168,220,5). Sum of RGB (Red+Green+Blue) = 168+220+5=393 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.75% from 393); Green value is 220 (86.33% from 255 or 55.98% from 393); Blue value is 5 (2.34% from 255 or 1.27% from 393); Max value from RGB is 220 - color contains mainly: green. Hex color #A8DC05 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8DC05 is #5723FA. Grayscale: #B4B4B4. Windows color (decimal): -5710843 or 384168. OLE color: 384168.
HSL color Cylindrical-coordinate representation of color #A8DC05: hue angle of 74.51º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A8DC05 is Cyan = 0.24, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 220 | 5 | - |
| CMYK | 0.24 | 0 | 0.98 | 0.14 |
| HSL | 74.51º | 0.96% | 0.44% | - |
| HSV(B) | 74.51º | 0.98% | 0.86% | - |
| XYZ | 41.77 | 59.52 | 9.43 | - |
| YUV | 179.94 | 29.27 | 119.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 220 | 5 | 0.24 | 0 | 0.98 | 0.14 | 74.51 | 0.96 | 0.44 |
| Hex | A8 | DC | 5 | 18 | 0 | 62 | E | 4B | 60 | 2C |
| Octal | 250 | 334 | 5 | 30 | 0 | 142 | 16 | 113 | 140 | 54 |
| Binary | 10101000 | 11011100 | 101 | 11000 | 0 | 1100010 | 1110 | 1001011 | 1100000 | 101100 |
Color Harmonies of #A8DC05
Complementary color
Monochromatic Colors of #A8DC05
Black with #A8DC05
Text Example
Text Example
White with #A8DC05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DC05; }
p { color: rgb(168,220,5); }
H1.HeaderClassName
{
color: #A8DC05;
}
.AnyTagClassName
{
color: #A8DC05;
}
</style>
background-color css
<style>
a { background-color: #A8DC05; }
a { background-color: rgb(168,220,5); }
div.DivClassName
{
background-color: #A8DC05;
}
.BgClassName
{
background-color: #A8DC05;
}
</style>
border-color css
<style>
span { border-color: #A8DC05; }
span { border-color: rgb(168,220,5); }
td.TdClassName
{
border-color: #A8DC05;
}
.TagClassName
{
border-color: #A8DC05;
}
</style>