#a6d766

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

Shades of Conifer #A6D766

Tints of Conifer #A6D766

Color information

#A6D766 (or 0xA6D766) is unknown color: approx Conifer. HEX triplet: A6, D7 and 66. RGB value is (166,215,102). Sum of RGB (Red+Green+Blue) = 166+215+102=483 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.37% from 483); Green value is 215 (84.38% from 255 or 44.51% from 483); Blue value is 102 (40.23% from 255 or 21.12% from 483); Max value from RGB is 215 - color contains mainly: green. Hex color #A6D766 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6D766 is #592899. Grayscale: #BBBBBB. Windows color (decimal): -5843098 or 6739878. OLE color: 6739878.

HSL color Cylindrical-coordinate representation of color #A6D766: hue angle of 86.02º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A6D766 is Cyan = 0.23, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.

Color convert

RGB166215102-
CMYK0.2300.530.16
HSL86.02º58.55%62.16%-
HSV(B)86.02º52.56%84.31%-
XYZ42.4257.6721.47-
YUV187.4779.77112.69-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.37%
GREEN value IS 215 (84.38% from 255) = 44.51%
BLUE value IS 102 (40.23% from 255) = 21.12%
R=34.37%
G=44.51%
B=21.12%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1662151020.2300.530.1686.0258.5562.16
HexA6D7661703510563b3e
Octal24632714627065201267376
Binary10100110110101111100110101110110101100001010110111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a6d766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a6d766; }

 p { color: rgb(166,215,102); }

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

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

 a { background-color: rgb(166,215,102); }

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

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

 span { border-color: rgb(166,215,102); }

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