Shades of Inch Worm #A2E705
Tints of Inch Worm #A2E705
RGB
CMYK
RGB Variations
Color information
#A2E705 (or 0xA2E705) is known color: Inch Worm. HEX triplet: A2, E7 and 05. RGB value is (162,231,5). Sum of RGB (Red+Green+Blue) = 162+231+5=398 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.70% from 398); Green value is 231 (90.62% from 255 or 58.04% from 398); Blue value is 5 (2.34% from 255 or 1.26% from 398); Max value from RGB is 231 - color contains mainly: green. Hex color #A2E705 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A2E705 is #5D18FA. Grayscale: #B9B9B9. Windows color (decimal): -6101243 or 386978. OLE color: 386978.
HSL color Cylindrical-coordinate representation of color #A2E705: hue angle of 78.32º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A2E705 is Cyan = 0.30, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 162 | 231 | 5 | - |
| CMYK | 0.30 | 0 | 0.98 | 0.09 |
| HSL | 78.32º | 0.96% | 0.46% | - |
| HSV(B) | 78.32º | 0.98% | 0.91% | - |
| XYZ | 43.5 | 64.84 | 10.37 | - |
| YUV | 184.61 | 26.64 | 111.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 231 | 5 | 0.30 | 0 | 0.98 | 0.09 | 78.32 | 0.96 | 0.46 |
| Hex | A2 | E7 | 5 | 1E | 0 | 62 | 9 | 4E | 60 | 2E |
| Octal | 242 | 347 | 5 | 36 | 0 | 142 | 11 | 116 | 140 | 56 |
| Binary | 10100010 | 11100111 | 101 | 11110 | 0 | 1100010 | 1001 | 1001110 | 1100000 | 101110 |
Color Harmonies of #A2E705
Complementary color
Monochromatic Colors of #A2E705
Black with #A2E705
Text Example
Text Example
White with #A2E705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E705; }
p { color: rgb(162,231,5); }
H1.HeaderClassName
{
color: #A2E705;
}
.AnyTagClassName
{
color: #A2E705;
}
</style>
background-color css
<style>
a { background-color: #A2E705; }
a { background-color: rgb(162,231,5); }
div.DivClassName
{
background-color: #A2E705;
}
.BgClassName
{
background-color: #A2E705;
}
</style>
border-color css
<style>
span { border-color: #A2E705; }
span { border-color: rgb(162,231,5); }
td.TdClassName
{
border-color: #A2E705;
}
.TagClassName
{
border-color: #A2E705;
}
</style>