#AEC294

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

Shades of Norway #AEC294

Tints of Norway #AEC294

Color information

#AEC294 (or 0xAEC294) is unknown color: approx Norway. HEX triplet: AE, C2 and 94. RGB value is (174,194,148). Sum of RGB (Red+Green+Blue) = 174+194+148=516 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.72% from 516); Green value is 194 (76.17% from 255 or 37.60% from 516); Blue value is 148 (58.20% from 255 or 28.68% from 516); Max value from RGB is 194 - color contains mainly: green. Hex color #AEC294 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC294 is #513D6B. Grayscale: #B6B6B6. Windows color (decimal): -5324140 or 9749166. OLE color: 9749166.

HSL color Cylindrical-coordinate representation of color #AEC294: hue angle of 86.09º degrees, saturation: 0.27, 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 #AEC294 is Cyan = 0.10, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.24.

Color convert

RGB174194148-
CMYK0.1000.240.24
HSL86.09º27.38%67.06%-
HSV(B)86.09º23.71%76.08%-
XYZ42.0949.7235.4-
YUV182.78108.37121.74-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.72%
GREEN value IS 194 (76.17% from 255) = 37.60%
BLUE value IS 148 (58.20% from 255) = 28.68%
R=33.72%
G=37.60%
B=28.68%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1741941480.1000.240.2486.0927.3867.06
HexAEC294A01818561b43
Octal256302224120303012633103
Binary1010111011000010100101001010011000110001010110110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC294; }

 p { color: rgb(174,194,148); }

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

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

 a { background-color: rgb(174,194,148); }

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

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

 span { border-color: rgb(174,194,148); }

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