Shades of Inch Worm #A5EF16
Tints of Inch Worm #A5EF16
RGB
CMYK
RGB Variations
Color information
#A5EF16 (or 0xA5EF16) is known color: Inch Worm. HEX triplet: A5, EF and 16. RGB value is (165,239,22). Sum of RGB (Red+Green+Blue) = 165+239+22=426 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.73% from 426); Green value is 239 (93.75% from 255 or 56.10% from 426); Blue value is 22 (8.98% from 255 or 5.16% from 426); Max value from RGB is 239 - color contains mainly: green. Hex color #A5EF16 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A5EF16 is #5A10E9. Grayscale: #C0C0C0. Windows color (decimal): -5902570 or 1503141. OLE color: 1503141.
HSL color Cylindrical-coordinate representation of color #A5EF16: hue angle of 80.46º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A5EF16 is Cyan = 0.31, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 165 | 239 | 22 | - |
| CMYK | 0.31 | 0 | 0.91 | 0.06 |
| HSL | 80.46º | 0.87% | 0.51% | - |
| HSV(B) | 80.46º | 0.91% | 0.94% | - |
| XYZ | 46.53 | 69.79 | 11.78 | - |
| YUV | 192.14 | 31.98 | 108.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 239 | 22 | 0.31 | 0 | 0.91 | 0.06 | 80.46 | 0.87 | 0.51 |
| Hex | A5 | EF | 16 | 1F | 0 | 5B | 6 | 50 | 57 | 33 |
| Octal | 245 | 357 | 26 | 37 | 0 | 133 | 6 | 120 | 127 | 63 |
| Binary | 10100101 | 11101111 | 10110 | 11111 | 0 | 1011011 | 110 | 1010000 | 1010111 | 110011 |
Color Harmonies of #A5EF16
Complementary color
Monochromatic Colors of #A5EF16
Black with #A5EF16
Text Example
Text Example
White with #A5EF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5EF16; }
p { color: rgb(165,239,22); }
H1.HeaderClassName
{
color: #A5EF16;
}
.AnyTagClassName
{
color: #A5EF16;
}
</style>
background-color css
<style>
a { background-color: #A5EF16; }
a { background-color: rgb(165,239,22); }
div.DivClassName
{
background-color: #A5EF16;
}
.BgClassName
{
background-color: #A5EF16;
}
</style>
border-color css
<style>
span { border-color: #A5EF16; }
span { border-color: rgb(165,239,22); }
td.TdClassName
{
border-color: #A5EF16;
}
.TagClassName
{
border-color: #A5EF16;
}
</style>