Shades of Inch Worm #A2F21C
Tints of Inch Worm #A2F21C
RGB
CMYK
RGB Variations
Color information
#A2F21C (or 0xA2F21C) is known color: Inch Worm. HEX triplet: A2, F2 and 1C. RGB value is (162,242,28). Sum of RGB (Red+Green+Blue) = 162+242+28=432 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.5% from 432); Green value is 242 (94.92% from 255 or 56.02% from 432); Blue value is 28 (11.33% from 255 or 6.48% from 432); Max value from RGB is 242 - color contains mainly: green. Hex color #A2F21C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A2F21C is #5D0DE3. Grayscale: #C2C2C2. Windows color (decimal): -6098404 or 1897122. OLE color: 1897122.
HSL color Cylindrical-coordinate representation of color #A2F21C: hue angle of 82.43º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A2F21C is Cyan = 0.33, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 162 | 242 | 28 | - |
| CMYK | 0.33 | 0 | 0.88 | 0.05 |
| HSL | 82.43º | 0.89% | 0.53% | - |
| HSV(B) | 82.43º | 0.88% | 0.95% | - |
| XYZ | 46.86 | 71.27 | 12.39 | - |
| YUV | 193.68 | 34.5 | 105.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 242 | 28 | 0.33 | 0 | 0.88 | 0.05 | 82.43 | 0.89 | 0.53 |
| Hex | A2 | F2 | 1C | 21 | 0 | 58 | 5 | 52 | 59 | 35 |
| Octal | 242 | 362 | 34 | 41 | 0 | 130 | 5 | 122 | 131 | 65 |
| Binary | 10100010 | 11110010 | 11100 | 100001 | 0 | 1011000 | 101 | 1010010 | 1011001 | 110101 |
Color Harmonies of #A2F21C
Complementary color
Monochromatic Colors of #A2F21C
Black with #A2F21C
Text Example
Text Example
White with #A2F21C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F21C; }
p { color: rgb(162,242,28); }
H1.HeaderClassName
{
color: #A2F21C;
}
.AnyTagClassName
{
color: #A2F21C;
}
</style>
background-color css
<style>
a { background-color: #A2F21C; }
a { background-color: rgb(162,242,28); }
div.DivClassName
{
background-color: #A2F21C;
}
.BgClassName
{
background-color: #A2F21C;
}
</style>
border-color css
<style>
span { border-color: #A2F21C; }
span { border-color: rgb(162,242,28); }
td.TdClassName
{
border-color: #A2F21C;
}
.TagClassName
{
border-color: #A2F21C;
}
</style>