Shades of Inch Worm #A4E525
Tints of Inch Worm #A4E525
RGB
CMYK
RGB Variations
Color information
#A4E525 (or 0xA4E525) is known color: Inch Worm. HEX triplet: A4, E5 and 25. RGB value is (164,229,37). Sum of RGB (Red+Green+Blue) = 164+229+37=430 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.14% from 430); Green value is 229 (89.84% from 255 or 53.26% from 430); Blue value is 37 (14.84% from 255 or 8.60% from 430); Max value from RGB is 229 - color contains mainly: green. Hex color #A4E525 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4E525 is #5B1ADA. Grayscale: #BCBCBC. Windows color (decimal): -5970651 or 2483620. OLE color: 2483620.
HSL color Cylindrical-coordinate representation of color #A4E525: hue angle of 80.31º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A4E525 is Cyan = 0.28, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 164 | 229 | 37 | - |
| CMYK | 0.28 | 0 | 0.84 | 0.10 |
| HSL | 80.31º | 0.79% | 0.52% | - |
| HSV(B) | 80.31º | 0.84% | 0.9% | - |
| XYZ | 43.66 | 64.06 | 11.81 | - |
| YUV | 187.68 | 42.97 | 111.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 229 | 37 | 0.28 | 0 | 0.84 | 0.10 | 80.31 | 0.79 | 0.52 |
| Hex | A4 | E5 | 25 | 1C | 0 | 54 | A | 50 | 4F | 34 |
| Octal | 244 | 345 | 45 | 34 | 0 | 124 | 12 | 120 | 117 | 64 |
| Binary | 10100100 | 11100101 | 100101 | 11100 | 0 | 1010100 | 1010 | 1010000 | 1001111 | 110100 |
Color Harmonies of #A4E525
Complementary color
Monochromatic Colors of #A4E525
Black with #A4E525
Text Example
Text Example
White with #A4E525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4E525; }
p { color: rgb(164,229,37); }
H1.HeaderClassName
{
color: #A4E525;
}
.AnyTagClassName
{
color: #A4E525;
}
</style>
background-color css
<style>
a { background-color: #A4E525; }
a { background-color: rgb(164,229,37); }
div.DivClassName
{
background-color: #A4E525;
}
.BgClassName
{
background-color: #A4E525;
}
</style>
border-color css
<style>
span { border-color: #A4E525; }
span { border-color: rgb(164,229,37); }
td.TdClassName
{
border-color: #A4E525;
}
.TagClassName
{
border-color: #A4E525;
}
</style>