#A2EC53

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

Shades of Conifer #A2EC53

Tints of Conifer #A2EC53

Color information

#A2EC53 (or 0xA2EC53) is unknown color: approx Conifer. HEX triplet: A2, EC and 53. RGB value is (162,236,83). Sum of RGB (Red+Green+Blue) = 162+236+83=481 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.68% from 481); Green value is 236 (92.58% from 255 or 49.06% from 481); Blue value is 83 (32.81% from 255 or 17.26% from 481); Max value from RGB is 236 - color contains mainly: green. Hex color #A2EC53 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2EC53 is #5D13AC. Grayscale: #C4C4C4. Windows color (decimal): -6099885 or 5500066. OLE color: 5500066.

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

Color convert

RGB16223683-
CMYK0.3100.650.07
HSL89.02º80.1%62.55%-
HSV(B)89.02º64.83%92.55%-
XYZ46.4668.318.92-
YUV196.4363.98103.44-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.68%
GREEN value IS 236 (92.58% from 255) = 49.06%
BLUE value IS 83 (32.81% from 255) = 17.26%
R=33.68%
G=49.06%
B=17.26%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal162236830.3100.650.0789.0280.162.55
HexA2EC531F041759503f
Octal242354123370101713112077
Binary10100010111011001010011111110100000111110110011010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2EC53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2EC53; }

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

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

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

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

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

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

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

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