Shades of Inch Worm #A3D615
Tints of Inch Worm #A3D615
RGB
CMYK
RGB Variations
Color information
#A3D615 (or 0xA3D615) is known color: Inch Worm. HEX triplet: A3, D6 and 15. RGB value is (163,214,21). Sum of RGB (Red+Green+Blue) = 163+214+21=398 (52% of max value = 765). Red value is 163 (64.06% from 255 or 40.95% from 398); Green value is 214 (83.98% from 255 or 53.77% from 398); Blue value is 21 (8.59% from 255 or 5.28% from 398); Max value from RGB is 214 - color contains mainly: green. Hex color #A3D615 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A3D615 is #5C29EA. Grayscale: #B1B1B1. Windows color (decimal): -6040043 or 1431203. OLE color: 1431203.
HSL color Cylindrical-coordinate representation of color #A3D615: hue angle of 75.85º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A3D615 is Cyan = 0.24, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 163 | 214 | 21 | - |
| CMYK | 0.24 | 0 | 0.90 | 0.16 |
| HSL | 75.85º | 0.82% | 0.46% | - |
| HSV(B) | 75.85º | 0.9% | 0.84% | - |
| XYZ | 39.29 | 55.93 | 9.44 | - |
| YUV | 176.75 | 40.1 | 118.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 214 | 21 | 0.24 | 0 | 0.90 | 0.16 | 75.85 | 0.82 | 0.46 |
| Hex | A3 | D6 | 15 | 18 | 0 | 5A | 10 | 4C | 52 | 2E |
| Octal | 243 | 326 | 25 | 30 | 0 | 132 | 20 | 114 | 122 | 56 |
| Binary | 10100011 | 11010110 | 10101 | 11000 | 0 | 1011010 | 10000 | 1001100 | 1010010 | 101110 |
Color Harmonies of #A3D615
Complementary color
Monochromatic Colors of #A3D615
Black with #A3D615
Text Example
Text Example
White with #A3D615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3D615; }
p { color: rgb(163,214,21); }
H1.HeaderClassName
{
color: #A3D615;
}
.AnyTagClassName
{
color: #A3D615;
}
</style>
background-color css
<style>
a { background-color: #A3D615; }
a { background-color: rgb(163,214,21); }
div.DivClassName
{
background-color: #A3D615;
}
.BgClassName
{
background-color: #A3D615;
}
</style>
border-color css
<style>
span { border-color: #A3D615; }
span { border-color: rgb(163,214,21); }
td.TdClassName
{
border-color: #A3D615;
}
.TagClassName
{
border-color: #A3D615;
}
</style>