Shades of Inch Worm #A5E01C
Tints of Inch Worm #A5E01C
RGB
CMYK
RGB Variations
Color information
#A5E01C (or 0xA5E01C) is known color: Inch Worm. HEX triplet: A5, E0 and 1C. RGB value is (165,224,28). Sum of RGB (Red+Green+Blue) = 165+224+28=417 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.57% from 417); Green value is 224 (87.89% from 255 or 53.72% from 417); Blue value is 28 (11.33% from 255 or 6.71% from 417); Max value from RGB is 224 - color contains mainly: green. Hex color #A5E01C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5E01C is #5A1FE3. Grayscale: #B8B8B8. Windows color (decimal): -5906404 or 1892517. OLE color: 1892517.
HSL color Cylindrical-coordinate representation of color #A5E01C: hue angle of 78.06º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A5E01C is Cyan = 0.26, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 165 | 224 | 28 | - |
| CMYK | 0.26 | 0 | 0.88 | 0.12 |
| HSL | 78.06º | 0.78% | 0.49% | - |
| HSV(B) | 78.06º | 0.88% | 0.88% | - |
| XYZ | 42.38 | 61.39 | 10.72 | - |
| YUV | 184.02 | 39.95 | 114.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 224 | 28 | 0.26 | 0 | 0.88 | 0.12 | 78.06 | 0.78 | 0.49 |
| Hex | A5 | E0 | 1C | 1A | 0 | 58 | C | 4E | 4E | 31 |
| Octal | 245 | 340 | 34 | 32 | 0 | 130 | 14 | 116 | 116 | 61 |
| Binary | 10100101 | 11100000 | 11100 | 11010 | 0 | 1011000 | 1100 | 1001110 | 1001110 | 110001 |
Color Harmonies of #A5E01C
Complementary color
Monochromatic Colors of #A5E01C
Black with #A5E01C
Text Example
Text Example
White with #A5E01C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E01C; }
p { color: rgb(165,224,28); }
H1.HeaderClassName
{
color: #A5E01C;
}
.AnyTagClassName
{
color: #A5E01C;
}
</style>
background-color css
<style>
a { background-color: #A5E01C; }
a { background-color: rgb(165,224,28); }
div.DivClassName
{
background-color: #A5E01C;
}
.BgClassName
{
background-color: #A5E01C;
}
</style>
border-color css
<style>
span { border-color: #A5E01C; }
span { border-color: rgb(165,224,28); }
td.TdClassName
{
border-color: #A5E01C;
}
.TagClassName
{
border-color: #A5E01C;
}
</style>