Shades of Inch Worm #A3D50F
Tints of Inch Worm #A3D50F
RGB
CMYK
RGB Variations
Color information
#A3D50F (or 0xA3D50F) is known color: Inch Worm. HEX triplet: A3, D5 and 0F. RGB value is (163,213,15). Sum of RGB (Red+Green+Blue) = 163+213+15=391 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.69% from 391); Green value is 213 (83.59% from 255 or 54.48% from 391); Blue value is 15 (6.25% from 255 or 3.84% from 391); Max value from RGB is 213 - color contains mainly: green. Hex color #A3D50F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A3D50F is #5C2AF0. Grayscale: #B0B0B0. Windows color (decimal): -6040305 or 1037731. OLE color: 1037731.
HSL color Cylindrical-coordinate representation of color #A3D50F: hue angle of 75.15º degrees, saturation: 0.87, 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 #A3D50F is Cyan = 0.23, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 163 | 213 | 15 | - |
| CMYK | 0.23 | 0 | 0.93 | 0.16 |
| HSL | 75.15º | 0.87% | 0.45% | - |
| HSV(B) | 75.15º | 0.93% | 0.84% | - |
| XYZ | 38.98 | 55.41 | 9.09 | - |
| YUV | 175.48 | 37.44 | 119.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 213 | 15 | 0.23 | 0 | 0.93 | 0.16 | 75.15 | 0.87 | 0.45 |
| Hex | A3 | D5 | F | 17 | 0 | 5D | 10 | 4B | 57 | 2D |
| Octal | 243 | 325 | 17 | 27 | 0 | 135 | 20 | 113 | 127 | 55 |
| Binary | 10100011 | 11010101 | 1111 | 10111 | 0 | 1011101 | 10000 | 1001011 | 1010111 | 101101 |
Color Harmonies of #A3D50F
Complementary color
Monochromatic Colors of #A3D50F
Black with #A3D50F
Text Example
Text Example
White with #A3D50F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3D50F; }
p { color: rgb(163,213,15); }
H1.HeaderClassName
{
color: #A3D50F;
}
.AnyTagClassName
{
color: #A3D50F;
}
</style>
background-color css
<style>
a { background-color: #A3D50F; }
a { background-color: rgb(163,213,15); }
div.DivClassName
{
background-color: #A3D50F;
}
.BgClassName
{
background-color: #A3D50F;
}
</style>
border-color css
<style>
span { border-color: #A3D50F; }
span { border-color: rgb(163,213,15); }
td.TdClassName
{
border-color: #A3D50F;
}
.TagClassName
{
border-color: #A3D50F;
}
</style>