#a2ec65

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

Shades of Conifer #A2EC65

Tints of Conifer #A2EC65

Color information

#A2EC65 (or 0xA2EC65) is unknown color: approx Conifer. HEX triplet: A2, EC and 65. RGB value is (162,236,101). Sum of RGB (Red+Green+Blue) = 162+236+101=499 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.46% from 499); Green value is 236 (92.58% from 255 or 47.29% from 499); Blue value is 101 (39.84% from 255 or 20.24% from 499); Max value from RGB is 236 - color contains mainly: green. Hex color #A2EC65 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2EC65 is #5D139A. Grayscale: #C6C6C6. Windows color (decimal): -6099867 or 6679714. OLE color: 6679714.

HSL color Cylindrical-coordinate representation of color #A2EC65: hue angle of 92.89º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A2EC65 is Cyan = 0.31, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.07.

Color convert

RGB162236101-
CMYK0.3100.570.07
HSL92.89º78.03%66.08%-
HSV(B)92.89º57.2%92.55%-
XYZ47.2468.6123.07-
YUV198.4872.98101.98-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.46%
GREEN value IS 236 (92.58% from 255) = 47.29%
BLUE value IS 101 (39.84% from 255) = 20.24%
R=32.46%
G=47.29%
B=20.24%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1622361010.3100.570.0792.8978.0366.08
HexA2EC651F03975d4e42
Octal242354145370717135116102
Binary10100010111011001100101111110111001111101110110011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a2ec65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a2ec65; }

 p { color: rgb(162,236,101); }

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

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

 a { background-color: rgb(162,236,101); }

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

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

 span { border-color: rgb(162,236,101); }

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