#A7CA5C

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

Shades of Conifer #A7CA5C

Tints of Conifer #A7CA5C

Color information

#A7CA5C (or 0xA7CA5C) is unknown color: approx Conifer. HEX triplet: A7, CA and 5C. RGB value is (167,202,92). Sum of RGB (Red+Green+Blue) = 167+202+92=461 (61% of max value = 765). Red value is 167 (65.62% from 255 or 36.23% from 461); Green value is 202 (79.30% from 255 or 43.82% from 461); Blue value is 92 (36.33% from 255 or 19.96% from 461); Max value from RGB is 202 - color contains mainly: green. Hex color #A7CA5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7CA5C is #5835A3. Grayscale: #B3B3B3. Windows color (decimal): -5780900 or 6081191. OLE color: 6081191.

HSL color Cylindrical-coordinate representation of color #A7CA5C: hue angle of 79.09º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A7CA5C is Cyan = 0.17, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.21.

Color convert

RGB16720292-
CMYK0.1700.540.21
HSL79.09º50.93%57.65%-
HSV(B)79.09º54.46%79.22%-
XYZ38.9951.2317.96-
YUV17978.9119.44-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 36.23%
GREEN value IS 202 (79.30% from 255) = 43.82%
BLUE value IS 92 (36.33% from 255) = 19.96%
R=36.23%
G=43.82%
B=19.96%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal167202920.1700.540.2179.0950.9357.65
HexA7CA5C11036154f333a
Octal24731213421066251176372
Binary10100111110010101011100100010110110101011001111110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7CA5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7CA5C; }

 p { color: rgb(167,202,92); }

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

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

 a { background-color: rgb(167,202,92); }

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

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

 span { border-color: rgb(167,202,92); }

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