Shades of Inch Worm #A5E526
Tints of Inch Worm #A5E526
RGB
CMYK
RGB Variations
Color information
#A5E526 (or 0xA5E526) is known color: Inch Worm. HEX triplet: A5, E5 and 26. RGB value is (165,229,38). Sum of RGB (Red+Green+Blue) = 165+229+38=432 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.19% from 432); Green value is 229 (89.84% from 255 or 53.01% from 432); Blue value is 38 (15.23% from 255 or 8.80% from 432); Max value from RGB is 229 - color contains mainly: green. Hex color #A5E526 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5E526 is #5A1AD9. Grayscale: #BCBCBC. Windows color (decimal): -5905114 or 2549157. OLE color: 2549157.
HSL color Cylindrical-coordinate representation of color #A5E526: hue angle of 80.1º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A5E526 is Cyan = 0.28, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 165 | 229 | 38 | - |
| CMYK | 0.28 | 0 | 0.83 | 0.10 |
| HSL | 80.1º | 0.79% | 0.52% | - |
| HSV(B) | 80.1º | 0.83% | 0.9% | - |
| XYZ | 43.89 | 64.18 | 11.91 | - |
| YUV | 188.09 | 43.3 | 111.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 229 | 38 | 0.28 | 0 | 0.83 | 0.10 | 80.1 | 0.79 | 0.52 |
| Hex | A5 | E5 | 26 | 1C | 0 | 53 | A | 50 | 4F | 34 |
| Octal | 245 | 345 | 46 | 34 | 0 | 123 | 12 | 120 | 117 | 64 |
| Binary | 10100101 | 11100101 | 100110 | 11100 | 0 | 1010011 | 1010 | 1010000 | 1001111 | 110100 |
Color Harmonies of #A5E526
Complementary color
Monochromatic Colors of #A5E526
Black with #A5E526
Text Example
Text Example
White with #A5E526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E526; }
p { color: rgb(165,229,38); }
H1.HeaderClassName
{
color: #A5E526;
}
.AnyTagClassName
{
color: #A5E526;
}
</style>
background-color css
<style>
a { background-color: #A5E526; }
a { background-color: rgb(165,229,38); }
div.DivClassName
{
background-color: #A5E526;
}
.BgClassName
{
background-color: #A5E526;
}
</style>
border-color css
<style>
span { border-color: #A5E526; }
span { border-color: rgb(165,229,38); }
td.TdClassName
{
border-color: #A5E526;
}
.TagClassName
{
border-color: #A5E526;
}
</style>