#A2EC43

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

Shades of Conifer #A2EC43

Tints of Conifer #A2EC43

Color information

#A2EC43 (or 0xA2EC43) is unknown color: approx Conifer. HEX triplet: A2, EC and 43. RGB value is (162,236,67). Sum of RGB (Red+Green+Blue) = 162+236+67=465 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.84% from 465); Green value is 236 (92.58% from 255 or 50.75% from 465); Blue value is 67 (26.56% from 255 or 14.41% from 465); Max value from RGB is 236 - color contains mainly: green. Hex color #A2EC43 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A2EC43 is #5D13BC. Grayscale: #C3C3C3. Windows color (decimal): -6099901 or 4451490. OLE color: 4451490.

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

Color convert

RGB16223667-
CMYK0.3100.720.07
HSL86.27º81.64%59.41%-
HSV(B)86.27º71.61%92.55%-
XYZ45.9168.0816.03-
YUV194.6155.98104.74-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.84%
GREEN value IS 236 (92.58% from 255) = 50.75%
BLUE value IS 67 (26.56% from 255) = 14.41%
R=34.84%
G=50.75%
B=14.41%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal162236670.3100.720.0786.2781.6459.41
HexA2EC431F048756523b
Octal242354103370110712612273
Binary10100010111011001000011111110100100011110101101010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2EC43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2EC43; }

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

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

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

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

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

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

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

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