Shades of Inch Worm #A3E114
Tints of Inch Worm #A3E114
RGB
CMYK
RGB Variations
Color information
#A3E114 (or 0xA3E114) is known color: Inch Worm. HEX triplet: A3, E1 and 14. RGB value is (163,225,20). Sum of RGB (Red+Green+Blue) = 163+225+20=408 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.95% from 408); Green value is 225 (88.28% from 255 or 55.15% from 408); Blue value is 20 (8.20% from 255 or 4.90% from 408); Max value from RGB is 225 - color contains mainly: green. Hex color #A3E114 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A3E114 is #5C1EEB. Grayscale: #B7B7B7. Windows color (decimal): -6037228 or 1368483. OLE color: 1368483.
HSL color Cylindrical-coordinate representation of color #A3E114: hue angle of 78.15º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A3E114 is Cyan = 0.28, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 163 | 225 | 20 | - |
| CMYK | 0.28 | 0 | 0.91 | 0.12 |
| HSL | 78.15º | 0.84% | 0.48% | - |
| HSV(B) | 78.15º | 0.91% | 0.88% | - |
| XYZ | 42.16 | 61.69 | 10.35 | - |
| YUV | 183.09 | 35.96 | 113.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 225 | 20 | 0.28 | 0 | 0.91 | 0.12 | 78.15 | 0.84 | 0.48 |
| Hex | A3 | E1 | 14 | 1C | 0 | 5B | C | 4E | 54 | 30 |
| Octal | 243 | 341 | 24 | 34 | 0 | 133 | 14 | 116 | 124 | 60 |
| Binary | 10100011 | 11100001 | 10100 | 11100 | 0 | 1011011 | 1100 | 1001110 | 1010100 | 110000 |
Color Harmonies of #A3E114
Complementary color
Monochromatic Colors of #A3E114
Black with #A3E114
Text Example
Text Example
White with #A3E114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3E114; }
p { color: rgb(163,225,20); }
H1.HeaderClassName
{
color: #A3E114;
}
.AnyTagClassName
{
color: #A3E114;
}
</style>
background-color css
<style>
a { background-color: #A3E114; }
a { background-color: rgb(163,225,20); }
div.DivClassName
{
background-color: #A3E114;
}
.BgClassName
{
background-color: #A3E114;
}
</style>
border-color css
<style>
span { border-color: #A3E114; }
span { border-color: rgb(163,225,20); }
td.TdClassName
{
border-color: #A3E114;
}
.TagClassName
{
border-color: #A3E114;
}
</style>