#AEC590

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

Shades of Norway #AEC590

Tints of Norway #AEC590

Color information

#AEC590 (or 0xAEC590) is unknown color: approx Norway. HEX triplet: AE, C5 and 90. RGB value is (174,197,144). Sum of RGB (Red+Green+Blue) = 174+197+144=515 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.79% from 515); Green value is 197 (77.34% from 255 or 38.25% from 515); Blue value is 144 (56.64% from 255 or 27.96% from 515); Max value from RGB is 197 - color contains mainly: green. Hex color #AEC590 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC590 is #513A6F. Grayscale: #B8B8B8. Windows color (decimal): -5323376 or 9487790. OLE color: 9487790.

HSL color Cylindrical-coordinate representation of color #AEC590: hue angle of 86.04º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AEC590 is Cyan = 0.12, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.23.

Color convert

RGB174197144-
CMYK0.1200.270.23
HSL86.04º31.36%66.86%-
HSV(B)86.04º26.9%77.25%-
XYZ42.4650.9433.98-
YUV184.08105.38120.81-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.79%
GREEN value IS 197 (77.34% from 255) = 38.25%
BLUE value IS 144 (56.64% from 255) = 27.96%
R=33.79%
G=38.25%
B=27.96%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1741971440.1200.270.2386.0431.3666.86
HexAEC590C01B17561f43
Octal256305220140332712637103
Binary1010111011000101100100001100011011101111010110111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC590; }

 p { color: rgb(174,197,144); }

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

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

 a { background-color: rgb(174,197,144); }

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

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

 span { border-color: rgb(174,197,144); }

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