Shades of Inch Worm #A4F113
Tints of Inch Worm #A4F113
RGB
CMYK
RGB Variations
Color information
#A4F113 (or 0xA4F113) is known color: Inch Worm. HEX triplet: A4, F1 and 13. RGB value is (164,241,19). Sum of RGB (Red+Green+Blue) = 164+241+19=424 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.68% from 424); Green value is 241 (94.53% from 255 or 56.84% from 424); Blue value is 19 (7.81% from 255 or 4.48% from 424); Max value from RGB is 241 - color contains mainly: green. Hex color #A4F113 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A4F113 is #5B0EEC. Grayscale: #C1C1C1. Windows color (decimal): -5967597 or 1307044. OLE color: 1307044.
HSL color Cylindrical-coordinate representation of color #A4F113: hue angle of 80.81º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A4F113 is Cyan = 0.32, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 164 | 241 | 19 | - |
| CMYK | 0.32 | 0 | 0.92 | 0.05 |
| HSL | 80.81º | 0.89% | 0.51% | - |
| HSV(B) | 80.81º | 0.92% | 0.95% | - |
| XYZ | 46.88 | 70.85 | 11.82 | - |
| YUV | 192.67 | 29.99 | 107.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 241 | 19 | 0.32 | 0 | 0.92 | 0.05 | 80.81 | 0.89 | 0.51 |
| Hex | A4 | F1 | 13 | 20 | 0 | 5C | 5 | 51 | 59 | 33 |
| Octal | 244 | 361 | 23 | 40 | 0 | 134 | 5 | 121 | 131 | 63 |
| Binary | 10100100 | 11110001 | 10011 | 100000 | 0 | 1011100 | 101 | 1010001 | 1011001 | 110011 |
Color Harmonies of #A4F113
Complementary color
Monochromatic Colors of #A4F113
Black with #A4F113
Text Example
Text Example
White with #A4F113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4F113; }
p { color: rgb(164,241,19); }
H1.HeaderClassName
{
color: #A4F113;
}
.AnyTagClassName
{
color: #A4F113;
}
</style>
background-color css
<style>
a { background-color: #A4F113; }
a { background-color: rgb(164,241,19); }
div.DivClassName
{
background-color: #A4F113;
}
.BgClassName
{
background-color: #A4F113;
}
</style>
border-color css
<style>
span { border-color: #A4F113; }
span { border-color: rgb(164,241,19); }
td.TdClassName
{
border-color: #A4F113;
}
.TagClassName
{
border-color: #A4F113;
}
</style>