#A3CA5C

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

Shades of Conifer #A3CA5C

Tints of Conifer #A3CA5C

Color information

#A3CA5C (or 0xA3CA5C) is unknown color: approx Conifer. HEX triplet: A3, CA and 5C. RGB value is (163,202,92). Sum of RGB (Red+Green+Blue) = 163+202+92=457 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.67% from 457); Green value is 202 (79.30% from 255 or 44.20% from 457); Blue value is 92 (36.33% from 255 or 20.13% from 457); Max value from RGB is 202 - color contains mainly: green. Hex color #A3CA5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3CA5C is #5C35A3. Grayscale: #B2B2B2. Windows color (decimal): -6043044 or 6081187. OLE color: 6081187.

HSL color Cylindrical-coordinate representation of color #A3CA5C: hue angle of 81.27º 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 #A3CA5C is Cyan = 0.19, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.21.

Color convert

RGB16320292-
CMYK0.1900.540.21
HSL81.27º50.93%57.65%-
HSV(B)81.27º54.46%79.22%-
XYZ38.1650.817.92-
YUV177.879.58117.44-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.67%
GREEN value IS 202 (79.30% from 255) = 44.20%
BLUE value IS 92 (36.33% from 255) = 20.13%
R=35.67%
G=44.20%
B=20.13%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal163202920.1900.540.2181.2750.9357.65
HexA3CA5C130361551333a
Octal24331213423066251216372
Binary10100011110010101011100100110110110101011010001110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3CA5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3CA5C; }

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

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

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

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

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

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

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

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