Shades of Inch Worm #A2E527
Tints of Inch Worm #A2E527
RGB
CMYK
RGB Variations
Color information
#A2E527 (or 0xA2E527) is known color: Inch Worm. HEX triplet: A2, E5 and 27. RGB value is (162,229,39). Sum of RGB (Red+Green+Blue) = 162+229+39=430 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.67% from 430); Green value is 229 (89.84% from 255 or 53.26% from 430); Blue value is 39 (15.62% from 255 or 9.07% from 430); Max value from RGB is 229 - color contains mainly: green. Hex color #A2E527 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2E527 is #5D1AD8. Grayscale: #BBBBBB. Windows color (decimal): -6101721 or 2614690. OLE color: 2614690.
HSL color Cylindrical-coordinate representation of color #A2E527: hue angle of 81.16º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A2E527 is Cyan = 0.29, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 162 | 229 | 39 | - |
| CMYK | 0.29 | 0 | 0.83 | 0.10 |
| HSL | 81.16º | 0.79% | 0.53% | - |
| HSV(B) | 81.16º | 0.83% | 0.9% | - |
| XYZ | 43.29 | 63.87 | 11.97 | - |
| YUV | 187.31 | 44.3 | 109.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 229 | 39 | 0.29 | 0 | 0.83 | 0.10 | 81.16 | 0.79 | 0.53 |
| Hex | A2 | E5 | 27 | 1D | 0 | 53 | A | 51 | 4F | 35 |
| Octal | 242 | 345 | 47 | 35 | 0 | 123 | 12 | 121 | 117 | 65 |
| Binary | 10100010 | 11100101 | 100111 | 11101 | 0 | 1010011 | 1010 | 1010001 | 1001111 | 110101 |
Color Harmonies of #A2E527
Complementary color
Monochromatic Colors of #A2E527
Black with #A2E527
Text Example
Text Example
White with #A2E527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E527; }
p { color: rgb(162,229,39); }
H1.HeaderClassName
{
color: #A2E527;
}
.AnyTagClassName
{
color: #A2E527;
}
</style>
background-color css
<style>
a { background-color: #A2E527; }
a { background-color: rgb(162,229,39); }
div.DivClassName
{
background-color: #A2E527;
}
.BgClassName
{
background-color: #A2E527;
}
</style>
border-color css
<style>
span { border-color: #A2E527; }
span { border-color: rgb(162,229,39); }
td.TdClassName
{
border-color: #A2E527;
}
.TagClassName
{
border-color: #A2E527;
}
</style>