Shades of Inch Worm #A8D100
Tints of Inch Worm #A8D100
RGB
CMYK
RGB Variations
Color information
#A8D100 (or 0xA8D100) is known color: Inch Worm. HEX triplet: A8, D1 and 00. RGB value is (168,209,0). Sum of RGB (Red+Green+Blue) = 168+209+0=377 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.56% from 377); Green value is 209 (82.03% from 255 or 55.44% from 377); Blue value is 0 (0.39% from 255 or 0% from 377); Max value from RGB is 209 - color contains mainly: green. Hex color #A8D100 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8D100 is #572EFF. Grayscale: #ADADAD. Windows color (decimal): -5713664 or 53672. OLE color: 53672.
HSL color Cylindrical-coordinate representation of color #A8D100: hue angle of 71.77º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A8D100 is Cyan = 0.20, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 168 | 209 | 0 | - |
| CMYK | 0.20 | 0 | 1 | 0.18 |
| HSL | 71.77º | 1% | 0.41% | - |
| HSV(B) | 71.77º | 1% | 0.82% | - |
| XYZ | 38.95 | 53.93 | 8.36 | - |
| YUV | 172.92 | 30.42 | 124.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 209 | 0 | 0.20 | 0 | 1 | 0.18 | 71.77 | 1 | 0.41 |
| Hex | A8 | D1 | 0 | 14 | 0 | 64 | 12 | 48 | 64 | 29 |
| Octal | 250 | 321 | 0 | 24 | 0 | 144 | 22 | 110 | 144 | 51 |
| Binary | 10101000 | 11010001 | 0 | 10100 | 0 | 1100100 | 10010 | 1001000 | 1100100 | 101001 |
Color Harmonies of #A8D100
Complementary color
Monochromatic Colors of #A8D100
Black with #A8D100
Text Example
Text Example
White with #A8D100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D100; }
p { color: rgb(168,209,0); }
H1.HeaderClassName
{
color: #A8D100;
}
.AnyTagClassName
{
color: #A8D100;
}
</style>
background-color css
<style>
a { background-color: #A8D100; }
a { background-color: rgb(168,209,0); }
div.DivClassName
{
background-color: #A8D100;
}
.BgClassName
{
background-color: #A8D100;
}
</style>
border-color css
<style>
span { border-color: #A8D100; }
span { border-color: rgb(168,209,0); }
td.TdClassName
{
border-color: #A8D100;
}
.TagClassName
{
border-color: #A8D100;
}
</style>