#A3CA5A

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

Shades of Conifer #A3CA5A

Tints of Conifer #A3CA5A

Color information

#A3CA5A (or 0xA3CA5A) is unknown color: approx Conifer. HEX triplet: A3, CA and 5A. RGB value is (163,202,90). Sum of RGB (Red+Green+Blue) = 163+202+90=455 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.82% from 455); Green value is 202 (79.30% from 255 or 44.40% from 455); Blue value is 90 (35.55% from 255 or 19.78% from 455); Max value from RGB is 202 - color contains mainly: green. Hex color #A3CA5A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3CA5A is #5C35A5. Grayscale: #B1B1B1. Windows color (decimal): -6043046 or 5950115. OLE color: 5950115.

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

Color convert

RGB16320290-
CMYK0.1900.550.21
HSL80.89º51.38%57.25%-
HSV(B)80.89º55.45%79.22%-
XYZ38.0750.7717.47-
YUV177.5778.58117.61-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.82%
GREEN value IS 202 (79.30% from 255) = 44.40%
BLUE value IS 90 (35.55% from 255) = 19.78%
R=35.82%
G=44.40%
B=19.78%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal163202900.1900.550.2180.8951.3857.25
HexA3CA5A1303715513339
Octal24331213223067251216371
Binary10100011110010101011010100110110111101011010001110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3CA5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3CA5A; }

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

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

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

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

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

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

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

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