Shades of Inch Worm #A5E40C
Tints of Inch Worm #A5E40C
RGB
CMYK
RGB Variations
Color information
#A5E40C (or 0xA5E40C) is known color: Inch Worm. HEX triplet: A5, E4 and 0C. RGB value is (165,228,12). Sum of RGB (Red+Green+Blue) = 165+228+12=405 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.74% from 405); Green value is 228 (89.45% from 255 or 56.30% from 405); Blue value is 12 (5.08% from 255 or 2.96% from 405); Max value from RGB is 228 - color contains mainly: green. Hex color #A5E40C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5E40C is #5A1BF3. Grayscale: #B9B9B9. Windows color (decimal): -5905396 or 844965. OLE color: 844965.
HSL color Cylindrical-coordinate representation of color #A5E40C: hue angle of 77.5º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A5E40C is Cyan = 0.28, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 165 | 228 | 12 | - |
| CMYK | 0.28 | 0 | 0.95 | 0.11 |
| HSL | 77.5º | 0.9% | 0.47% | - |
| HSV(B) | 77.5º | 0.95% | 0.89% | - |
| XYZ | 43.33 | 63.51 | 10.32 | - |
| YUV | 184.54 | 30.63 | 114.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 228 | 12 | 0.28 | 0 | 0.95 | 0.11 | 77.5 | 0.9 | 0.47 |
| Hex | A5 | E4 | C | 1C | 0 | 5F | B | 4E | 5A | 2F |
| Octal | 245 | 344 | 14 | 34 | 0 | 137 | 13 | 116 | 132 | 57 |
| Binary | 10100101 | 11100100 | 1100 | 11100 | 0 | 1011111 | 1011 | 1001110 | 1011010 | 101111 |
Color Harmonies of #A5E40C
Complementary color
Monochromatic Colors of #A5E40C
Black with #A5E40C
Text Example
Text Example
White with #A5E40C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E40C; }
p { color: rgb(165,228,12); }
H1.HeaderClassName
{
color: #A5E40C;
}
.AnyTagClassName
{
color: #A5E40C;
}
</style>
background-color css
<style>
a { background-color: #A5E40C; }
a { background-color: rgb(165,228,12); }
div.DivClassName
{
background-color: #A5E40C;
}
.BgClassName
{
background-color: #A5E40C;
}
</style>
border-color css
<style>
span { border-color: #A5E40C; }
span { border-color: rgb(165,228,12); }
td.TdClassName
{
border-color: #A5E40C;
}
.TagClassName
{
border-color: #A5E40C;
}
</style>