#A9C594

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

Shades of Norway #A9C594

Tints of Norway #A9C594

Color information

#A9C594 (or 0xA9C594) is unknown color: approx Norway. HEX triplet: A9, C5 and 94. RGB value is (169,197,148). Sum of RGB (Red+Green+Blue) = 169+197+148=514 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.88% from 514); Green value is 197 (77.34% from 255 or 38.33% from 514); Blue value is 148 (58.20% from 255 or 28.79% from 514); Max value from RGB is 197 - color contains mainly: green. Hex color #A9C594 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9C594 is #563A6B. Grayscale: #B7B7B7. Windows color (decimal): -5651052 or 9749929. OLE color: 9749929.

HSL color Cylindrical-coordinate representation of color #A9C594: hue angle of 94.29º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A9C594 is Cyan = 0.14, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.23.

Color convert

RGB169197148-
CMYK0.1400.250.23
HSL94.29º29.7%67.65%-
HSV(B)94.29º24.87%77.25%-
XYZ41.6750.5135.57-
YUV183.04108.22117.98-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.88%
GREEN value IS 197 (77.34% from 255) = 38.33%
BLUE value IS 148 (58.20% from 255) = 28.79%
R=32.88%
G=38.33%
B=28.79%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1691971480.1400.250.2394.2929.767.65
HexA9C594E019175e1e44
Octal251305224160312713636104
Binary1010100111000101100101001110011001101111011110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9C594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9C594; }

 p { color: rgb(169,197,148); }

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

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

 a { background-color: rgb(169,197,148); }

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

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

 span { border-color: rgb(169,197,148); }

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