Shades of Inch Worm #A5E428
Tints of Inch Worm #A5E428
RGB
CMYK
RGB Variations
Color information
#A5E428 (or 0xA5E428) is known color: Inch Worm. HEX triplet: A5, E4 and 28. RGB value is (165,228,40). Sum of RGB (Red+Green+Blue) = 165+228+40=433 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.11% from 433); Green value is 228 (89.45% from 255 or 52.66% from 433); Blue value is 40 (16.02% from 255 or 9.24% from 433); Max value from RGB is 228 - color contains mainly: green. Hex color #A5E428 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5E428 is #5A1BD7. Grayscale: #BCBCBC. Windows color (decimal): -5905368 or 2679973. OLE color: 2679973.
HSL color Cylindrical-coordinate representation of color #A5E428: hue angle of 80.11º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A5E428 is Cyan = 0.28, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 165 | 228 | 40 | - |
| CMYK | 0.28 | 0 | 0.82 | 0.11 |
| HSL | 80.11º | 0.78% | 0.53% | - |
| HSV(B) | 80.11º | 0.82% | 0.89% | - |
| XYZ | 43.64 | 63.64 | 11.99 | - |
| YUV | 187.73 | 44.63 | 111.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 228 | 40 | 0.28 | 0 | 0.82 | 0.11 | 80.11 | 0.78 | 0.53 |
| Hex | A5 | E4 | 28 | 1C | 0 | 52 | B | 50 | 4E | 35 |
| Octal | 245 | 344 | 50 | 34 | 0 | 122 | 13 | 120 | 116 | 65 |
| Binary | 10100101 | 11100100 | 101000 | 11100 | 0 | 1010010 | 1011 | 1010000 | 1001110 | 110101 |
Color Harmonies of #A5E428
Complementary color
Monochromatic Colors of #A5E428
Black with #A5E428
Text Example
Text Example
White with #A5E428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E428; }
p { color: rgb(165,228,40); }
H1.HeaderClassName
{
color: #A5E428;
}
.AnyTagClassName
{
color: #A5E428;
}
</style>
background-color css
<style>
a { background-color: #A5E428; }
a { background-color: rgb(165,228,40); }
div.DivClassName
{
background-color: #A5E428;
}
.BgClassName
{
background-color: #A5E428;
}
</style>
border-color css
<style>
span { border-color: #A5E428; }
span { border-color: rgb(165,228,40); }
td.TdClassName
{
border-color: #A5E428;
}
.TagClassName
{
border-color: #A5E428;
}
</style>