#AEC093

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

Shades of Norway #AEC093

Tints of Norway #AEC093

Color information

#AEC093 (or 0xAEC093) is unknown color: approx Norway. HEX triplet: AE, C0 and 93. RGB value is (174,192,147). Sum of RGB (Red+Green+Blue) = 174+192+147=513 (67% of max value = 765). Red value is 174 (68.36% from 255 or 33.92% from 513); Green value is 192 (75.39% from 255 or 37.43% from 513); Blue value is 147 (57.81% from 255 or 28.65% from 513); Max value from RGB is 192 - color contains mainly: green. Hex color #AEC093 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC093 is #513F6C. Grayscale: #B5B5B5. Windows color (decimal): -5324653 or 9683118. OLE color: 9683118.

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

Color convert

RGB174192147-
CMYK0.0900.230.25
HSL84º26.32%66.47%-
HSV(B)84º23.44%75.29%-
XYZ41.5748.834.83-
YUV181.49108.54122.66-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.92%
GREEN value IS 192 (75.39% from 255) = 37.43%
BLUE value IS 147 (57.81% from 255) = 28.65%
R=33.92%
G=37.43%
B=28.65%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1741921470.0900.230.258426.3266.47
HexAEC093901719541a42
Octal256300223110273112432102
Binary1010111011000000100100111001010111110011010100110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC093; }

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

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

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

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

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

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

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

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