#A3CA5D

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

Shades of Conifer #A3CA5D

Tints of Conifer #A3CA5D

Color information

#A3CA5D (or 0xA3CA5D) is unknown color: approx Conifer. HEX triplet: A3, CA and 5D. RGB value is (163,202,93). Sum of RGB (Red+Green+Blue) = 163+202+93=458 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.59% from 458); Green value is 202 (79.30% from 255 or 44.10% from 458); Blue value is 93 (36.72% from 255 or 20.31% from 458); Max value from RGB is 202 - color contains mainly: green. Hex color #A3CA5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3CA5D is #5C35A2. Grayscale: #B2B2B2. Windows color (decimal): -6043043 or 6146723. OLE color: 6146723.

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

Color convert

RGB16320293-
CMYK0.1900.540.21
HSL81.47º50.7%57.84%-
HSV(B)81.47º53.96%79.22%-
XYZ38.250.8218.15-
YUV177.9180.08117.36-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.59%
GREEN value IS 202 (79.30% from 255) = 44.10%
BLUE value IS 93 (36.72% from 255) = 20.31%
R=35.59%
G=44.10%
B=20.31%

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
Decimal163202930.1900.540.2181.4750.757.84
HexA3CA5D130361551333a
Octal24331213523066251216372
Binary10100011110010101011101100110110110101011010001110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3CA5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3CA5D; }

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

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

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

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

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

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

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

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