#AEC193

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

Shades of Norway #AEC193

Tints of Norway #AEC193

Color information

#AEC193 (or 0xAEC193) is unknown color: approx Norway. HEX triplet: AE, C1 and 93. RGB value is (174,193,147). Sum of RGB (Red+Green+Blue) = 174+193+147=514 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.85% from 514); Green value is 193 (75.78% from 255 or 37.55% from 514); Blue value is 147 (57.81% from 255 or 28.60% from 514); Max value from RGB is 193 - color contains mainly: green. Hex color #AEC193 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC193 is #513E6C. Grayscale: #B6B6B6. Windows color (decimal): -5324397 or 9683374. OLE color: 9683374.

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

Color convert

RGB174193147-
CMYK0.1000.240.24
HSL84.78º27.06%66.67%-
HSV(B)84.78º23.83%75.69%-
XYZ41.7949.2534.91-
YUV182.08108.21122.24-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.85%
GREEN value IS 193 (75.78% from 255) = 37.55%
BLUE value IS 147 (57.81% from 255) = 28.60%
R=33.85%
G=37.55%
B=28.60%

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
Decimal1741931470.1000.240.2484.7827.0666.67
HexAEC193A01818551b43
Octal256301223120303012533103
Binary1010111011000001100100111010011000110001010101110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC193; }

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

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

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

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

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

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

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

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