#A0EC43

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

Shades of Conifer #A0EC43

Tints of Conifer #A0EC43

Color information

#A0EC43 (or 0xA0EC43) is unknown color: approx Conifer. HEX triplet: A0, EC and 43. RGB value is (160,236,67). Sum of RGB (Red+Green+Blue) = 160+236+67=463 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.56% from 463); Green value is 236 (92.58% from 255 or 50.97% from 463); Blue value is 67 (26.56% from 255 or 14.47% from 463); Max value from RGB is 236 - color contains mainly: green. Hex color #A0EC43 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A0EC43 is #5F13BC. Grayscale: #C2C2C2. Windows color (decimal): -6230973 or 4451488. OLE color: 4451488.

HSL color Cylindrical-coordinate representation of color #A0EC43: hue angle of 86.98º 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 #A0EC43 is Cyan = 0.32, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.07.

Color convert

RGB16023667-
CMYK0.3200.720.07
HSL86.98º81.64%59.41%-
HSV(B)86.98º71.61%92.55%-
XYZ45.5167.8716.01-
YUV194.0156.32103.74-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.56%
GREEN value IS 236 (92.58% from 255) = 50.97%
BLUE value IS 67 (26.56% from 255) = 14.47%
R=34.56%
G=50.97%
B=14.47%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal160236670.3200.720.0786.9881.6459.41
HexA0EC4320048757523b
Octal240354103400110712712273
Binary101000001110110010000111000000100100011110101111010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0EC43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0EC43; }

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

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

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

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

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

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

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

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