Shades of Inch Worm #A3DA00
Tints of Inch Worm #A3DA00
RGB
CMYK
RGB Variations
Color information
#A3DA00 (or 0xA3DA00) is known color: Inch Worm. HEX triplet: A3, DA and 00. RGB value is (163,218,0). Sum of RGB (Red+Green+Blue) = 163+218+0=381 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.78% from 381); Green value is 218 (85.55% from 255 or 57.22% from 381); Blue value is 0 (0.39% from 255 or 0% from 381); Max value from RGB is 218 - color contains mainly: green. Hex color #A3DA00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A3DA00 is #5C25FF. Grayscale: #B1B1B1. Windows color (decimal): -6039040 or 55971. OLE color: 55971.
HSL color Cylindrical-coordinate representation of color #A3DA00: hue angle of 75.14º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A3DA00 is Cyan = 0.25, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 163 | 218 | 0 | - |
| CMYK | 0.25 | 0 | 1 | 0.15 |
| HSL | 75.14º | 1% | 0.43% | - |
| HSV(B) | 75.14º | 1% | 0.85% | - |
| XYZ | 40.18 | 57.93 | 9.06 | - |
| YUV | 176.7 | 28.28 | 118.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 218 | 0 | 0.25 | 0 | 1 | 0.15 | 75.14 | 1 | 0.43 |
| Hex | A3 | DA | 0 | 19 | 0 | 64 | F | 4B | 64 | 2B |
| Octal | 243 | 332 | 0 | 31 | 0 | 144 | 17 | 113 | 144 | 53 |
| Binary | 10100011 | 11011010 | 0 | 11001 | 0 | 1100100 | 1111 | 1001011 | 1100100 | 101011 |
Color Harmonies of #A3DA00
Complementary color
Monochromatic Colors of #A3DA00
Black with #A3DA00
Text Example
Text Example
White with #A3DA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3DA00; }
p { color: rgb(163,218,0); }
H1.HeaderClassName
{
color: #A3DA00;
}
.AnyTagClassName
{
color: #A3DA00;
}
</style>
background-color css
<style>
a { background-color: #A3DA00; }
a { background-color: rgb(163,218,0); }
div.DivClassName
{
background-color: #A3DA00;
}
.BgClassName
{
background-color: #A3DA00;
}
</style>
border-color css
<style>
span { border-color: #A3DA00; }
span { border-color: rgb(163,218,0); }
td.TdClassName
{
border-color: #A3DA00;
}
.TagClassName
{
border-color: #A3DA00;
}
</style>