#A3C481

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

Shades of Norway #A3C481

Tints of Norway #A3C481

Color information

#A3C481 (or 0xA3C481) is unknown color: approx Norway. HEX triplet: A3, C4 and 81. RGB value is (163,196,129). Sum of RGB (Red+Green+Blue) = 163+196+129=488 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.40% from 488); Green value is 196 (76.95% from 255 or 40.16% from 488); Blue value is 129 (50.78% from 255 or 26.43% from 488); Max value from RGB is 196 - color contains mainly: green. Hex color #A3C481 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3C481 is #5C3B7E. Grayscale: #B2B2B2. Windows color (decimal): -6044543 or 8504483. OLE color: 8504483.

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

Color convert

RGB163196129-
CMYK0.1700.340.23
HSL89.55º36.22%63.73%-
HSV(B)89.55º34.18%76.86%-
XYZ38.8148.8528.15-
YUV178.49100.07116.95-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.40%
GREEN value IS 196 (76.95% from 255) = 40.16%
BLUE value IS 129 (50.78% from 255) = 26.43%
R=33.40%
G=40.16%
B=26.43%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1631961290.1700.340.2389.5536.2263.73
HexA3C48111022175a2440
Octal243304201210422713244100
Binary1010001111000100100000011000101000101011110110101001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3C481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3C481; }

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

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

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

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

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

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

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

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