Html Css Color HEX #9DAE8E Norway

📋 copy color: '#9DAE8E'

red 157 ◦ green 174 ◦ blue 142

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

Shades of Norway #9DAE8E

Tints of Norway #9DAE8E

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 value IS 0.10

 M value IS 0

 Y value IS 0.18

 K value IS 0.32

RGB Variations

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

Color information

#9DAE8E (or 0x9DAE8E) is known color: 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.88º 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

RGB 157 174 142 -
CMYK 0.10 0 0.18 0.32
HSL 91.88º 0.16% 0.62% -
HSV(B) 91.88º 0.18% 0.68% -
XYZ 33.92 39.39 31.41 -
YUV 165.27 114.87 122.1 -
System Red Green Blue C M Y K H S L
Decimal 157 174 142 0.10 0 0.18 0.32 91.88 0.16 0.62
Hex 9D AE 8E A 0 12 20 5C 10 3E
Octal 235 256 216 12 0 22 40 134 20 76
Binary 10011101 10101110 10001110 1010 0 10010 100000 1011100 10000 111110

Color Harmonies of #9DAE8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DAE8E

Black with #9DAE8E

Text Example


Text Example

White with #9DAE8E

Text Example


Text Example

HTML Codes & Css Web 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>