Shades of Inch Worm #A3D50E
Tints of Inch Worm #A3D50E
RGB
CMYK
RGB Variations
Color information
#A3D50E (or 0xA3D50E) is known color: Inch Worm. HEX triplet: A3, D5 and 0E. RGB value is (163,213,14). Sum of RGB (Red+Green+Blue) = 163+213+14=390 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.79% from 390); Green value is 213 (83.59% from 255 or 54.62% from 390); Blue value is 14 (5.86% from 255 or 3.59% from 390); Max value from RGB is 213 - color contains mainly: green. Hex color #A3D50E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A3D50E is #5C2AF1. Grayscale: #B0B0B0. Windows color (decimal): -6040306 or 972195. OLE color: 972195.
HSL color Cylindrical-coordinate representation of color #A3D50E: hue angle of 75.08º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A3D50E is Cyan = 0.23, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 163 | 213 | 14 | - |
| CMYK | 0.23 | 0 | 0.93 | 0.16 |
| HSL | 75.08º | 0.88% | 0.45% | - |
| HSV(B) | 75.08º | 0.93% | 0.84% | - |
| XYZ | 38.98 | 55.41 | 9.06 | - |
| YUV | 175.36 | 36.94 | 119.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 213 | 14 | 0.23 | 0 | 0.93 | 0.16 | 75.08 | 0.88 | 0.45 |
| Hex | A3 | D5 | E | 17 | 0 | 5D | 10 | 4B | 58 | 2D |
| Octal | 243 | 325 | 16 | 27 | 0 | 135 | 20 | 113 | 130 | 55 |
| Binary | 10100011 | 11010101 | 1110 | 10111 | 0 | 1011101 | 10000 | 1001011 | 1011000 | 101101 |
Color Harmonies of #A3D50E
Complementary color
Monochromatic Colors of #A3D50E
Black with #A3D50E
Text Example
Text Example
White with #A3D50E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3D50E; }
p { color: rgb(163,213,14); }
H1.HeaderClassName
{
color: #A3D50E;
}
.AnyTagClassName
{
color: #A3D50E;
}
</style>
background-color css
<style>
a { background-color: #A3D50E; }
a { background-color: rgb(163,213,14); }
div.DivClassName
{
background-color: #A3D50E;
}
.BgClassName
{
background-color: #A3D50E;
}
</style>
border-color css
<style>
span { border-color: #A3D50E; }
span { border-color: rgb(163,213,14); }
td.TdClassName
{
border-color: #A3D50E;
}
.TagClassName
{
border-color: #A3D50E;
}
</style>