#A3C38A

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

Shades of Norway #A3C38A

Tints of Norway #A3C38A

Color information

#A3C38A (or 0xA3C38A) is unknown color: approx Norway. HEX triplet: A3, C3 and 8A. RGB value is (163,195,138). Sum of RGB (Red+Green+Blue) = 163+195+138=496 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.86% from 496); Green value is 195 (76.56% from 255 or 39.31% from 496); Blue value is 138 (54.30% from 255 or 27.82% from 496); Max value from RGB is 195 - color contains mainly: green. Hex color #A3C38A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3C38A is #5C3C75. Grayscale: #B3B3B3. Windows color (decimal): -6044790 or 9094051. OLE color: 9094051.

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

Color convert

RGB163195138-
CMYK0.1600.290.24
HSL93.68º32.2%65.29%-
HSV(B)93.68º29.23%76.47%-
XYZ39.2148.6531.37-
YUV178.93104.9116.63-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.86%
GREEN value IS 195 (76.56% from 255) = 39.31%
BLUE value IS 138 (54.30% from 255) = 27.82%
R=32.86%
G=39.31%
B=27.82%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1631951380.1600.290.2493.6832.265.29
HexA3C38A1001D185e2041
Octal243303212200353013640101
Binary101000111100001110001010100000111011100010111101000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3C38A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3C38A; }

 p { color: rgb(163,195,138); }

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

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

 a { background-color: rgb(163,195,138); }

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

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

 span { border-color: rgb(163,195,138); }

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