Shades of Inch Worm #A4F118
Tints of Inch Worm #A4F118
RGB
CMYK
RGB Variations
Color information
#A4F118 (or 0xA4F118) is known color: Inch Worm. HEX triplet: A4, F1 and 18. RGB value is (164,241,24). Sum of RGB (Red+Green+Blue) = 164+241+24=429 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.23% from 429); Green value is 241 (94.53% from 255 or 56.18% from 429); Blue value is 24 (9.77% from 255 or 5.59% from 429); Max value from RGB is 241 - color contains mainly: green. Hex color #A4F118 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A4F118 is #5B0EE7. Grayscale: #C2C2C2. Windows color (decimal): -5967592 or 1634724. OLE color: 1634724.
HSL color Cylindrical-coordinate representation of color #A4F118: hue angle of 81.29º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A4F118 is Cyan = 0.32, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 164 | 241 | 24 | - |
| CMYK | 0.32 | 0 | 0.90 | 0.05 |
| HSL | 81.29º | 0.89% | 0.52% | - |
| HSV(B) | 81.29º | 0.9% | 0.95% | - |
| XYZ | 46.93 | 70.87 | 12.07 | - |
| YUV | 193.24 | 32.49 | 107.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 241 | 24 | 0.32 | 0 | 0.90 | 0.05 | 81.29 | 0.89 | 0.52 |
| Hex | A4 | F1 | 18 | 20 | 0 | 5A | 5 | 51 | 59 | 34 |
| Octal | 244 | 361 | 30 | 40 | 0 | 132 | 5 | 121 | 131 | 64 |
| Binary | 10100100 | 11110001 | 11000 | 100000 | 0 | 1011010 | 101 | 1010001 | 1011001 | 110100 |
Color Harmonies of #A4F118
Complementary color
Monochromatic Colors of #A4F118
Black with #A4F118
Text Example
Text Example
White with #A4F118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4F118; }
p { color: rgb(164,241,24); }
H1.HeaderClassName
{
color: #A4F118;
}
.AnyTagClassName
{
color: #A4F118;
}
</style>
background-color css
<style>
a { background-color: #A4F118; }
a { background-color: rgb(164,241,24); }
div.DivClassName
{
background-color: #A4F118;
}
.BgClassName
{
background-color: #A4F118;
}
</style>
border-color css
<style>
span { border-color: #A4F118; }
span { border-color: rgb(164,241,24); }
td.TdClassName
{
border-color: #A4F118;
}
.TagClassName
{
border-color: #A4F118;
}
</style>