#AEC391

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

Shades of Norway #AEC391

Tints of Norway #AEC391

Color information

#AEC391 (or 0xAEC391) is unknown color: approx Norway. HEX triplet: AE, C3 and 91. RGB value is (174,195,145). Sum of RGB (Red+Green+Blue) = 174+195+145=514 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.85% from 514); Green value is 195 (76.56% from 255 or 37.94% from 514); Blue value is 145 (57.03% from 255 or 28.21% from 514); Max value from RGB is 195 - color contains mainly: green. Hex color #AEC391 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC391 is #513C6E. Grayscale: #B7B7B7. Windows color (decimal): -5323887 or 9552814. OLE color: 9552814.

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

Color convert

RGB174195145-
CMYK0.1100.260.24
HSL85.2º29.41%66.67%-
HSV(B)85.2º25.64%76.47%-
XYZ42.0850.0734.24-
YUV183.02106.54121.57-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.85%
GREEN value IS 195 (76.56% from 255) = 37.94%
BLUE value IS 145 (57.03% from 255) = 28.21%
R=33.85%
G=37.94%
B=28.21%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1741951450.1100.260.2485.229.4166.67
HexAEC391B01A18551d43
Octal256303221130323012535103
Binary1010111011000011100100011011011010110001010101111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC391; }

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

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

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

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

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

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

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

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