Shades of Inch Worm #A9D503
Tints of Inch Worm #A9D503
RGB
CMYK
RGB Variations
Color information
#A9D503 (or 0xA9D503) is known color: Inch Worm. HEX triplet: A9, D5 and 03. RGB value is (169,213,3). Sum of RGB (Red+Green+Blue) = 169+213+3=385 (50% of max value = 765). Red value is 169 (66.41% from 255 or 43.90% from 385); Green value is 213 (83.59% from 255 or 55.32% from 385); Blue value is 3 (1.56% from 255 or 0.78% from 385); Max value from RGB is 213 - color contains mainly: green. Hex color #A9D503 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A9D503 is #562AFC. Grayscale: #B0B0B0. Windows color (decimal): -5647101 or 251305. OLE color: 251305.
HSL color Cylindrical-coordinate representation of color #A9D503: hue angle of 72.57º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A9D503 is Cyan = 0.21, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 169 | 213 | 3 | - |
| CMYK | 0.21 | 0 | 0.99 | 0.16 |
| HSL | 72.57º | 0.97% | 0.42% | - |
| HSV(B) | 72.57º | 0.99% | 0.84% | - |
| XYZ | 40.17 | 56.03 | 8.78 | - |
| YUV | 175.9 | 30.42 | 123.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 213 | 3 | 0.21 | 0 | 0.99 | 0.16 | 72.57 | 0.97 | 0.42 |
| Hex | A9 | D5 | 3 | 15 | 0 | 63 | 10 | 49 | 61 | 2A |
| Octal | 251 | 325 | 3 | 25 | 0 | 143 | 20 | 111 | 141 | 52 |
| Binary | 10101001 | 11010101 | 11 | 10101 | 0 | 1100011 | 10000 | 1001001 | 1100001 | 101010 |
Color Harmonies of #A9D503
Complementary color
Monochromatic Colors of #A9D503
Black with #A9D503
Text Example
Text Example
White with #A9D503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9D503; }
p { color: rgb(169,213,3); }
H1.HeaderClassName
{
color: #A9D503;
}
.AnyTagClassName
{
color: #A9D503;
}
</style>
background-color css
<style>
a { background-color: #A9D503; }
a { background-color: rgb(169,213,3); }
div.DivClassName
{
background-color: #A9D503;
}
.BgClassName
{
background-color: #A9D503;
}
</style>
border-color css
<style>
span { border-color: #A9D503; }
span { border-color: rgb(169,213,3); }
td.TdClassName
{
border-color: #A9D503;
}
.TagClassName
{
border-color: #A9D503;
}
</style>