#AEC091

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

Shades of Norway #AEC091

Tints of Norway #AEC091

Color information

#AEC091 (or 0xAEC091) is unknown color: approx Norway. HEX triplet: AE, C0 and 91. RGB value is (174,192,145). Sum of RGB (Red+Green+Blue) = 174+192+145=511 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.05% from 511); Green value is 192 (75.39% from 255 or 37.57% from 511); Blue value is 145 (57.03% from 255 or 28.38% from 511); Max value from RGB is 192 - color contains mainly: green. Hex color #AEC091 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC091 is #513F6E. Grayscale: #B5B5B5. Windows color (decimal): -5324655 or 9552046. OLE color: 9552046.

HSL color Cylindrical-coordinate representation of color #AEC091: hue angle of 82.98º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AEC091 is Cyan = 0.09, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.25.

Color convert

RGB174192145-
CMYK0.0900.240.25
HSL82.98º27.17%66.08%-
HSV(B)82.98º24.48%75.29%-
XYZ41.4248.7434.01-
YUV181.26107.54122.82-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.05%
GREEN value IS 192 (75.39% from 255) = 37.57%
BLUE value IS 145 (57.03% from 255) = 28.38%
R=34.05%
G=37.57%
B=28.38%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1741921450.0900.240.2582.9827.1766.08
HexAEC091901819531b42
Octal256300221110303112333102
Binary1010111011000000100100011001011000110011010011110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC091; }

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

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

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

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

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

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

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

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