#A1E510

Color #A1E510 Inch Worm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Inch Worm #A1E510

Tints of Inch Worm #A1E510

Color information

#A1E510 (or 0xA1E510) is unknown color: approx Inch Worm. HEX triplet: A1, E5 and 10. RGB value is (161,229,16). Sum of RGB (Red+Green+Blue) = 161+229+16=406 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.66% from 406); Green value is 229 (89.84% from 255 or 56.40% from 406); Blue value is 16 (6.64% from 255 or 3.94% from 406); Max value from RGB is 229 - color contains mainly: green. Hex color #A1E510 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1E510 is #5E1AEF. Grayscale: #B9B9B9. Windows color (decimal): -6167280 or 1107361. OLE color: 1107361.

HSL color Cylindrical-coordinate representation of color #A1E510: hue angle of 79.15º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A1E510 is Cyan = 0.30, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.10.

Color convert

RGB16122916-
CMYK0.3000.930.10
HSL79.15º86.94%48.04%-
HSV(B)79.15º93.01%89.8%-
XYZ42.8163.6510.52-
YUV184.3932.97111.32-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 161 (63.28% from 255) = 39.66%
GREEN value IS 229 (89.84% from 255) = 56.40%
BLUE value IS 16 (6.64% from 255) = 3.94%
R=39.66%
G=56.40%
B=3.94%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal161229160.3000.930.1079.1586.9448.04
HexA1E5101E05DA4f5730
Octal241345203601351211712760
Binary1010000111100101100001111001011101101010011111010111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1E510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1E510; }

 p { color: rgb(161,229,16); }

 H1.HeaderClassName
 {
   color: #A1E510;
 }
 .AnyTagClassName
 {
   color: #A1E510;
 }
</style>
background-color css

<style>
 a { background-color: #A1E510; }

 a { background-color: rgb(161,229,16); }

 div.DivClassName
 {
   background-color: #A1E510;
 }
 .BgClassName
 {
   background-color: #A1E510;
 }
</style>
border-color css

<style>
 span { border-color: #A1E510; }

 span { border-color: rgb(161,229,16); }

 td.TdClassName
 {
   border-color: #A1E510;
 }
 .TagClassName
 {
   border-color: #A1E510;
 }
</style>