#A4C580

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

Shades of Norway #A4C580

Tints of Norway #A4C580

Color information

#A4C580 (or 0xA4C580) is unknown color: approx Norway. HEX triplet: A4, C5 and 80. RGB value is (164,197,128). Sum of RGB (Red+Green+Blue) = 164+197+128=489 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.54% from 489); Green value is 197 (77.34% from 255 or 40.29% from 489); Blue value is 128 (50.39% from 255 or 26.18% from 489); Max value from RGB is 197 - color contains mainly: green. Hex color #A4C580 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4C580 is #5B3A7F. Grayscale: #B3B3B3. Windows color (decimal): -5978752 or 8439204. OLE color: 8439204.

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

Color convert

RGB164197128-
CMYK0.1700.350.23
HSL88.7º37.3%63.73%-
HSV(B)88.7º35.03%77.25%-
XYZ39.1749.3827.89-
YUV179.2799.07117.11-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.54%
GREEN value IS 197 (77.34% from 255) = 40.29%
BLUE value IS 128 (50.39% from 255) = 26.18%
R=33.54%
G=40.29%
B=26.18%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1641971280.1700.350.2388.737.363.73
HexA4C5801102317592540
Octal244305200210432713145100
Binary1010010011000101100000001000101000111011110110011001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4C580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4C580; }

 p { color: rgb(164,197,128); }

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

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

 a { background-color: rgb(164,197,128); }

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

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

 span { border-color: rgb(164,197,128); }

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