#AEC092

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

Shades of Norway #AEC092

Tints of Norway #AEC092

Color information

#AEC092 (or 0xAEC092) is unknown color: approx Norway. HEX triplet: AE, C0 and 92. RGB value is (174,192,146). Sum of RGB (Red+Green+Blue) = 174+192+146=512 (67% of max value = 765). Red value is 174 (68.36% from 255 or 33.98% from 512); Green value is 192 (75.39% from 255 or 37.5% from 512); Blue value is 146 (57.42% from 255 or 28.52% from 512); Max value from RGB is 192 - color contains mainly: green. Hex color #AEC092 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC092 is #513F6D. Grayscale: #B5B5B5. Windows color (decimal): -5324654 or 9617582. OLE color: 9617582.

HSL color Cylindrical-coordinate representation of color #AEC092: hue angle of 83.48º 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 #AEC092 is Cyan = 0.09, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.25.

Color convert

RGB174192146-
CMYK0.0900.240.25
HSL83.48º26.74%66.27%-
HSV(B)83.48º23.96%75.29%-
XYZ41.4948.7734.42-
YUV181.37108.04122.74-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.98%
GREEN value IS 192 (75.39% from 255) = 37.5%
BLUE value IS 146 (57.42% from 255) = 28.52%
R=33.98%
G=37.5%
B=28.52%

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
Decimal1741921460.0900.240.2583.4826.7466.27
HexAEC092901819531b42
Octal256300222110303112333102
Binary1010111011000000100100101001011000110011010011110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC092; }

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

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

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

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

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

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

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

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