Shades of Inch Worm #A3D415
Tints of Inch Worm #A3D415
RGB
CMYK
RGB Variations
Color information
#A3D415 (or 0xA3D415) is known color: Inch Worm. HEX triplet: A3, D4 and 15. RGB value is (163,212,21). Sum of RGB (Red+Green+Blue) = 163+212+21=396 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.16% from 396); Green value is 212 (83.20% from 255 or 53.54% from 396); Blue value is 21 (8.59% from 255 or 5.30% from 396); Max value from RGB is 212 - color contains mainly: green. Hex color #A3D415 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A3D415 is #5C2BEA. Grayscale: #B0B0B0. Windows color (decimal): -6040555 or 1430691. OLE color: 1430691.
HSL color Cylindrical-coordinate representation of color #A3D415: hue angle of 75.39º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A3D415 is Cyan = 0.23, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 163 | 212 | 21 | - |
| CMYK | 0.23 | 0 | 0.90 | 0.17 |
| HSL | 75.39º | 0.82% | 0.46% | - |
| HSV(B) | 75.39º | 0.9% | 0.83% | - |
| XYZ | 38.78 | 54.93 | 9.27 | - |
| YUV | 175.58 | 40.77 | 119.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 212 | 21 | 0.23 | 0 | 0.90 | 0.17 | 75.39 | 0.82 | 0.46 |
| Hex | A3 | D4 | 15 | 17 | 0 | 5A | 11 | 4B | 52 | 2E |
| Octal | 243 | 324 | 25 | 27 | 0 | 132 | 21 | 113 | 122 | 56 |
| Binary | 10100011 | 11010100 | 10101 | 10111 | 0 | 1011010 | 10001 | 1001011 | 1010010 | 101110 |
Color Harmonies of #A3D415
Complementary color
Monochromatic Colors of #A3D415
Black with #A3D415
Text Example
Text Example
White with #A3D415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3D415; }
p { color: rgb(163,212,21); }
H1.HeaderClassName
{
color: #A3D415;
}
.AnyTagClassName
{
color: #A3D415;
}
</style>
background-color css
<style>
a { background-color: #A3D415; }
a { background-color: rgb(163,212,21); }
div.DivClassName
{
background-color: #A3D415;
}
.BgClassName
{
background-color: #A3D415;
}
</style>
border-color css
<style>
span { border-color: #A3D415; }
span { border-color: rgb(163,212,21); }
td.TdClassName
{
border-color: #A3D415;
}
.TagClassName
{
border-color: #A3D415;
}
</style>