#A1E55C

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

Shades of Conifer #A1E55C

Tints of Conifer #A1E55C

Color information

#A1E55C (or 0xA1E55C) is unknown color: approx Conifer. HEX triplet: A1, E5 and 5C. RGB value is (161,229,92). Sum of RGB (Red+Green+Blue) = 161+229+92=482 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.40% from 482); Green value is 229 (89.84% from 255 or 47.51% from 482); Blue value is 92 (36.33% from 255 or 19.09% from 482); Max value from RGB is 229 - color contains mainly: green. Hex color #A1E55C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1E55C is #5E1AA3. Grayscale: #C1C1C1. Windows color (decimal): -6167204 or 6088097. OLE color: 6088097.

HSL color Cylindrical-coordinate representation of color #A1E55C: hue angle of 89.78º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A1E55C is Cyan = 0.30, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.10.

Color convert

RGB16122992-
CMYK0.3000.600.10
HSL89.78º72.49%62.94%-
HSV(B)89.78º59.83%89.8%-
XYZ44.6564.3920.2-
YUV193.0570.97105.14-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.40%
GREEN value IS 229 (89.84% from 255) = 47.51%
BLUE value IS 92 (36.33% from 255) = 19.09%
R=33.40%
G=47.51%
B=19.09%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal161229920.3000.600.1089.7872.4962.94
HexA1E55C1E03CA5a483f
Octal241345134360741213211077
Binary10100001111001011011100111100111100101010110101001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1E55C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1E55C; }

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

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

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

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

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

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

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

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