Shades of Inch Worm #A8D700
Tints of Inch Worm #A8D700
RGB
CMYK
RGB Variations
Color information
#A8D700 (or 0xA8D700) is known color: Inch Worm. HEX triplet: A8, D7 and 00. RGB value is (168,215,0). Sum of RGB (Red+Green+Blue) = 168+215+0=383 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.86% from 383); Green value is 215 (84.38% from 255 or 56.14% from 383); Blue value is 0 (0.39% from 255 or 0% from 383); Max value from RGB is 215 - color contains mainly: green. Hex color #A8D700 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8D700 is #5728FF. Grayscale: #B1B1B1. Windows color (decimal): -5712128 or 55208. OLE color: 55208.
HSL color Cylindrical-coordinate representation of color #A8D700: hue angle of 73.12º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A8D700 is Cyan = 0.22, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 168 | 215 | 0 | - |
| CMYK | 0.22 | 0 | 1 | 0.16 |
| HSL | 73.12º | 1% | 0.42% | - |
| HSV(B) | 73.12º | 1% | 0.84% | - |
| XYZ | 40.45 | 56.93 | 8.86 | - |
| YUV | 176.44 | 28.43 | 121.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 215 | 0 | 0.22 | 0 | 1 | 0.16 | 73.12 | 1 | 0.42 |
| Hex | A8 | D7 | 0 | 16 | 0 | 64 | 10 | 49 | 64 | 2A |
| Octal | 250 | 327 | 0 | 26 | 0 | 144 | 20 | 111 | 144 | 52 |
| Binary | 10101000 | 11010111 | 0 | 10110 | 0 | 1100100 | 10000 | 1001001 | 1100100 | 101010 |
Color Harmonies of #A8D700
Complementary color
Monochromatic Colors of #A8D700
Black with #A8D700
Text Example
Text Example
White with #A8D700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D700; }
p { color: rgb(168,215,0); }
H1.HeaderClassName
{
color: #A8D700;
}
.AnyTagClassName
{
color: #A8D700;
}
</style>
background-color css
<style>
a { background-color: #A8D700; }
a { background-color: rgb(168,215,0); }
div.DivClassName
{
background-color: #A8D700;
}
.BgClassName
{
background-color: #A8D700;
}
</style>
border-color css
<style>
span { border-color: #A8D700; }
span { border-color: rgb(168,215,0); }
td.TdClassName
{
border-color: #A8D700;
}
.TagClassName
{
border-color: #A8D700;
}
</style>