#A2E164

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

Shades of Conifer #A2E164

Tints of Conifer #A2E164

Color information

#A2E164 (or 0xA2E164) is unknown color: approx Conifer. HEX triplet: A2, E1 and 64. RGB value is (162,225,100). Sum of RGB (Red+Green+Blue) = 162+225+100=487 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.26% from 487); Green value is 225 (88.28% from 255 or 46.20% from 487); Blue value is 100 (39.45% from 255 or 20.53% from 487); Max value from RGB is 225 - color contains mainly: green. Hex color #A2E164 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2E164 is #5D1E9B. Grayscale: #C0C0C0. Windows color (decimal): -6102684 or 6611362. OLE color: 6611362.

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

Color convert

RGB162225100-
CMYK0.2800.560.12
HSL90.24º67.57%63.73%-
HSV(B)90.24º55.56%88.24%-
XYZ44.1362.4521.79-
YUV191.9176.13106.66-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.26%
GREEN value IS 225 (88.28% from 255) = 46.20%
BLUE value IS 100 (39.45% from 255) = 20.53%
R=33.26%
G=46.20%
B=20.53%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1622251000.2800.560.1290.2467.5763.73
HexA2E1641C038C5a4440
Octal2423411443407014132104100
Binary101000101110000111001001110001110001100101101010001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2E164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2E164; }

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

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

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

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

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

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

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

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