Shades of Inch Worm #A3D605
Tints of Inch Worm #A3D605
RGB
CMYK
RGB Variations
Color information
#A3D605 (or 0xA3D605) is known color: Inch Worm. HEX triplet: A3, D6 and 05. RGB value is (163,214,5). Sum of RGB (Red+Green+Blue) = 163+214+5=382 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.67% from 382); Green value is 214 (83.98% from 255 or 56.02% from 382); Blue value is 5 (2.34% from 255 or 1.31% from 382); Max value from RGB is 214 - color contains mainly: green. Hex color #A3D605 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A3D605 is #5C29FA. Grayscale: #AFAFAF. Windows color (decimal): -6040059 or 382627. OLE color: 382627.
HSL color Cylindrical-coordinate representation of color #A3D605: hue angle of 74.64º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A3D605 is Cyan = 0.24, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 163 | 214 | 5 | - |
| CMYK | 0.24 | 0 | 0.98 | 0.16 |
| HSL | 74.64º | 0.95% | 0.43% | - |
| HSV(B) | 74.64º | 0.98% | 0.84% | - |
| XYZ | 39.18 | 55.89 | 8.87 | - |
| YUV | 174.93 | 32.1 | 119.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 214 | 5 | 0.24 | 0 | 0.98 | 0.16 | 74.64 | 0.95 | 0.43 |
| Hex | A3 | D6 | 5 | 18 | 0 | 62 | 10 | 4B | 5F | 2B |
| Octal | 243 | 326 | 5 | 30 | 0 | 142 | 20 | 113 | 137 | 53 |
| Binary | 10100011 | 11010110 | 101 | 11000 | 0 | 1100010 | 10000 | 1001011 | 1011111 | 101011 |
Color Harmonies of #A3D605
Complementary color
Monochromatic Colors of #A3D605
Black with #A3D605
Text Example
Text Example
White with #A3D605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3D605; }
p { color: rgb(163,214,5); }
H1.HeaderClassName
{
color: #A3D605;
}
.AnyTagClassName
{
color: #A3D605;
}
</style>
background-color css
<style>
a { background-color: #A3D605; }
a { background-color: rgb(163,214,5); }
div.DivClassName
{
background-color: #A3D605;
}
.BgClassName
{
background-color: #A3D605;
}
</style>
border-color css
<style>
span { border-color: #A3D605; }
span { border-color: rgb(163,214,5); }
td.TdClassName
{
border-color: #A3D605;
}
.TagClassName
{
border-color: #A3D605;
}
</style>