Shades of Inch Worm #A3EA14
Tints of Inch Worm #A3EA14
RGB
CMYK
RGB Variations
Color information
#A3EA14 (or 0xA3EA14) is known color: Inch Worm. HEX triplet: A3, EA and 14. RGB value is (163,234,20). Sum of RGB (Red+Green+Blue) = 163+234+20=417 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.09% from 417); Green value is 234 (91.80% from 255 or 56.12% from 417); Blue value is 20 (8.20% from 255 or 4.80% from 417); Max value from RGB is 234 - color contains mainly: green. Hex color #A3EA14 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A3EA14 is #5C15EB. Grayscale: #BDBDBD. Windows color (decimal): -6034924 or 1370787. OLE color: 1370787.
HSL color Cylindrical-coordinate representation of color #A3EA14: hue angle of 79.91º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A3EA14 is Cyan = 0.30, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 163 | 234 | 20 | - |
| CMYK | 0.30 | 0 | 0.91 | 0.08 |
| HSL | 79.91º | 0.84% | 0.5% | - |
| HSV(B) | 79.91º | 0.91% | 0.92% | - |
| XYZ | 44.65 | 66.68 | 11.18 | - |
| YUV | 188.38 | 32.98 | 109.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 234 | 20 | 0.30 | 0 | 0.91 | 0.08 | 79.91 | 0.84 | 0.5 |
| Hex | A3 | EA | 14 | 1E | 0 | 5B | 8 | 50 | 54 | 32 |
| Octal | 243 | 352 | 24 | 36 | 0 | 133 | 10 | 120 | 124 | 62 |
| Binary | 10100011 | 11101010 | 10100 | 11110 | 0 | 1011011 | 1000 | 1010000 | 1010100 | 110010 |
Color Harmonies of #A3EA14
Complementary color
Monochromatic Colors of #A3EA14
Black with #A3EA14
Text Example
Text Example
White with #A3EA14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3EA14; }
p { color: rgb(163,234,20); }
H1.HeaderClassName
{
color: #A3EA14;
}
.AnyTagClassName
{
color: #A3EA14;
}
</style>
background-color css
<style>
a { background-color: #A3EA14; }
a { background-color: rgb(163,234,20); }
div.DivClassName
{
background-color: #A3EA14;
}
.BgClassName
{
background-color: #A3EA14;
}
</style>
border-color css
<style>
span { border-color: #A3EA14; }
span { border-color: rgb(163,234,20); }
td.TdClassName
{
border-color: #A3EA14;
}
.TagClassName
{
border-color: #A3EA14;
}
</style>