Shades of Inch Worm #A8D603
Tints of Inch Worm #A8D603
RGB
CMYK
RGB Variations
Color information
#A8D603 (or 0xA8D603) is known color: Inch Worm. HEX triplet: A8, D6 and 03. RGB value is (168,214,3). Sum of RGB (Red+Green+Blue) = 168+214+3=385 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.64% from 385); Green value is 214 (83.98% from 255 or 55.58% from 385); Blue value is 3 (1.56% from 255 or 0.78% from 385); Max value from RGB is 214 - color contains mainly: green. Hex color #A8D603 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8D603 is #5729FC. Grayscale: #B0B0B0. Windows color (decimal): -5712381 or 251560. OLE color: 251560.
HSL color Cylindrical-coordinate representation of color #A8D603: hue angle of 73.08º 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 #A8D603 is Cyan = 0.21, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 168 | 214 | 3 | - |
| CMYK | 0.21 | 0 | 0.99 | 0.16 |
| HSL | 73.08º | 0.97% | 0.43% | - |
| HSV(B) | 73.08º | 0.99% | 0.84% | - |
| XYZ | 40.21 | 56.42 | 8.86 | - |
| YUV | 176.19 | 30.26 | 122.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 214 | 3 | 0.21 | 0 | 0.99 | 0.16 | 73.08 | 0.97 | 0.43 |
| Hex | A8 | D6 | 3 | 15 | 0 | 63 | 10 | 49 | 61 | 2B |
| Octal | 250 | 326 | 3 | 25 | 0 | 143 | 20 | 111 | 141 | 53 |
| Binary | 10101000 | 11010110 | 11 | 10101 | 0 | 1100011 | 10000 | 1001001 | 1100001 | 101011 |
Color Harmonies of #A8D603
Complementary color
Monochromatic Colors of #A8D603
Black with #A8D603
Text Example
Text Example
White with #A8D603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D603; }
p { color: rgb(168,214,3); }
H1.HeaderClassName
{
color: #A8D603;
}
.AnyTagClassName
{
color: #A8D603;
}
</style>
background-color css
<style>
a { background-color: #A8D603; }
a { background-color: rgb(168,214,3); }
div.DivClassName
{
background-color: #A8D603;
}
.BgClassName
{
background-color: #A8D603;
}
</style>
border-color css
<style>
span { border-color: #A8D603; }
span { border-color: rgb(168,214,3); }
td.TdClassName
{
border-color: #A8D603;
}
.TagClassName
{
border-color: #A8D603;
}
</style>