Shades of Inch Worm #A2E305
Tints of Inch Worm #A2E305
RGB
CMYK
RGB Variations
Color information
#A2E305 (or 0xA2E305) is known color: Inch Worm. HEX triplet: A2, E3 and 05. RGB value is (162,227,5). Sum of RGB (Red+Green+Blue) = 162+227+5=394 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.12% from 394); Green value is 227 (89.06% from 255 or 57.61% from 394); Blue value is 5 (2.34% from 255 or 1.27% from 394); Max value from RGB is 227 - color contains mainly: green. Hex color #A2E305 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2E305 is #5D1CFA. Grayscale: #B7B7B7. Windows color (decimal): -6102267 or 385954. OLE color: 385954.
HSL color Cylindrical-coordinate representation of color #A2E305: hue angle of 77.57º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A2E305 is Cyan = 0.29, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 162 | 227 | 5 | - |
| CMYK | 0.29 | 0 | 0.98 | 0.11 |
| HSL | 77.57º | 0.96% | 0.45% | - |
| HSV(B) | 77.57º | 0.98% | 0.89% | - |
| XYZ | 42.4 | 62.63 | 10 | - |
| YUV | 182.26 | 27.97 | 113.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 227 | 5 | 0.29 | 0 | 0.98 | 0.11 | 77.57 | 0.96 | 0.45 |
| Hex | A2 | E3 | 5 | 1D | 0 | 62 | B | 4E | 60 | 2D |
| Octal | 242 | 343 | 5 | 35 | 0 | 142 | 13 | 116 | 140 | 55 |
| Binary | 10100010 | 11100011 | 101 | 11101 | 0 | 1100010 | 1011 | 1001110 | 1100000 | 101101 |
Color Harmonies of #A2E305
Complementary color
Monochromatic Colors of #A2E305
Black with #A2E305
Text Example
Text Example
White with #A2E305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E305; }
p { color: rgb(162,227,5); }
H1.HeaderClassName
{
color: #A2E305;
}
.AnyTagClassName
{
color: #A2E305;
}
</style>
background-color css
<style>
a { background-color: #A2E305; }
a { background-color: rgb(162,227,5); }
div.DivClassName
{
background-color: #A2E305;
}
.BgClassName
{
background-color: #A2E305;
}
</style>
border-color css
<style>
span { border-color: #A2E305; }
span { border-color: rgb(162,227,5); }
td.TdClassName
{
border-color: #A2E305;
}
.TagClassName
{
border-color: #A2E305;
}
</style>