Shades of Inch Worm #A1EF19
Tints of Inch Worm #A1EF19
RGB
CMYK
RGB Variations
Color information
#A1EF19 (or 0xA1EF19) is known color: Inch Worm. HEX triplet: A1, EF and 19. RGB value is (161,239,25). Sum of RGB (Red+Green+Blue) = 161+239+25=425 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.88% from 425); Green value is 239 (93.75% from 255 or 56.24% from 425); Blue value is 25 (10.16% from 255 or 5.88% from 425); Max value from RGB is 239 - color contains mainly: green. Hex color #A1EF19 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A1EF19 is #5E10E6. Grayscale: #C0C0C0. Windows color (decimal): -6164711 or 1699745. OLE color: 1699745.
HSL color Cylindrical-coordinate representation of color #A1EF19: hue angle of 81.87º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A1EF19 is Cyan = 0.33, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 161 | 239 | 25 | - |
| CMYK | 0.33 | 0 | 0.90 | 0.06 |
| HSL | 81.87º | 0.87% | 0.52% | - |
| HSV(B) | 81.87º | 0.9% | 0.94% | - |
| XYZ | 45.74 | 69.38 | 11.9 | - |
| YUV | 191.28 | 34.16 | 106.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 239 | 25 | 0.33 | 0 | 0.90 | 0.06 | 81.87 | 0.87 | 0.52 |
| Hex | A1 | EF | 19 | 21 | 0 | 5A | 6 | 52 | 57 | 34 |
| Octal | 241 | 357 | 31 | 41 | 0 | 132 | 6 | 122 | 127 | 64 |
| Binary | 10100001 | 11101111 | 11001 | 100001 | 0 | 1011010 | 110 | 1010010 | 1010111 | 110100 |
Color Harmonies of #A1EF19
Complementary color
Monochromatic Colors of #A1EF19
Black with #A1EF19
Text Example
Text Example
White with #A1EF19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1EF19; }
p { color: rgb(161,239,25); }
H1.HeaderClassName
{
color: #A1EF19;
}
.AnyTagClassName
{
color: #A1EF19;
}
</style>
background-color css
<style>
a { background-color: #A1EF19; }
a { background-color: rgb(161,239,25); }
div.DivClassName
{
background-color: #A1EF19;
}
.BgClassName
{
background-color: #A1EF19;
}
</style>
border-color css
<style>
span { border-color: #A1EF19; }
span { border-color: rgb(161,239,25); }
td.TdClassName
{
border-color: #A1EF19;
}
.TagClassName
{
border-color: #A1EF19;
}
</style>