#AEC194

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

Shades of Norway #AEC194

Tints of Norway #AEC194

Color information

#AEC194 (or 0xAEC194) is unknown color: approx Norway. HEX triplet: AE, C1 and 94. RGB value is (174,193,148). Sum of RGB (Red+Green+Blue) = 174+193+148=515 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.79% from 515); Green value is 193 (75.78% from 255 or 37.48% from 515); Blue value is 148 (58.20% from 255 or 28.74% from 515); Max value from RGB is 193 - color contains mainly: green. Hex color #AEC194 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC194 is #513E6B. Grayscale: #B6B6B6. Windows color (decimal): -5324396 or 9748910. OLE color: 9748910.

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

Color convert

RGB174193148-
CMYK0.1000.230.24
HSL85.33º26.63%66.86%-
HSV(B)85.33º23.32%75.69%-
XYZ41.8749.2835.32-
YUV182.19108.71122.16-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.79%
GREEN value IS 193 (75.78% from 255) = 37.48%
BLUE value IS 148 (58.20% from 255) = 28.74%
R=33.79%
G=37.48%
B=28.74%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1741931480.1000.230.2485.3326.6366.86
HexAEC194A01718551b43
Octal256301224120273012533103
Binary1010111011000001100101001010010111110001010101110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC194; }

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

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

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

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

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

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

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

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