#A3C38F

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

Shades of Norway #A3C38F

Tints of Norway #A3C38F

Color information

#A3C38F (or 0xA3C38F) is unknown color: approx Norway. HEX triplet: A3, C3 and 8F. RGB value is (163,195,143). Sum of RGB (Red+Green+Blue) = 163+195+143=501 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.53% from 501); Green value is 195 (76.56% from 255 or 38.92% from 501); Blue value is 143 (56.25% from 255 or 28.54% from 501); Max value from RGB is 195 - color contains mainly: green. Hex color #A3C38F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3C38F is #5C3C70. Grayscale: #B3B3B3. Windows color (decimal): -6044785 or 9421731. OLE color: 9421731.

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

Color convert

RGB163195143-
CMYK0.1600.270.24
HSL96.92º30.23%66.27%-
HSV(B)96.92º26.67%76.47%-
XYZ39.5848.833.32-
YUV179.5107.4116.23-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.53%
GREEN value IS 195 (76.56% from 255) = 38.92%
BLUE value IS 143 (56.25% from 255) = 28.54%
R=32.53%
G=38.92%
B=28.54%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1631951430.1600.270.2496.9230.2366.27
HexA3C38F1001B18611e42
Octal243303217200333014136102
Binary10100011110000111000111110000011011110001100001111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3C38F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3C38F; }

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

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

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

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

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

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

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

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