Shades of Inch Worm #A5ED0D
Tints of Inch Worm #A5ED0D
RGB
CMYK
RGB Variations
Color information
#A5ED0D (or 0xA5ED0D) is known color: Inch Worm. HEX triplet: A5, ED and 0D. RGB value is (165,237,13). Sum of RGB (Red+Green+Blue) = 165+237+13=415 (54% of max value = 765). Red value is 165 (64.84% from 255 or 39.76% from 415); Green value is 237 (92.97% from 255 or 57.11% from 415); Blue value is 13 (5.47% from 255 or 3.13% from 415); Max value from RGB is 237 - color contains mainly: green. Hex color #A5ED0D is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A5ED0D is #5A12F2. Grayscale: #BEBEBE. Windows color (decimal): -5903091 or 912805. OLE color: 912805.
HSL color Cylindrical-coordinate representation of color #A5ED0D: hue angle of 79.29º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A5ED0D is Cyan = 0.30, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 165 | 237 | 13 | - |
| CMYK | 0.30 | 0 | 0.95 | 0.07 |
| HSL | 79.29º | 0.9% | 0.49% | - |
| HSV(B) | 79.29º | 0.95% | 0.93% | - |
| XYZ | 45.87 | 68.6 | 11.2 | - |
| YUV | 189.94 | 28.15 | 110.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 237 | 13 | 0.30 | 0 | 0.95 | 0.07 | 79.29 | 0.9 | 0.49 |
| Hex | A5 | ED | D | 1E | 0 | 5F | 7 | 4F | 5A | 31 |
| Octal | 245 | 355 | 15 | 36 | 0 | 137 | 7 | 117 | 132 | 61 |
| Binary | 10100101 | 11101101 | 1101 | 11110 | 0 | 1011111 | 111 | 1001111 | 1011010 | 110001 |
Color Harmonies of #A5ED0D
Complementary color
Monochromatic Colors of #A5ED0D
Black with #A5ED0D
Text Example
Text Example
White with #A5ED0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5ED0D; }
p { color: rgb(165,237,13); }
H1.HeaderClassName
{
color: #A5ED0D;
}
.AnyTagClassName
{
color: #A5ED0D;
}
</style>
background-color css
<style>
a { background-color: #A5ED0D; }
a { background-color: rgb(165,237,13); }
div.DivClassName
{
background-color: #A5ED0D;
}
.BgClassName
{
background-color: #A5ED0D;
}
</style>
border-color css
<style>
span { border-color: #A5ED0D; }
span { border-color: rgb(165,237,13); }
td.TdClassName
{
border-color: #A5ED0D;
}
.TagClassName
{
border-color: #A5ED0D;
}
</style>