Shades of Inch Worm #A4F112
Tints of Inch Worm #A4F112
RGB
CMYK
RGB Variations
Color information
#A4F112 (or 0xA4F112) is known color: Inch Worm. HEX triplet: A4, F1 and 12. RGB value is (164,241,18). Sum of RGB (Red+Green+Blue) = 164+241+18=423 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.77% from 423); Green value is 241 (94.53% from 255 or 56.97% from 423); Blue value is 18 (7.42% from 255 or 4.26% from 423); Max value from RGB is 241 - color contains mainly: green. Hex color #A4F112 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A4F112 is #5B0EED. Grayscale: #C1C1C1. Windows color (decimal): -5967598 or 1241508. OLE color: 1241508.
HSL color Cylindrical-coordinate representation of color #A4F112: hue angle of 80.72º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A4F112 is Cyan = 0.32, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 164 | 241 | 18 | - |
| CMYK | 0.32 | 0 | 0.93 | 0.05 |
| HSL | 80.72º | 0.89% | 0.51% | - |
| HSV(B) | 80.72º | 0.93% | 0.95% | - |
| XYZ | 46.87 | 70.85 | 11.78 | - |
| YUV | 192.56 | 29.49 | 107.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 241 | 18 | 0.32 | 0 | 0.93 | 0.05 | 80.72 | 0.89 | 0.51 |
| Hex | A4 | F1 | 12 | 20 | 0 | 5D | 5 | 51 | 59 | 33 |
| Octal | 244 | 361 | 22 | 40 | 0 | 135 | 5 | 121 | 131 | 63 |
| Binary | 10100100 | 11110001 | 10010 | 100000 | 0 | 1011101 | 101 | 1010001 | 1011001 | 110011 |
Color Harmonies of #A4F112
Complementary color
Monochromatic Colors of #A4F112
Black with #A4F112
Text Example
Text Example
White with #A4F112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4F112; }
p { color: rgb(164,241,18); }
H1.HeaderClassName
{
color: #A4F112;
}
.AnyTagClassName
{
color: #A4F112;
}
</style>
background-color css
<style>
a { background-color: #A4F112; }
a { background-color: rgb(164,241,18); }
div.DivClassName
{
background-color: #A4F112;
}
.BgClassName
{
background-color: #A4F112;
}
</style>
border-color css
<style>
span { border-color: #A4F112; }
span { border-color: rgb(164,241,18); }
td.TdClassName
{
border-color: #A4F112;
}
.TagClassName
{
border-color: #A4F112;
}
</style>