#A6E544

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

Shades of Conifer #A6E544

Tints of Conifer #A6E544

Color information

#A6E544 (or 0xA6E544) is unknown color: approx Conifer. HEX triplet: A6, E5 and 44. RGB value is (166,229,68). Sum of RGB (Red+Green+Blue) = 166+229+68=463 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.85% from 463); Green value is 229 (89.84% from 255 or 49.46% from 463); Blue value is 68 (26.95% from 255 or 14.69% from 463); Max value from RGB is 229 - color contains mainly: green. Hex color #A6E544 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6E544 is #591ABB. Grayscale: #C0C0C0. Windows color (decimal): -5839548 or 4515238. OLE color: 4515238.

HSL color Cylindrical-coordinate representation of color #A6E544: hue angle of 83.48º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A6E544 is Cyan = 0.28, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.10.

Color convert

RGB16622968-
CMYK0.2800.700.10
HSL83.48º75.59%58.24%-
HSV(B)83.48º70.31%89.8%-
XYZ44.7964.5615.57-
YUV191.8158.13109.59-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.85%
GREEN value IS 229 (89.84% from 255) = 49.46%
BLUE value IS 68 (26.95% from 255) = 14.69%
R=35.85%
G=49.46%
B=14.69%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal166229680.2800.700.1083.4875.5958.24
HexA6E5441C046A534c3a
Octal2463451043401061212311472
Binary101001101110010110001001110001000110101010100111001100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6E544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6E544; }

 p { color: rgb(166,229,68); }

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

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

 a { background-color: rgb(166,229,68); }

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

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

 span { border-color: rgb(166,229,68); }

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