Shades of Inch Worm #A1EF12
Tints of Inch Worm #A1EF12
RGB
CMYK
RGB Variations
Color information
#A1EF12 (or 0xA1EF12) is known color: Inch Worm. HEX triplet: A1, EF and 12. RGB value is (161,239,18). Sum of RGB (Red+Green+Blue) = 161+239+18=418 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.52% from 418); Green value is 239 (93.75% from 255 or 57.18% from 418); Blue value is 18 (7.42% from 255 or 4.31% from 418); Max value from RGB is 239 - color contains mainly: green. Hex color #A1EF12 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A1EF12 is #5E10ED. Grayscale: #BFBFBF. Windows color (decimal): -6164718 or 1240993. OLE color: 1240993.
HSL color Cylindrical-coordinate representation of color #A1EF12: hue angle of 81.18º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A1EF12 is Cyan = 0.33, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 161 | 239 | 18 | - |
| CMYK | 0.33 | 0 | 0.92 | 0.06 |
| HSL | 81.18º | 0.87% | 0.5% | - |
| HSV(B) | 81.18º | 0.92% | 0.94% | - |
| XYZ | 45.67 | 69.35 | 11.55 | - |
| YUV | 190.48 | 30.66 | 106.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 239 | 18 | 0.33 | 0 | 0.92 | 0.06 | 81.18 | 0.87 | 0.5 |
| Hex | A1 | EF | 12 | 21 | 0 | 5C | 6 | 51 | 57 | 32 |
| Octal | 241 | 357 | 22 | 41 | 0 | 134 | 6 | 121 | 127 | 62 |
| Binary | 10100001 | 11101111 | 10010 | 100001 | 0 | 1011100 | 110 | 1010001 | 1010111 | 110010 |
Color Harmonies of #A1EF12
Complementary color
Monochromatic Colors of #A1EF12
Black with #A1EF12
Text Example
Text Example
White with #A1EF12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1EF12; }
p { color: rgb(161,239,18); }
H1.HeaderClassName
{
color: #A1EF12;
}
.AnyTagClassName
{
color: #A1EF12;
}
</style>
background-color css
<style>
a { background-color: #A1EF12; }
a { background-color: rgb(161,239,18); }
div.DivClassName
{
background-color: #A1EF12;
}
.BgClassName
{
background-color: #A1EF12;
}
</style>
border-color css
<style>
span { border-color: #A1EF12; }
span { border-color: rgb(161,239,18); }
td.TdClassName
{
border-color: #A1EF12;
}
.TagClassName
{
border-color: #A1EF12;
}
</style>