#A3C487

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

Shades of Norway #A3C487

Tints of Norway #A3C487

Color information

#A3C487 (or 0xA3C487) is unknown color: approx Norway. HEX triplet: A3, C4 and 87. RGB value is (163,196,135). Sum of RGB (Red+Green+Blue) = 163+196+135=494 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.00% from 494); Green value is 196 (76.95% from 255 or 39.68% from 494); Blue value is 135 (53.12% from 255 or 27.33% from 494); Max value from RGB is 196 - color contains mainly: green. Hex color #A3C487 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3C487 is #5C3B78. Grayscale: #B3B3B3. Windows color (decimal): -6044537 or 8897699. OLE color: 8897699.

HSL color Cylindrical-coordinate representation of color #A3C487: hue angle of 92.46º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A3C487 is Cyan = 0.17, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.23.

Color convert

RGB163196135-
CMYK0.1700.310.23
HSL92.46º34.08%64.9%-
HSV(B)92.46º31.12%76.86%-
XYZ39.2249.0230.32-
YUV179.18103.07116.46-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.00%
GREEN value IS 196 (76.95% from 255) = 39.68%
BLUE value IS 135 (53.12% from 255) = 27.33%
R=33.00%
G=39.68%
B=27.33%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1631961350.1700.310.2392.4634.0864.9
HexA3C4871101F175c2241
Octal243304207210372713442101
Binary101000111100010010000111100010111111011110111001000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3C487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3C487; }

 p { color: rgb(163,196,135); }

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

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

 a { background-color: rgb(163,196,135); }

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

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

 span { border-color: rgb(163,196,135); }

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