#9DAA8A

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

Shades of Norway #9DAA8A

Tints of Norway #9DAA8A

Color information

#9DAA8A (or 0x9DAA8A) is unknown color: approx Norway. HEX triplet: 9D, AA and 8A. RGB value is (157,170,138). Sum of RGB (Red+Green+Blue) = 157+170+138=465 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.76% from 465); Green value is 170 (66.80% from 255 or 36.56% from 465); Blue value is 138 (54.30% from 255 or 29.68% from 465); Max value from RGB is 170 - color contains mainly: green. Hex color #9DAA8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DAA8A is #625575. Grayscale: #A2A2A2. Windows color (decimal): -6444406 or 9087645. OLE color: 9087645.

HSL color Cylindrical-coordinate representation of color #9DAA8A: hue angle of 84.37º degrees, saturation: 0.16, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9DAA8A is Cyan = 0.08, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.

Color convert

RGB157170138-
CMYK0.0800.190.33
HSL84.37º15.84%60.39%-
HSV(B)84.37º18.82%66.67%-
XYZ32.8737.7529.6-
YUV162.46114.19124.1-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 33.76%
GREEN value IS 170 (66.80% from 255) = 36.56%
BLUE value IS 138 (54.30% from 255) = 29.68%
R=33.76%
G=36.56%
B=29.68%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1571701380.0800.190.3384.3715.8460.39
Hex9DAA8A80132154103c
Octal23525221210023411242074
Binary1001110110101010100010101000010011100001101010010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DAA8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,170,138); }

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

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

 a { background-color: rgb(157,170,138); }

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

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

 span { border-color: rgb(157,170,138); }

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