Shades of Inch Worm #A2F013
Tints of Inch Worm #A2F013
RGB
CMYK
RGB Variations
Color information
#A2F013 (or 0xA2F013) is known color: Inch Worm. HEX triplet: A2, F0 and 13. RGB value is (162,240,19). Sum of RGB (Red+Green+Blue) = 162+240+19=421 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.48% from 421); Green value is 240 (94.14% from 255 or 57.01% from 421); Blue value is 19 (7.81% from 255 or 4.51% from 421); Max value from RGB is 240 - color contains mainly: green. Hex color #A2F013 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A2F013 is #5D0FEC. Grayscale: #C0C0C0. Windows color (decimal): -6098925 or 1306786. OLE color: 1306786.
HSL color Cylindrical-coordinate representation of color #A2F013: hue angle of 81.18º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A2F013 is Cyan = 0.32, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 162 | 240 | 19 | - |
| CMYK | 0.32 | 0 | 0.92 | 0.06 |
| HSL | 81.18º | 0.88% | 0.51% | - |
| HSV(B) | 81.18º | 0.92% | 0.94% | - |
| XYZ | 46.18 | 70.05 | 11.7 | - |
| YUV | 191.48 | 30.66 | 106.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 240 | 19 | 0.32 | 0 | 0.92 | 0.06 | 81.18 | 0.88 | 0.51 |
| Hex | A2 | F0 | 13 | 20 | 0 | 5C | 6 | 51 | 58 | 33 |
| Octal | 242 | 360 | 23 | 40 | 0 | 134 | 6 | 121 | 130 | 63 |
| Binary | 10100010 | 11110000 | 10011 | 100000 | 0 | 1011100 | 110 | 1010001 | 1011000 | 110011 |
Color Harmonies of #A2F013
Complementary color
Monochromatic Colors of #A2F013
Black with #A2F013
Text Example
Text Example
White with #A2F013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F013; }
p { color: rgb(162,240,19); }
H1.HeaderClassName
{
color: #A2F013;
}
.AnyTagClassName
{
color: #A2F013;
}
</style>
background-color css
<style>
a { background-color: #A2F013; }
a { background-color: rgb(162,240,19); }
div.DivClassName
{
background-color: #A2F013;
}
.BgClassName
{
background-color: #A2F013;
}
</style>
border-color css
<style>
span { border-color: #A2F013; }
span { border-color: rgb(162,240,19); }
td.TdClassName
{
border-color: #A2F013;
}
.TagClassName
{
border-color: #A2F013;
}
</style>