Shades of Inch Worm #A4F31A
Tints of Inch Worm #A4F31A
RGB
CMYK
RGB Variations
Color information
#A4F31A (or 0xA4F31A) is known color: Inch Worm. HEX triplet: A4, F3 and 1A. RGB value is (164,243,26). Sum of RGB (Red+Green+Blue) = 164+243+26=433 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.88% from 433); Green value is 243 (95.31% from 255 or 56.12% from 433); Blue value is 26 (10.55% from 255 or 6.00% from 433); Max value from RGB is 243 - color contains mainly: green. Hex color #A4F31A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A4F31A is #5B0CE5. Grayscale: #C3C3C3. Windows color (decimal): -5967078 or 1766308. OLE color: 1766308.
HSL color Cylindrical-coordinate representation of color #A4F31A: hue angle of 81.84º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A4F31A is Cyan = 0.33, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 164 | 243 | 26 | - |
| CMYK | 0.33 | 0 | 0.89 | 0.05 |
| HSL | 81.84º | 0.9% | 0.53% | - |
| HSV(B) | 81.84º | 0.89% | 0.95% | - |
| XYZ | 47.55 | 72.07 | 12.38 | - |
| YUV | 194.64 | 32.83 | 106.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 243 | 26 | 0.33 | 0 | 0.89 | 0.05 | 81.84 | 0.9 | 0.53 |
| Hex | A4 | F3 | 1A | 21 | 0 | 59 | 5 | 52 | 5A | 35 |
| Octal | 244 | 363 | 32 | 41 | 0 | 131 | 5 | 122 | 132 | 65 |
| Binary | 10100100 | 11110011 | 11010 | 100001 | 0 | 1011001 | 101 | 1010010 | 1011010 | 110101 |
Color Harmonies of #A4F31A
Complementary color
Monochromatic Colors of #A4F31A
Black with #A4F31A
Text Example
Text Example
White with #A4F31A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4F31A; }
p { color: rgb(164,243,26); }
H1.HeaderClassName
{
color: #A4F31A;
}
.AnyTagClassName
{
color: #A4F31A;
}
</style>
background-color css
<style>
a { background-color: #A4F31A; }
a { background-color: rgb(164,243,26); }
div.DivClassName
{
background-color: #A4F31A;
}
.BgClassName
{
background-color: #A4F31A;
}
</style>
border-color css
<style>
span { border-color: #A4F31A; }
span { border-color: rgb(164,243,26); }
td.TdClassName
{
border-color: #A4F31A;
}
.TagClassName
{
border-color: #A4F31A;
}
</style>