#A2EC62

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

Shades of Conifer #A2EC62

Tints of Conifer #A2EC62

Color information

#A2EC62 (or 0xA2EC62) is unknown color: approx Conifer. HEX triplet: A2, EC and 62. RGB value is (162,236,98). Sum of RGB (Red+Green+Blue) = 162+236+98=496 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.66% from 496); Green value is 236 (92.58% from 255 or 47.58% from 496); Blue value is 98 (38.67% from 255 or 19.76% from 496); Max value from RGB is 236 - color contains mainly: green. Hex color #A2EC62 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2EC62 is #5D139D. Grayscale: #C6C6C6. Windows color (decimal): -6099870 or 6483106. OLE color: 6483106.

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

Color convert

RGB16223698-
CMYK0.3100.580.07
HSL92.17º78.41%65.49%-
HSV(B)92.17º58.47%92.55%-
XYZ47.168.5522.31-
YUV198.1471.48102.22-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.66%
GREEN value IS 236 (92.58% from 255) = 47.58%
BLUE value IS 98 (38.67% from 255) = 19.76%
R=32.66%
G=47.58%
B=19.76%

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
Decimal162236980.3100.580.0792.1778.4165.49
HexA2EC621F03A75c4e41
Octal242354142370727134116101
Binary10100010111011001100010111110111010111101110010011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2EC62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2EC62; }

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

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

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

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

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

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

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

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