Shades of Inch Worm #A3F215
Tints of Inch Worm #A3F215
RGB
CMYK
RGB Variations
Color information
#A3F215 (or 0xA3F215) is known color: Inch Worm. HEX triplet: A3, F2 and 15. RGB value is (163,242,21). Sum of RGB (Red+Green+Blue) = 163+242+21=426 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.26% from 426); Green value is 242 (94.92% from 255 or 56.81% from 426); Blue value is 21 (8.59% from 255 or 4.93% from 426); Max value from RGB is 242 - color contains mainly: green. Hex color #A3F215 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A3F215 is #5C0DEA. Grayscale: #C1C1C1. Windows color (decimal): -6032875 or 1438371. OLE color: 1438371.
HSL color Cylindrical-coordinate representation of color #A3F215: hue angle of 81.45º degrees, saturation: 0.89, 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 #A3F215 is Cyan = 0.33, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 163 | 242 | 21 | - |
| CMYK | 0.33 | 0 | 0.91 | 0.05 |
| HSL | 81.45º | 0.89% | 0.52% | - |
| HSV(B) | 81.45º | 0.91% | 0.95% | - |
| XYZ | 46.99 | 71.34 | 12 | - |
| YUV | 193.19 | 30.83 | 106.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 242 | 21 | 0.33 | 0 | 0.91 | 0.05 | 81.45 | 0.89 | 0.52 |
| Hex | A3 | F2 | 15 | 21 | 0 | 5B | 5 | 51 | 59 | 34 |
| Octal | 243 | 362 | 25 | 41 | 0 | 133 | 5 | 121 | 131 | 64 |
| Binary | 10100011 | 11110010 | 10101 | 100001 | 0 | 1011011 | 101 | 1010001 | 1011001 | 110100 |
Color Harmonies of #A3F215
Complementary color
Monochromatic Colors of #A3F215
Black with #A3F215
Text Example
Text Example
White with #A3F215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3F215; }
p { color: rgb(163,242,21); }
H1.HeaderClassName
{
color: #A3F215;
}
.AnyTagClassName
{
color: #A3F215;
}
</style>
background-color css
<style>
a { background-color: #A3F215; }
a { background-color: rgb(163,242,21); }
div.DivClassName
{
background-color: #A3F215;
}
.BgClassName
{
background-color: #A3F215;
}
</style>
border-color css
<style>
span { border-color: #A3F215; }
span { border-color: rgb(163,242,21); }
td.TdClassName
{
border-color: #A3F215;
}
.TagClassName
{
border-color: #A3F215;
}
</style>