Shades of Inch Worm #A2F316
Tints of Inch Worm #A2F316
RGB
CMYK
RGB Variations
Color information
#A2F316 (or 0xA2F316) is known color: Inch Worm. HEX triplet: A2, F3 and 16. RGB value is (162,243,22). Sum of RGB (Red+Green+Blue) = 162+243+22=427 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.94% from 427); Green value is 243 (95.31% from 255 or 56.91% from 427); Blue value is 22 (8.98% from 255 or 5.15% from 427); Max value from RGB is 243 - color contains mainly: green. Hex color #A2F316 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A2F316 is #5D0CE9. Grayscale: #C2C2C2. Windows color (decimal): -6098154 or 1504162. OLE color: 1504162.
HSL color Cylindrical-coordinate representation of color #A2F316: hue angle of 81.99º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A2F316 is Cyan = 0.33, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 162 | 243 | 22 | - |
| CMYK | 0.33 | 0 | 0.91 | 0.05 |
| HSL | 81.99º | 0.9% | 0.52% | - |
| HSV(B) | 81.99º | 0.91% | 0.95% | - |
| XYZ | 47.1 | 71.84 | 12.14 | - |
| YUV | 193.59 | 31.16 | 105.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 243 | 22 | 0.33 | 0 | 0.91 | 0.05 | 81.99 | 0.9 | 0.52 |
| Hex | A2 | F3 | 16 | 21 | 0 | 5B | 5 | 52 | 5A | 34 |
| Octal | 242 | 363 | 26 | 41 | 0 | 133 | 5 | 122 | 132 | 64 |
| Binary | 10100010 | 11110011 | 10110 | 100001 | 0 | 1011011 | 101 | 1010010 | 1011010 | 110100 |
Color Harmonies of #A2F316
Complementary color
Monochromatic Colors of #A2F316
Black with #A2F316
Text Example
Text Example
White with #A2F316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F316; }
p { color: rgb(162,243,22); }
H1.HeaderClassName
{
color: #A2F316;
}
.AnyTagClassName
{
color: #A2F316;
}
</style>
background-color css
<style>
a { background-color: #A2F316; }
a { background-color: rgb(162,243,22); }
div.DivClassName
{
background-color: #A2F316;
}
.BgClassName
{
background-color: #A2F316;
}
</style>
border-color css
<style>
span { border-color: #A2F316; }
span { border-color: rgb(162,243,22); }
td.TdClassName
{
border-color: #A2F316;
}
.TagClassName
{
border-color: #A2F316;
}
</style>