#9DAE8E

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

Shades of Norway #9DAE8E

Tints of Norway #9DAE8E

Color information

#9DAE8E (or 0x9DAE8E) is unknown color: approx Norway. HEX triplet: 9D, AE and 8E. RGB value is (157,174,142). Sum of RGB (Red+Green+Blue) = 157+174+142=473 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.19% from 473); Green value is 174 (68.36% from 255 or 36.79% from 473); Blue value is 142 (55.86% from 255 or 30.02% from 473); Max value from RGB is 174 - color contains mainly: green. Hex color #9DAE8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DAE8E is #625171. Grayscale: #A5A5A5. Windows color (decimal): -6443378 or 9350813. OLE color: 9350813.

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

Color convert

RGB157174142-
CMYK0.1000.180.32
HSL91.87º16.49%61.96%-
HSV(B)91.87º18.39%68.24%-
XYZ33.9239.3931.41-
YUV165.27114.87122.1-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 33.19%
GREEN value IS 174 (68.36% from 255) = 36.79%
BLUE value IS 142 (55.86% from 255) = 30.02%
R=33.19%
G=36.79%
B=30.02%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1571741420.1000.180.3291.8716.4961.96
Hex9DAE8EA012205c103e
Octal23525621612022401342076
Binary1001110110101110100011101010010010100000101110010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DAE8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,174,142); }

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

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

 a { background-color: rgb(157,174,142); }

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

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

 span { border-color: rgb(157,174,142); }

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