Shades of Inch Worm #A4F01E
Tints of Inch Worm #A4F01E
RGB
CMYK
RGB Variations
Color information
#A4F01E (or 0xA4F01E) is known color: Inch Worm. HEX triplet: A4, F0 and 1E. RGB value is (164,240,30). Sum of RGB (Red+Green+Blue) = 164+240+30=434 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.79% from 434); Green value is 240 (94.14% from 255 or 55.30% from 434); Blue value is 30 (12.11% from 255 or 6.91% from 434); Max value from RGB is 240 - color contains mainly: green. Hex color #A4F01E is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A4F01E is #5B0FE1. Grayscale: #C2C2C2. Windows color (decimal): -5967842 or 2027684. OLE color: 2027684.
HSL color Cylindrical-coordinate representation of color #A4F01E: hue angle of 81.71º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A4F01E is Cyan = 0.32, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 164 | 240 | 30 | - |
| CMYK | 0.32 | 0 | 0.87 | 0.06 |
| HSL | 81.71º | 0.88% | 0.53% | - |
| HSV(B) | 81.71º | 0.88% | 0.94% | - |
| XYZ | 46.7 | 70.31 | 12.34 | - |
| YUV | 193.34 | 35.82 | 107.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 240 | 30 | 0.32 | 0 | 0.87 | 0.06 | 81.71 | 0.88 | 0.53 |
| Hex | A4 | F0 | 1E | 20 | 0 | 57 | 6 | 52 | 58 | 35 |
| Octal | 244 | 360 | 36 | 40 | 0 | 127 | 6 | 122 | 130 | 65 |
| Binary | 10100100 | 11110000 | 11110 | 100000 | 0 | 1010111 | 110 | 1010010 | 1011000 | 110101 |
Color Harmonies of #A4F01E
Complementary color
Monochromatic Colors of #A4F01E
Black with #A4F01E
Text Example
Text Example
White with #A4F01E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4F01E; }
p { color: rgb(164,240,30); }
H1.HeaderClassName
{
color: #A4F01E;
}
.AnyTagClassName
{
color: #A4F01E;
}
</style>
background-color css
<style>
a { background-color: #A4F01E; }
a { background-color: rgb(164,240,30); }
div.DivClassName
{
background-color: #A4F01E;
}
.BgClassName
{
background-color: #A4F01E;
}
</style>
border-color css
<style>
span { border-color: #A4F01E; }
span { border-color: rgb(164,240,30); }
td.TdClassName
{
border-color: #A4F01E;
}
.TagClassName
{
border-color: #A4F01E;
}
</style>