#9DAD91

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

Shades of Norway #9DAD91

Tints of Norway #9DAD91

Color information

#9DAD91 (or 0x9DAD91) is unknown color: approx Norway. HEX triplet: 9D, AD and 91. RGB value is (157,173,145). Sum of RGB (Red+Green+Blue) = 157+173+145=475 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.05% from 475); Green value is 173 (67.97% from 255 or 36.42% from 475); Blue value is 145 (57.03% from 255 or 30.53% from 475); Max value from RGB is 173 - color contains mainly: green. Hex color #9DAD91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DAD91 is #62526E. Grayscale: #A5A5A5. Windows color (decimal): -6443631 or 9547165. OLE color: 9547165.

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

Color convert

RGB157173145-
CMYK0.0900.160.32
HSL94.29º14.58%62.35%-
HSV(B)94.29º16.18%67.84%-
XYZ33.9639.132.55-
YUV165.02116.7122.28-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 33.05%
GREEN value IS 173 (67.97% from 255) = 36.42%
BLUE value IS 145 (57.03% from 255) = 30.53%
R=33.05%
G=36.42%
B=30.53%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1571731450.0900.160.3294.2914.5862.35
Hex9DAD919010205ef3e
Octal23525522111020401361776
Binary100111011010110110010001100101000010000010111101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DAD91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,173,145); }

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

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

 a { background-color: rgb(157,173,145); }

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

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

 span { border-color: rgb(157,173,145); }

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