Html Css Color HEX #9DAD94 Norway

📋 copy color: '#9DAD94'

red 157 ◦ green 173 ◦ blue 148

#9DAD94
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Norway #9DAD94

Tints of Norway #9DAD94

RGB

 RED value IS 157 (61.72% from 255) = 32.85%

 GREEN value IS 173 (67.97% from 255) = 36.19%

 BLUE value IS 148 (58.2% from 255) = 30.96%

R = 32.85%
G = 36.19%
B = 30.96%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.14

 K value IS 0.32

RGB Variations

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

Color information

#9DAD94 (or 0x9DAD94) is known color: Norway. HEX triplet: 9D, AD and 94. RGB value is (157,173,148). Sum of RGB (Red+Green+Blue) = 157+173+148=478 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.85% from 478); Green value is 173 (67.97% from 255 or 36.19% from 478); Blue value is 148 (58.20% from 255 or 30.96% from 478); Max value from RGB is 173 - color contains mainly: green. Hex color #9DAD94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DAD94 is #62526B. Grayscale: #A5A5A5. Windows color (decimal): -6443628 or 9743773. OLE color: 9743773.

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

Color convert

RGB 157 173 148 -
CMYK 0.09 0 0.14 0.32
HSL 98.4º 0.13% 0.63% -
HSV(B) 98.4º 0.14% 0.68% -
XYZ 34.19 39.19 33.78 -
YUV 165.37 118.2 122.03 -
System Red Green Blue C M Y K H S L
Decimal 157 173 148 0.09 0 0.14 0.32 98.4 0.13 0.63
Hex 9D AD 94 9 0 E 20 62 D 3F
Octal 235 255 224 11 0 16 40 142 15 77
Binary 10011101 10101101 10010100 1001 0 1110 100000 1100010 1101 111111

Color Harmonies of #9DAD94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DAD94

Black with #9DAD94

Text Example


Text Example

White with #9DAD94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9DAD94;
 }
 .AnyTagClassName
 {
   color: #9DAD94;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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