Shades of Inch Worm #A2E125
Tints of Inch Worm #A2E125
RGB
CMYK
RGB Variations
Color information
#A2E125 (or 0xA2E125) is known color: Inch Worm. HEX triplet: A2, E1 and 25. RGB value is (162,225,37). Sum of RGB (Red+Green+Blue) = 162+225+37=424 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.21% from 424); Green value is 225 (88.28% from 255 or 53.07% from 424); Blue value is 37 (14.84% from 255 or 8.73% from 424); Max value from RGB is 225 - color contains mainly: green. Hex color #A2E125 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2E125 is #5D1EDA. Grayscale: #B9B9B9. Windows color (decimal): -6102747 or 2482594. OLE color: 2482594.
HSL color Cylindrical-coordinate representation of color #A2E125: hue angle of 80.11º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A2E125 is Cyan = 0.28, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 162 | 225 | 37 | - |
| CMYK | 0.28 | 0 | 0.84 | 0.12 |
| HSL | 80.11º | 0.76% | 0.51% | - |
| HSV(B) | 80.11º | 0.84% | 0.88% | - |
| XYZ | 42.16 | 61.67 | 11.43 | - |
| YUV | 184.73 | 44.63 | 111.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 225 | 37 | 0.28 | 0 | 0.84 | 0.12 | 80.11 | 0.76 | 0.51 |
| Hex | A2 | E1 | 25 | 1C | 0 | 54 | C | 50 | 4C | 33 |
| Octal | 242 | 341 | 45 | 34 | 0 | 124 | 14 | 120 | 114 | 63 |
| Binary | 10100010 | 11100001 | 100101 | 11100 | 0 | 1010100 | 1100 | 1010000 | 1001100 | 110011 |
Color Harmonies of #A2E125
Complementary color
Monochromatic Colors of #A2E125
Black with #A2E125
Text Example
Text Example
White with #A2E125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E125; }
p { color: rgb(162,225,37); }
H1.HeaderClassName
{
color: #A2E125;
}
.AnyTagClassName
{
color: #A2E125;
}
</style>
background-color css
<style>
a { background-color: #A2E125; }
a { background-color: rgb(162,225,37); }
div.DivClassName
{
background-color: #A2E125;
}
.BgClassName
{
background-color: #A2E125;
}
</style>
border-color css
<style>
span { border-color: #A2E125; }
span { border-color: rgb(162,225,37); }
td.TdClassName
{
border-color: #A2E125;
}
.TagClassName
{
border-color: #A2E125;
}
</style>