#A6CD64

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

Shades of Conifer #A6CD64

Tints of Conifer #A6CD64

Color information

#A6CD64 (or 0xA6CD64) is unknown color: approx Conifer. HEX triplet: A6, CD and 64. RGB value is (166,205,100). Sum of RGB (Red+Green+Blue) = 166+205+100=471 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.24% from 471); Green value is 205 (80.47% from 255 or 43.52% from 471); Blue value is 100 (39.45% from 255 or 21.23% from 471); Max value from RGB is 205 - color contains mainly: green. Hex color #A6CD64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6CD64 is #59329B. Grayscale: #B5B5B5. Windows color (decimal): -5845660 or 6606246. OLE color: 6606246.

HSL color Cylindrical-coordinate representation of color #A6CD64: hue angle of 82.29º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A6CD64 is Cyan = 0.19, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.20.

Color convert

RGB166205100-
CMYK0.1900.510.20
HSL82.29º51.22%59.8%-
HSV(B)82.29º51.22%80.39%-
XYZ39.8652.6920.13-
YUV181.3782.08117.04-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.24%
GREEN value IS 205 (80.47% from 255) = 43.52%
BLUE value IS 100 (39.45% from 255) = 21.23%
R=35.24%
G=43.52%
B=21.23%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1662051000.1900.510.2082.2951.2259.8
HexA6CD64130331452333c
Octal24631514423063241226374
Binary10100110110011011100100100110110011101001010010110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6CD64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6CD64; }

 p { color: rgb(166,205,100); }

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

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

 a { background-color: rgb(166,205,100); }

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

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

 span { border-color: rgb(166,205,100); }

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