Shades of Inch Worm #A5E316
Tints of Inch Worm #A5E316
RGB
CMYK
RGB Variations
Color information
#A5E316 (or 0xA5E316) is known color: Inch Worm. HEX triplet: A5, E3 and 16. RGB value is (165,227,22). Sum of RGB (Red+Green+Blue) = 165+227+22=414 (54% of max value = 765). Red value is 165 (64.84% from 255 or 39.86% from 414); Green value is 227 (89.06% from 255 or 54.83% from 414); Blue value is 22 (8.98% from 255 or 5.31% from 414); Max value from RGB is 227 - color contains mainly: green. Hex color #A5E316 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5E316 is #5A1CE9. Grayscale: #B9B9B9. Windows color (decimal): -5905642 or 1500069. OLE color: 1500069.
HSL color Cylindrical-coordinate representation of color #A5E316: hue angle of 78.15º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A5E316 is Cyan = 0.27, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 165 | 227 | 22 | - |
| CMYK | 0.27 | 0 | 0.90 | 0.11 |
| HSL | 78.15º | 0.82% | 0.49% | - |
| HSV(B) | 78.15º | 0.9% | 0.89% | - |
| XYZ | 43.13 | 63 | 10.65 | - |
| YUV | 185.09 | 35.96 | 113.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 227 | 22 | 0.27 | 0 | 0.90 | 0.11 | 78.15 | 0.82 | 0.49 |
| Hex | A5 | E3 | 16 | 1B | 0 | 5A | B | 4E | 52 | 31 |
| Octal | 245 | 343 | 26 | 33 | 0 | 132 | 13 | 116 | 122 | 61 |
| Binary | 10100101 | 11100011 | 10110 | 11011 | 0 | 1011010 | 1011 | 1001110 | 1010010 | 110001 |
Color Harmonies of #A5E316
Complementary color
Monochromatic Colors of #A5E316
Black with #A5E316
Text Example
Text Example
White with #A5E316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E316; }
p { color: rgb(165,227,22); }
H1.HeaderClassName
{
color: #A5E316;
}
.AnyTagClassName
{
color: #A5E316;
}
</style>
background-color css
<style>
a { background-color: #A5E316; }
a { background-color: rgb(165,227,22); }
div.DivClassName
{
background-color: #A5E316;
}
.BgClassName
{
background-color: #A5E316;
}
</style>
border-color css
<style>
span { border-color: #A5E316; }
span { border-color: rgb(165,227,22); }
td.TdClassName
{
border-color: #A5E316;
}
.TagClassName
{
border-color: #A5E316;
}
</style>