#A3CA5F

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

Shades of Conifer #A3CA5F

Tints of Conifer #A3CA5F

Color information

#A3CA5F (or 0xA3CA5F) is unknown color: approx Conifer. HEX triplet: A3, CA and 5F. RGB value is (163,202,95). Sum of RGB (Red+Green+Blue) = 163+202+95=460 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.43% from 460); Green value is 202 (79.30% from 255 or 43.91% from 460); Blue value is 95 (37.5% from 255 or 20.65% from 460); Max value from RGB is 202 - color contains mainly: green. Hex color #A3CA5F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3CA5F is #5C35A0. Grayscale: #B2B2B2. Windows color (decimal): -6043041 or 6277795. OLE color: 6277795.

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

Color convert

RGB16320295-
CMYK0.1900.530.21
HSL81.87º50.23%58.24%-
HSV(B)81.87º52.97%79.22%-
XYZ38.2950.8518.62-
YUV178.1481.08117.2-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.43%
GREEN value IS 202 (79.30% from 255) = 43.91%
BLUE value IS 95 (37.5% from 255) = 20.65%
R=35.43%
G=43.91%
B=20.65%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal163202950.1900.530.2181.8750.2358.24
HexA3CA5F130351552323a
Octal24331213723065251226272
Binary10100011110010101011111100110110101101011010010110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3CA5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3CA5F; }

 p { color: rgb(163,202,95); }

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

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

 a { background-color: rgb(163,202,95); }

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

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

 span { border-color: rgb(163,202,95); }

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