#A2E149

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

Shades of Conifer #A2E149

Tints of Conifer #A2E149

Color information

#A2E149 (or 0xA2E149) is unknown color: approx Conifer. HEX triplet: A2, E1 and 49. RGB value is (162,225,73). Sum of RGB (Red+Green+Blue) = 162+225+73=460 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.22% from 460); Green value is 225 (88.28% from 255 or 48.91% from 460); Blue value is 73 (28.91% from 255 or 15.87% from 460); Max value from RGB is 225 - color contains mainly: green. Hex color #A2E149 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2E149 is #5D1EB6. Grayscale: #BDBDBD. Windows color (decimal): -6102711 or 4841890. OLE color: 4841890.

HSL color Cylindrical-coordinate representation of color #A2E149: hue angle of 84.87º 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 #A2E149 is Cyan = 0.28, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.12.

Color convert

RGB16222573-
CMYK0.2800.680.12
HSL84.87º71.7%58.43%-
HSV(B)84.87º67.56%88.24%-
XYZ43.0362.0116.01-
YUV188.8362.63108.86-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.22%
GREEN value IS 225 (88.28% from 255) = 48.91%
BLUE value IS 73 (28.91% from 255) = 15.87%
R=35.22%
G=48.91%
B=15.87%

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
Decimal162225730.2800.680.1284.8771.758.43
HexA2E1491C044C55483a
Octal2423411113401041412511072
Binary101000101110000110010011110001000100110010101011001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2E149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2E149; }

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

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

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

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

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

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

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

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