#A2EC63

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

Shades of Conifer #A2EC63

Tints of Conifer #A2EC63

Color information

#A2EC63 (or 0xA2EC63) is unknown color: approx Conifer. HEX triplet: A2, EC and 63. RGB value is (162,236,99). Sum of RGB (Red+Green+Blue) = 162+236+99=497 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.60% from 497); Green value is 236 (92.58% from 255 or 47.48% from 497); Blue value is 99 (39.06% from 255 or 19.92% from 497); Max value from RGB is 236 - color contains mainly: green. Hex color #A2EC63 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2EC63 is #5D139C. Grayscale: #C6C6C6. Windows color (decimal): -6099869 or 6548642. OLE color: 6548642.

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

Color convert

RGB16223699-
CMYK0.3100.580.07
HSL92.41º78.29%65.69%-
HSV(B)92.41º58.05%92.55%-
XYZ47.1568.5722.56-
YUV198.2671.98102.14-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.60%
GREEN value IS 236 (92.58% from 255) = 47.48%
BLUE value IS 99 (39.06% from 255) = 19.92%
R=32.60%
G=47.48%
B=19.92%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal162236990.3100.580.0792.4178.2965.69
HexA2EC631F03A75c4e42
Octal242354143370727134116102
Binary10100010111011001100011111110111010111101110010011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2EC63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2EC63; }

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

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

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

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

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

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

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

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