#a3c380

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

Shades of Norway #A3C380

Tints of Norway #A3C380

Color information

#A3C380 (or 0xA3C380) is unknown color: approx Norway. HEX triplet: A3, C3 and 80. RGB value is (163,195,128). Sum of RGB (Red+Green+Blue) = 163+195+128=486 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.54% from 486); Green value is 195 (76.56% from 255 or 40.12% from 486); Blue value is 128 (50.39% from 255 or 26.34% from 486); Max value from RGB is 195 - color contains mainly: green. Hex color #A3C380 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3C380 is #5C3C7F. Grayscale: #B2B2B2. Windows color (decimal): -6044800 or 8438691. OLE color: 8438691.

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

Color convert

RGB163195128-
CMYK0.1600.340.24
HSL88.66º35.83%63.33%-
HSV(B)88.66º34.36%76.47%-
XYZ38.5248.3827.73-
YUV177.7999.9117.45-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.54%
GREEN value IS 195 (76.56% from 255) = 40.12%
BLUE value IS 128 (50.39% from 255) = 26.34%
R=33.54%
G=40.12%
B=26.34%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1631951280.1600.340.2488.6635.8363.33
HexA3C380100221859243f
Octal24330320020042301314477
Binary101000111100001110000000100000100010110001011001100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a3c380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a3c380; }

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

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

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

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

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

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

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

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