#A6E146

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

Shades of Conifer #A6E146

Tints of Conifer #A6E146

Color information

#A6E146 (or 0xA6E146) is unknown color: approx Conifer. HEX triplet: A6, E1 and 46. RGB value is (166,225,70). Sum of RGB (Red+Green+Blue) = 166+225+70=461 (61% of max value = 765). Red value is 166 (65.23% from 255 or 36.01% from 461); Green value is 225 (88.28% from 255 or 48.81% from 461); Blue value is 70 (27.73% from 255 or 15.18% from 461); Max value from RGB is 225 - color contains mainly: green. Hex color #A6E146 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6E146 is #591EB9. Grayscale: #BEBEBE. Windows color (decimal): -5840570 or 4645286. OLE color: 4645286.

HSL color Cylindrical-coordinate representation of color #A6E146: hue angle of 82.84º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A6E146 is Cyan = 0.26, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.12.

Color convert

RGB16622570-
CMYK0.2600.690.12
HSL82.84º72.09%57.84%-
HSV(B)82.84º68.89%88.24%-
XYZ43.7662.415.53-
YUV189.6960.45111.1-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.01%
GREEN value IS 225 (88.28% from 255) = 48.81%
BLUE value IS 70 (27.73% from 255) = 15.18%
R=36.01%
G=48.81%
B=15.18%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal166225700.2600.690.1282.8472.0957.84
HexA6E1461A045C53483a
Octal2463411063201051412311072
Binary101001101110000110001101101001000101110010100111001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6E146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6E146; }

 p { color: rgb(166,225,70); }

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

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

 a { background-color: rgb(166,225,70); }

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

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

 span { border-color: rgb(166,225,70); }

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