Shades of Inch Worm #A5E30D
Tints of Inch Worm #A5E30D
RGB
CMYK
RGB Variations
Color information
#A5E30D (or 0xA5E30D) is known color: Inch Worm. HEX triplet: A5, E3 and 0D. RGB value is (165,227,13). Sum of RGB (Red+Green+Blue) = 165+227+13=405 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.74% from 405); Green value is 227 (89.06% from 255 or 56.05% from 405); Blue value is 13 (5.47% from 255 or 3.21% from 405); Max value from RGB is 227 - color contains mainly: green. Hex color #A5E30D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5E30D is #5A1CF2. Grayscale: #B8B8B8. Windows color (decimal): -5905651 or 910245. OLE color: 910245.
HSL color Cylindrical-coordinate representation of color #A5E30D: hue angle of 77.38º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A5E30D is Cyan = 0.27, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 165 | 227 | 13 | - |
| CMYK | 0.27 | 0 | 0.94 | 0.11 |
| HSL | 77.38º | 0.89% | 0.47% | - |
| HSV(B) | 77.38º | 0.94% | 0.89% | - |
| XYZ | 43.06 | 62.97 | 10.27 | - |
| YUV | 184.07 | 31.46 | 114.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 227 | 13 | 0.27 | 0 | 0.94 | 0.11 | 77.38 | 0.89 | 0.47 |
| Hex | A5 | E3 | D | 1B | 0 | 5E | B | 4D | 59 | 2F |
| Octal | 245 | 343 | 15 | 33 | 0 | 136 | 13 | 115 | 131 | 57 |
| Binary | 10100101 | 11100011 | 1101 | 11011 | 0 | 1011110 | 1011 | 1001101 | 1011001 | 101111 |
Color Harmonies of #A5E30D
Complementary color
Monochromatic Colors of #A5E30D
Black with #A5E30D
Text Example
Text Example
White with #A5E30D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E30D; }
p { color: rgb(165,227,13); }
H1.HeaderClassName
{
color: #A5E30D;
}
.AnyTagClassName
{
color: #A5E30D;
}
</style>
background-color css
<style>
a { background-color: #A5E30D; }
a { background-color: rgb(165,227,13); }
div.DivClassName
{
background-color: #A5E30D;
}
.BgClassName
{
background-color: #A5E30D;
}
</style>
border-color css
<style>
span { border-color: #A5E30D; }
span { border-color: rgb(165,227,13); }
td.TdClassName
{
border-color: #A5E30D;
}
.TagClassName
{
border-color: #A5E30D;
}
</style>