#A9C391

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

Shades of Norway #A9C391

Tints of Norway #A9C391

Color information

#A9C391 (or 0xA9C391) is unknown color: approx Norway. HEX triplet: A9, C3 and 91. RGB value is (169,195,145). Sum of RGB (Red+Green+Blue) = 169+195+145=509 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.20% from 509); Green value is 195 (76.56% from 255 or 38.31% from 509); Blue value is 145 (57.03% from 255 or 28.49% from 509); Max value from RGB is 195 - color contains mainly: green. Hex color #A9C391 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9C391 is #563C6E. Grayscale: #B5B5B5. Windows color (decimal): -5651567 or 9552809. OLE color: 9552809.

HSL color Cylindrical-coordinate representation of color #A9C391: hue angle of 91.2º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A9C391 is Cyan = 0.13, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.24.

Color convert

RGB169195145-
CMYK0.1300.260.24
HSL91.2º29.41%66.67%-
HSV(B)91.2º25.64%76.47%-
XYZ40.9949.5134.18-
YUV181.53107.39119.07-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.20%
GREEN value IS 195 (76.56% from 255) = 38.31%
BLUE value IS 145 (57.03% from 255) = 28.49%
R=33.20%
G=38.31%
B=28.49%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1691951450.1300.260.2491.229.4166.67
HexA9C391D01A185b1d43
Octal251303221150323013335103
Binary1010100111000011100100011101011010110001011011111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9C391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9C391; }

 p { color: rgb(169,195,145); }

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

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

 a { background-color: rgb(169,195,145); }

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

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

 span { border-color: rgb(169,195,145); }

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