#A5C391

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

Shades of Norway #A5C391

Tints of Norway #A5C391

Color information

#A5C391 (or 0xA5C391) is unknown color: approx Norway. HEX triplet: A5, C3 and 91. RGB value is (165,195,145). Sum of RGB (Red+Green+Blue) = 165+195+145=505 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.67% from 505); Green value is 195 (76.56% from 255 or 38.61% from 505); Blue value is 145 (57.03% from 255 or 28.71% from 505); Max value from RGB is 195 - color contains mainly: green. Hex color #A5C391 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5C391 is #5A3C6E. Grayscale: #B4B4B4. Windows color (decimal): -5913711 or 9552805. OLE color: 9552805.

HSL color Cylindrical-coordinate representation of color #A5C391: hue angle of 96º 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 #A5C391 is Cyan = 0.15, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.24.

Color convert

RGB165195145-
CMYK0.1500.260.24
HSL96º29.41%66.67%-
HSV(B)96º25.64%76.47%-
XYZ40.1449.0734.14-
YUV180.33108.06117.07-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.67%
GREEN value IS 195 (76.56% from 255) = 38.61%
BLUE value IS 145 (57.03% from 255) = 28.71%
R=32.67%
G=38.61%
B=28.71%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1651951450.1500.260.249629.4166.67
HexA5C391F01A18601d43
Octal245303221170323014035103
Binary1010010111000011100100011111011010110001100000111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5C391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5C391; }

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

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

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

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

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

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

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

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