#A3C18E

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

Shades of Norway #A3C18E

Tints of Norway #A3C18E

Color information

#A3C18E (or 0xA3C18E) is unknown color: approx Norway. HEX triplet: A3, C1 and 8E. RGB value is (163,193,142). Sum of RGB (Red+Green+Blue) = 163+193+142=498 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.73% from 498); Green value is 193 (75.78% from 255 or 38.76% from 498); Blue value is 142 (55.86% from 255 or 28.51% from 498); Max value from RGB is 193 - color contains mainly: green. Hex color #A3C18E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3C18E is #5C3E71. Grayscale: #B2B2B2. Windows color (decimal): -6045298 or 9355683. OLE color: 9355683.

HSL color Cylindrical-coordinate representation of color #A3C18E: hue angle of 95.29º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A3C18E is Cyan = 0.16, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.24.

Color convert

RGB163193142-
CMYK0.1600.260.24
HSL95.29º29.14%65.69%-
HSV(B)95.29º26.42%75.69%-
XYZ39.0647.8832.77-
YUV178.22107.56117.15-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.73%
GREEN value IS 193 (75.78% from 255) = 38.76%
BLUE value IS 142 (55.86% from 255) = 28.51%
R=32.73%
G=38.76%
B=28.51%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1631931420.1600.260.2495.2929.1465.69
HexA3C18E1001A185f1d42
Octal243301216200323013735102
Binary10100011110000011000111010000011010110001011111111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3C18E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3C18E; }

 p { color: rgb(163,193,142); }

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

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

 a { background-color: rgb(163,193,142); }

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

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

 span { border-color: rgb(163,193,142); }

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