Shades of Inch Worm #A0D403
Tints of Inch Worm #A0D403
RGB
CMYK
RGB Variations
Color information
#A0D403 (or 0xA0D403) is known color: Inch Worm. HEX triplet: A0, D4 and 03. RGB value is (160,212,3). Sum of RGB (Red+Green+Blue) = 160+212+3=375 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.67% from 375); Green value is 212 (83.20% from 255 or 56.53% from 375); Blue value is 3 (1.56% from 255 or 0.8% from 375); Max value from RGB is 212 - color contains mainly: green. Hex color #A0D403 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0D403 is #5F2BFC. Grayscale: #ADADAD. Windows color (decimal): -6237181 or 251040. OLE color: 251040.
HSL color Cylindrical-coordinate representation of color #A0D403: hue angle of 74.93º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A0D403 is Cyan = 0.25, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 160 | 212 | 3 | - |
| CMYK | 0.25 | 0 | 0.99 | 0.17 |
| HSL | 74.93º | 0.97% | 0.42% | - |
| HSV(B) | 74.93º | 0.99% | 0.83% | - |
| XYZ | 38.06 | 54.57 | 8.61 | - |
| YUV | 172.63 | 32.27 | 118.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 212 | 3 | 0.25 | 0 | 0.99 | 0.17 | 74.93 | 0.97 | 0.42 |
| Hex | A0 | D4 | 3 | 19 | 0 | 63 | 11 | 4B | 61 | 2A |
| Octal | 240 | 324 | 3 | 31 | 0 | 143 | 21 | 113 | 141 | 52 |
| Binary | 10100000 | 11010100 | 11 | 11001 | 0 | 1100011 | 10001 | 1001011 | 1100001 | 101010 |
Color Harmonies of #A0D403
Complementary color
Monochromatic Colors of #A0D403
Black with #A0D403
Text Example
Text Example
White with #A0D403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D403; }
p { color: rgb(160,212,3); }
H1.HeaderClassName
{
color: #A0D403;
}
.AnyTagClassName
{
color: #A0D403;
}
</style>
background-color css
<style>
a { background-color: #A0D403; }
a { background-color: rgb(160,212,3); }
div.DivClassName
{
background-color: #A0D403;
}
.BgClassName
{
background-color: #A0D403;
}
</style>
border-color css
<style>
span { border-color: #A0D403; }
span { border-color: rgb(160,212,3); }
td.TdClassName
{
border-color: #A0D403;
}
.TagClassName
{
border-color: #A0D403;
}
</style>