Shades of Inch Worm #A8D800
Tints of Inch Worm #A8D800
RGB
CMYK
RGB Variations
Color information
#A8D800 (or 0xA8D800) is known color: Inch Worm. HEX triplet: A8, D8 and 00. RGB value is (168,216,0). Sum of RGB (Red+Green+Blue) = 168+216+0=384 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.75% from 384); Green value is 216 (84.77% from 255 or 56.25% from 384); Blue value is 0 (0.39% from 255 or 0% from 384); Max value from RGB is 216 - color contains mainly: green. Hex color #A8D800 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8D800 is #5727FF. Grayscale: #B1B1B1. Windows color (decimal): -5711872 or 55464. OLE color: 55464.
HSL color Cylindrical-coordinate representation of color #A8D800: hue angle of 73.33º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A8D800 is Cyan = 0.22, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 216 | 0 | - |
| CMYK | 0.22 | 0 | 1 | 0.15 |
| HSL | 73.33º | 1% | 0.42% | - |
| HSV(B) | 73.33º | 1% | 0.85% | - |
| XYZ | 40.7 | 57.44 | 8.94 | - |
| YUV | 177.02 | 28.1 | 121.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 216 | 0 | 0.22 | 0 | 1 | 0.15 | 73.33 | 1 | 0.42 |
| Hex | A8 | D8 | 0 | 16 | 0 | 64 | F | 49 | 64 | 2A |
| Octal | 250 | 330 | 0 | 26 | 0 | 144 | 17 | 111 | 144 | 52 |
| Binary | 10101000 | 11011000 | 0 | 10110 | 0 | 1100100 | 1111 | 1001001 | 1100100 | 101010 |
Color Harmonies of #A8D800
Complementary color
Monochromatic Colors of #A8D800
Black with #A8D800
Text Example
Text Example
White with #A8D800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D800; }
p { color: rgb(168,216,0); }
H1.HeaderClassName
{
color: #A8D800;
}
.AnyTagClassName
{
color: #A8D800;
}
</style>
background-color css
<style>
a { background-color: #A8D800; }
a { background-color: rgb(168,216,0); }
div.DivClassName
{
background-color: #A8D800;
}
.BgClassName
{
background-color: #A8D800;
}
</style>
border-color css
<style>
span { border-color: #A8D800; }
span { border-color: rgb(168,216,0); }
td.TdClassName
{
border-color: #A8D800;
}
.TagClassName
{
border-color: #A8D800;
}
</style>