#A1E325

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

Shades of Inch Worm #A1E325

Tints of Inch Worm #A1E325

Color information

#A1E325 (or 0xA1E325) is unknown color: approx Inch Worm. HEX triplet: A1, E3 and 25. RGB value is (161,227,37). Sum of RGB (Red+Green+Blue) = 161+227+37=425 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.88% from 425); Green value is 227 (89.06% from 255 or 53.41% from 425); Blue value is 37 (14.84% from 255 or 8.71% from 425); Max value from RGB is 227 - color contains mainly: green. Hex color #A1E325 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1E325 is #5E1CDA. Grayscale: #BABABA. Windows color (decimal): -6167771 or 2483105. OLE color: 2483105.

HSL color Cylindrical-coordinate representation of color #A1E325: hue angle of 80.84º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A1E325 is Cyan = 0.29, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.11.

Color convert

RGB16122737-
CMYK0.2900.840.11
HSL80.84º77.24%51.76%-
HSV(B)80.84º83.7%89.02%-
XYZ42.562.6511.6-
YUV185.6144.13110.45-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.88%
GREEN value IS 227 (89.06% from 255) = 53.41%
BLUE value IS 37 (14.84% from 255) = 8.71%
R=37.88%
G=53.41%
B=8.71%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal161227370.2900.840.1180.8477.2451.76
HexA1E3251D054B514d34
Octal241343453501241312111564
Binary10100001111000111001011110101010100101110100011001101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1E325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1E325; }

 p { color: rgb(161,227,37); }

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

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

 a { background-color: rgb(161,227,37); }

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

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

 span { border-color: rgb(161,227,37); }

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