Shades of Inch Worm #A8D004
Tints of Inch Worm #A8D004
RGB
CMYK
RGB Variations
Color information
#A8D004 (or 0xA8D004) is known color: Inch Worm. HEX triplet: A8, D0 and 04. RGB value is (168,208,4). Sum of RGB (Red+Green+Blue) = 168+208+4=380 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.21% from 380); Green value is 208 (81.64% from 255 or 54.74% from 380); Blue value is 4 (1.95% from 255 or 1.05% from 380); Max value from RGB is 208 - color contains mainly: green. Hex color #A8D004 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8D004 is #572FFB. Grayscale: #ADADAD. Windows color (decimal): -5713916 or 315560. OLE color: 315560.
HSL color Cylindrical-coordinate representation of color #A8D004: hue angle of 71.76º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A8D004 is Cyan = 0.19, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 168 | 208 | 4 | - |
| CMYK | 0.19 | 0 | 0.98 | 0.18 |
| HSL | 71.76º | 0.96% | 0.42% | - |
| HSV(B) | 71.76º | 0.98% | 0.82% | - |
| XYZ | 38.73 | 53.45 | 8.39 | - |
| YUV | 172.78 | 32.75 | 124.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 208 | 4 | 0.19 | 0 | 0.98 | 0.18 | 71.76 | 0.96 | 0.42 |
| Hex | A8 | D0 | 4 | 13 | 0 | 62 | 12 | 48 | 60 | 2A |
| Octal | 250 | 320 | 4 | 23 | 0 | 142 | 22 | 110 | 140 | 52 |
| Binary | 10101000 | 11010000 | 100 | 10011 | 0 | 1100010 | 10010 | 1001000 | 1100000 | 101010 |
Color Harmonies of #A8D004
Complementary color
Monochromatic Colors of #A8D004
Black with #A8D004
Text Example
Text Example
White with #A8D004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D004; }
p { color: rgb(168,208,4); }
H1.HeaderClassName
{
color: #A8D004;
}
.AnyTagClassName
{
color: #A8D004;
}
</style>
background-color css
<style>
a { background-color: #A8D004; }
a { background-color: rgb(168,208,4); }
div.DivClassName
{
background-color: #A8D004;
}
.BgClassName
{
background-color: #A8D004;
}
</style>
border-color css
<style>
span { border-color: #A8D004; }
span { border-color: rgb(168,208,4); }
td.TdClassName
{
border-color: #A8D004;
}
.TagClassName
{
border-color: #A8D004;
}
</style>