#9AAE8A

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

Shades of Norway #9AAE8A

Tints of Norway #9AAE8A

Color information

#9AAE8A (or 0x9AAE8A) is unknown color: approx Norway. HEX triplet: 9A, AE and 8A. RGB value is (154,174,138). Sum of RGB (Red+Green+Blue) = 154+174+138=466 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.05% from 466); Green value is 174 (68.36% from 255 or 37.34% from 466); Blue value is 138 (54.30% from 255 or 29.61% from 466); Max value from RGB is 174 - color contains mainly: green. Hex color #9AAE8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AAE8A is #655175. Grayscale: #A4A4A4. Windows color (decimal): -6639990 or 9088666. OLE color: 9088666.

HSL color Cylindrical-coordinate representation of color #9AAE8A: hue angle of 93.33º degrees, saturation: 0.18, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9AAE8A is Cyan = 0.11, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.32.

Color convert

RGB154174138-
CMYK0.1100.210.32
HSL93.33º18.18%61.18%-
HSV(B)93.33º20.69%68.24%-
XYZ33.0538.9829.83-
YUV163.92113.37120.93-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 33.05%
GREEN value IS 174 (68.36% from 255) = 37.34%
BLUE value IS 138 (54.30% from 255) = 29.61%
R=33.05%
G=37.34%
B=29.61%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1541741380.1100.210.3293.3318.1861.18
Hex9AAE8AB015205d123d
Octal23225621213025401352275
Binary1001101010101110100010101011010101100000101110110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AAE8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9AAE8A; }

 p { color: rgb(154,174,138); }

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

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

 a { background-color: rgb(154,174,138); }

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

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

 span { border-color: rgb(154,174,138); }

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