Shades of Inch Worm #A8D703
Tints of Inch Worm #A8D703
RGB
CMYK
RGB Variations
Color information
#A8D703 (or 0xA8D703) is known color: Inch Worm. HEX triplet: A8, D7 and 03. RGB value is (168,215,3). Sum of RGB (Red+Green+Blue) = 168+215+3=386 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.52% from 386); Green value is 215 (84.38% from 255 or 55.70% from 386); Blue value is 3 (1.56% from 255 or 0.78% from 386); Max value from RGB is 215 - color contains mainly: green. Hex color #A8D703 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8D703 is #5728FC. Grayscale: #B1B1B1. Windows color (decimal): -5712125 or 251816. OLE color: 251816.
HSL color Cylindrical-coordinate representation of color #A8D703: hue angle of 73.3º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A8D703 is Cyan = 0.22, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 168 | 215 | 3 | - |
| CMYK | 0.22 | 0 | 0.99 | 0.16 |
| HSL | 73.3º | 0.97% | 0.43% | - |
| HSV(B) | 73.3º | 0.99% | 0.84% | - |
| XYZ | 40.47 | 56.93 | 8.94 | - |
| YUV | 176.78 | 29.93 | 121.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 215 | 3 | 0.22 | 0 | 0.99 | 0.16 | 73.3 | 0.97 | 0.43 |
| Hex | A8 | D7 | 3 | 16 | 0 | 63 | 10 | 49 | 61 | 2B |
| Octal | 250 | 327 | 3 | 26 | 0 | 143 | 20 | 111 | 141 | 53 |
| Binary | 10101000 | 11010111 | 11 | 10110 | 0 | 1100011 | 10000 | 1001001 | 1100001 | 101011 |
Color Harmonies of #A8D703
Complementary color
Monochromatic Colors of #A8D703
Black with #A8D703
Text Example
Text Example
White with #A8D703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D703; }
p { color: rgb(168,215,3); }
H1.HeaderClassName
{
color: #A8D703;
}
.AnyTagClassName
{
color: #A8D703;
}
</style>
background-color css
<style>
a { background-color: #A8D703; }
a { background-color: rgb(168,215,3); }
div.DivClassName
{
background-color: #A8D703;
}
.BgClassName
{
background-color: #A8D703;
}
</style>
border-color css
<style>
span { border-color: #A8D703; }
span { border-color: rgb(168,215,3); }
td.TdClassName
{
border-color: #A8D703;
}
.TagClassName
{
border-color: #A8D703;
}
</style>