#A9C395

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

Shades of Norway #A9C395

Tints of Norway #A9C395

Color information

#A9C395 (or 0xA9C395) is unknown color: approx Norway. HEX triplet: A9, C3 and 95. RGB value is (169,195,149). Sum of RGB (Red+Green+Blue) = 169+195+149=513 (67% of max value = 765). Red value is 169 (66.41% from 255 or 32.94% from 513); Green value is 195 (76.56% from 255 or 38.01% from 513); Blue value is 149 (58.59% from 255 or 29.04% from 513); Max value from RGB is 195 - color contains mainly: green. Hex color #A9C395 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9C395 is #563C6A. Grayscale: #B6B6B6. Windows color (decimal): -5651563 or 9814953. OLE color: 9814953.

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

Color convert

RGB169195149-
CMYK0.1300.240.24
HSL93.91º27.71%67.45%-
HSV(B)93.91º23.59%76.47%-
XYZ41.349.6435.84-
YUV181.98109.39118.74-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.94%
GREEN value IS 195 (76.56% from 255) = 38.01%
BLUE value IS 149 (58.59% from 255) = 29.04%
R=32.94%
G=38.01%
B=29.04%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1691951490.1300.240.2493.9127.7167.45
HexA9C395D018185e1c43
Octal251303225150303013634103
Binary1010100111000011100101011101011000110001011110111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9C395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9C395; }

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

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

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

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

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

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

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

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