#A6EC5F

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

Shades of Conifer #A6EC5F

Tints of Conifer #A6EC5F

Color information

#A6EC5F (or 0xA6EC5F) is unknown color: approx Conifer. HEX triplet: A6, EC and 5F. RGB value is (166,236,95). Sum of RGB (Red+Green+Blue) = 166+236+95=497 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.40% from 497); Green value is 236 (92.58% from 255 or 47.48% from 497); Blue value is 95 (37.5% from 255 or 19.11% from 497); Max value from RGB is 236 - color contains mainly: green. Hex color #A6EC5F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6EC5F is #5913A0. Grayscale: #C7C7C7. Windows color (decimal): -5837729 or 6286502. OLE color: 6286502.

HSL color Cylindrical-coordinate representation of color #A6EC5F: hue angle of 89.79º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A6EC5F is Cyan = 0.30, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.07.

Color convert

RGB16623695-
CMYK0.3000.600.07
HSL89.79º78.77%64.9%-
HSV(B)89.79º59.75%92.55%-
XYZ47.7968.9221.61-
YUV19969.31104.46-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.40%
GREEN value IS 236 (92.58% from 255) = 47.48%
BLUE value IS 95 (37.5% from 255) = 19.11%
R=33.40%
G=47.48%
B=19.11%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal166236950.3000.600.0789.7978.7764.9
HexA6EC5F1E03C75a4f41
Octal246354137360747132117101
Binary10100110111011001011111111100111100111101101010011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6EC5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6EC5F; }

 p { color: rgb(166,236,95); }

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

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

 a { background-color: rgb(166,236,95); }

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

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

 span { border-color: rgb(166,236,95); }

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