Shades of Inch Worm #A5E214
Tints of Inch Worm #A5E214
RGB
CMYK
RGB Variations
Color information
#A5E214 (or 0xA5E214) is known color: Inch Worm. HEX triplet: A5, E2 and 14. RGB value is (165,226,20). Sum of RGB (Red+Green+Blue) = 165+226+20=411 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.15% from 411); Green value is 226 (88.67% from 255 or 54.99% from 411); Blue value is 20 (8.20% from 255 or 4.87% from 411); Max value from RGB is 226 - color contains mainly: green. Hex color #A5E214 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5E214 is #5A1DEB. Grayscale: #B9B9B9. Windows color (decimal): -5905900 or 1368741. OLE color: 1368741.
HSL color Cylindrical-coordinate representation of color #A5E214: hue angle of 77.77º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A5E214 is Cyan = 0.27, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 165 | 226 | 20 | - |
| CMYK | 0.27 | 0 | 0.91 | 0.11 |
| HSL | 77.77º | 0.84% | 0.48% | - |
| HSV(B) | 77.77º | 0.91% | 0.89% | - |
| XYZ | 42.84 | 62.44 | 10.46 | - |
| YUV | 184.28 | 35.29 | 114.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 226 | 20 | 0.27 | 0 | 0.91 | 0.11 | 77.77 | 0.84 | 0.48 |
| Hex | A5 | E2 | 14 | 1B | 0 | 5B | B | 4E | 54 | 30 |
| Octal | 245 | 342 | 24 | 33 | 0 | 133 | 13 | 116 | 124 | 60 |
| Binary | 10100101 | 11100010 | 10100 | 11011 | 0 | 1011011 | 1011 | 1001110 | 1010100 | 110000 |
Color Harmonies of #A5E214
Complementary color
Monochromatic Colors of #A5E214
Black with #A5E214
Text Example
Text Example
White with #A5E214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E214; }
p { color: rgb(165,226,20); }
H1.HeaderClassName
{
color: #A5E214;
}
.AnyTagClassName
{
color: #A5E214;
}
</style>
background-color css
<style>
a { background-color: #A5E214; }
a { background-color: rgb(165,226,20); }
div.DivClassName
{
background-color: #A5E214;
}
.BgClassName
{
background-color: #A5E214;
}
</style>
border-color css
<style>
span { border-color: #A5E214; }
span { border-color: rgb(165,226,20); }
td.TdClassName
{
border-color: #A5E214;
}
.TagClassName
{
border-color: #A5E214;
}
</style>