#A6D34E

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

Shades of Conifer #A6D34E

Tints of Conifer #A6D34E

Color information

#A6D34E (or 0xA6D34E) is unknown color: approx Conifer. HEX triplet: A6, D3 and 4E. RGB value is (166,211,78). Sum of RGB (Red+Green+Blue) = 166+211+78=455 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.48% from 455); Green value is 211 (82.81% from 255 or 46.37% from 455); Blue value is 78 (30.86% from 255 or 17.14% from 455); Max value from RGB is 211 - color contains mainly: green. Hex color #A6D34E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6D34E is #592CB1. Grayscale: #B6B6B6. Windows color (decimal): -5844146 or 5165990. OLE color: 5165990.

HSL color Cylindrical-coordinate representation of color #A6D34E: hue angle of 80.3º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A6D34E is Cyan = 0.21, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.17.

Color convert

RGB16621178-
CMYK0.2100.630.17
HSL80.3º60.18%56.67%-
HSV(B)80.3º63.03%82.75%-
XYZ40.455.2515.74-
YUV182.3869.09116.31-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.48%
GREEN value IS 211 (82.81% from 255) = 46.37%
BLUE value IS 78 (30.86% from 255) = 17.14%
R=36.48%
G=46.37%
B=17.14%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal166211780.2100.630.1780.360.1856.67
HexA6D34E1503F11503c39
Octal24632311625077211207471
Binary10100110110100111001110101010111111100011010000111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6D34E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6D34E; }

 p { color: rgb(166,211,78); }

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

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

 a { background-color: rgb(166,211,78); }

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

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

 span { border-color: rgb(166,211,78); }

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