#A1E149

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

Shades of Conifer #A1E149

Tints of Conifer #A1E149

Color information

#A1E149 (or 0xA1E149) is unknown color: approx Conifer. HEX triplet: A1, E1 and 49. RGB value is (161,225,73). Sum of RGB (Red+Green+Blue) = 161+225+73=459 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.08% from 459); Green value is 225 (88.28% from 255 or 49.02% from 459); Blue value is 73 (28.91% from 255 or 15.90% from 459); Max value from RGB is 225 - color contains mainly: green. Hex color #A1E149 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1E149 is #5E1EB6. Grayscale: #BDBDBD. Windows color (decimal): -6168247 or 4841889. OLE color: 4841889.

HSL color Cylindrical-coordinate representation of color #A1E149: hue angle of 85.26º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A1E149 is Cyan = 0.28, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.12.

Color convert

RGB16122573-
CMYK0.2800.680.12
HSL85.26º71.7%58.43%-
HSV(B)85.26º67.56%88.24%-
XYZ42.8361.9116-
YUV188.5462.8108.36-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.08%
GREEN value IS 225 (88.28% from 255) = 49.02%
BLUE value IS 73 (28.91% from 255) = 15.90%
R=35.08%
G=49.02%
B=15.90%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal161225730.2800.680.1285.2671.758.43
HexA1E1491C044C55483a
Octal2413411113401041412511072
Binary101000011110000110010011110001000100110010101011001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1E149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1E149; }

 p { color: rgb(161,225,73); }

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

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

 a { background-color: rgb(161,225,73); }

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

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

 span { border-color: rgb(161,225,73); }

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