Shades of Inch Worm #A5E514
Tints of Inch Worm #A5E514
RGB
CMYK
RGB Variations
Color information
#A5E514 (or 0xA5E514) is known color: Inch Worm. HEX triplet: A5, E5 and 14. RGB value is (165,229,20). Sum of RGB (Red+Green+Blue) = 165+229+20=414 (54% of max value = 765). Red value is 165 (64.84% from 255 or 39.86% from 414); Green value is 229 (89.84% from 255 or 55.31% from 414); Blue value is 20 (8.20% from 255 or 4.83% from 414); Max value from RGB is 229 - color contains mainly: green. Hex color #A5E514 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5E514 is #5A1AEB. Grayscale: #BABABA. Windows color (decimal): -5905132 or 1369509. OLE color: 1369509.
HSL color Cylindrical-coordinate representation of color #A5E514: hue angle of 78.37º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A5E514 is Cyan = 0.28, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 165 | 229 | 20 | - |
| CMYK | 0.28 | 0 | 0.91 | 0.10 |
| HSL | 78.37º | 0.84% | 0.49% | - |
| HSV(B) | 78.37º | 0.91% | 0.9% | - |
| XYZ | 43.66 | 64.09 | 10.73 | - |
| YUV | 186.04 | 34.3 | 112.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 229 | 20 | 0.28 | 0 | 0.91 | 0.10 | 78.37 | 0.84 | 0.49 |
| Hex | A5 | E5 | 14 | 1C | 0 | 5B | A | 4E | 54 | 31 |
| Octal | 245 | 345 | 24 | 34 | 0 | 133 | 12 | 116 | 124 | 61 |
| Binary | 10100101 | 11100101 | 10100 | 11100 | 0 | 1011011 | 1010 | 1001110 | 1010100 | 110001 |
Color Harmonies of #A5E514
Complementary color
Monochromatic Colors of #A5E514
Black with #A5E514
Text Example
Text Example
White with #A5E514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E514; }
p { color: rgb(165,229,20); }
H1.HeaderClassName
{
color: #A5E514;
}
.AnyTagClassName
{
color: #A5E514;
}
</style>
background-color css
<style>
a { background-color: #A5E514; }
a { background-color: rgb(165,229,20); }
div.DivClassName
{
background-color: #A5E514;
}
.BgClassName
{
background-color: #A5E514;
}
</style>
border-color css
<style>
span { border-color: #A5E514; }
span { border-color: rgb(165,229,20); }
td.TdClassName
{
border-color: #A5E514;
}
.TagClassName
{
border-color: #A5E514;
}
</style>