#A1EA5D

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

Shades of Conifer #A1EA5D

Tints of Conifer #A1EA5D

Color information

#A1EA5D (or 0xA1EA5D) is unknown color: approx Conifer. HEX triplet: A1, EA and 5D. RGB value is (161,234,93). Sum of RGB (Red+Green+Blue) = 161+234+93=488 (64% of max value = 765). Red value is 161 (63.28% from 255 or 32.99% from 488); Green value is 234 (91.80% from 255 or 47.95% from 488); Blue value is 93 (36.72% from 255 or 19.06% from 488); Max value from RGB is 234 - color contains mainly: green. Hex color #A1EA5D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1EA5D is #5E15A2. Grayscale: #C4C4C4. Windows color (decimal): -6165923 or 6154913. OLE color: 6154913.

HSL color Cylindrical-coordinate representation of color #A1EA5D: hue angle of 91.06º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A1EA5D is Cyan = 0.31, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.08.

Color convert

RGB16123493-
CMYK0.3100.600.08
HSL91.06º77.05%64.12%-
HSV(B)91.06º60.26%91.76%-
XYZ46.167.2120.9-
YUV196.169.82102.96-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.99%
GREEN value IS 234 (91.80% from 255) = 47.95%
BLUE value IS 93 (36.72% from 255) = 19.06%
R=32.99%
G=47.95%
B=19.06%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal161234930.3100.600.0891.0677.0564.12
HexA1EA5D1F03C85b4d40
Octal2413521353707410133115100
Binary101000011110101010111011111101111001000101101110011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1EA5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1EA5D; }

 p { color: rgb(161,234,93); }

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

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

 a { background-color: rgb(161,234,93); }

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

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

 span { border-color: rgb(161,234,93); }

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