Shades of Inch Worm #A2F31A
Tints of Inch Worm #A2F31A
RGB
CMYK
RGB Variations
Color information
#A2F31A (or 0xA2F31A) is known color: Inch Worm. HEX triplet: A2, F3 and 1A. RGB value is (162,243,26). Sum of RGB (Red+Green+Blue) = 162+243+26=431 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.59% from 431); Green value is 243 (95.31% from 255 or 56.38% from 431); Blue value is 26 (10.55% from 255 or 6.03% from 431); Max value from RGB is 243 - color contains mainly: green. Hex color #A2F31A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A2F31A is #5D0CE5. Grayscale: #C2C2C2. Windows color (decimal): -6098150 or 1766306. OLE color: 1766306.
HSL color Cylindrical-coordinate representation of color #A2F31A: hue angle of 82.4º 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 #A2F31A is Cyan = 0.33, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 162 | 243 | 26 | - |
| CMYK | 0.33 | 0 | 0.89 | 0.05 |
| HSL | 82.4º | 0.9% | 0.53% | - |
| HSV(B) | 82.4º | 0.89% | 0.95% | - |
| XYZ | 47.14 | 71.86 | 12.36 | - |
| YUV | 194.04 | 33.16 | 105.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 243 | 26 | 0.33 | 0 | 0.89 | 0.05 | 82.4 | 0.9 | 0.53 |
| Hex | A2 | F3 | 1A | 21 | 0 | 59 | 5 | 52 | 5A | 35 |
| Octal | 242 | 363 | 32 | 41 | 0 | 131 | 5 | 122 | 132 | 65 |
| Binary | 10100010 | 11110011 | 11010 | 100001 | 0 | 1011001 | 101 | 1010010 | 1011010 | 110101 |
Color Harmonies of #A2F31A
Complementary color
Monochromatic Colors of #A2F31A
Black with #A2F31A
Text Example
Text Example
White with #A2F31A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F31A; }
p { color: rgb(162,243,26); }
H1.HeaderClassName
{
color: #A2F31A;
}
.AnyTagClassName
{
color: #A2F31A;
}
</style>
background-color css
<style>
a { background-color: #A2F31A; }
a { background-color: rgb(162,243,26); }
div.DivClassName
{
background-color: #A2F31A;
}
.BgClassName
{
background-color: #A2F31A;
}
</style>
border-color css
<style>
span { border-color: #A2F31A; }
span { border-color: rgb(162,243,26); }
td.TdClassName
{
border-color: #A2F31A;
}
.TagClassName
{
border-color: #A2F31A;
}
</style>