Html Css Color HEX #9EAA8D Norway

📋 copy color: '#9EAA8D'

red 158 ◦ green 170 ◦ blue 141

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

Shades of Norway #9EAA8D

Tints of Norway #9EAA8D

RGB

 RED value IS 158 (62.11% from 255) = 33.69%

 GREEN value IS 170 (66.8% from 255) = 36.25%

 BLUE value IS 141 (55.47% from 255) = 30.06%

R = 33.69%
G = 36.25%
B = 30.06%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.17

 K value IS 0.33

RGB Variations

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

Color information

#9EAA8D (or 0x9EAA8D) is known color: Norway. HEX triplet: 9E, AA and 8D. RGB value is (158,170,141). Sum of RGB (Red+Green+Blue) = 158+170+141=469 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.69% from 469); Green value is 170 (66.80% from 255 or 36.25% from 469); Blue value is 141 (55.47% from 255 or 30.06% from 469); Max value from RGB is 170 - color contains mainly: green. Hex color #9EAA8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EAA8D is #615572. Grayscale: #A3A3A3. Windows color (decimal): -6378867 or 9284254. OLE color: 9284254.

HSL color Cylindrical-coordinate representation of color #9EAA8D: hue angle of 84.83º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9EAA8D is Cyan = 0.07, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.33.

Color convert

RGB 158 170 141 -
CMYK 0.07 0 0.17 0.33
HSL 84.83º 0.15% 0.61% -
HSV(B) 84.83º 0.17% 0.67% -
XYZ 33.28 37.94 30.77 -
YUV 163.11 115.52 124.36 -
System Red Green Blue C M Y K H S L
Decimal 158 170 141 0.07 0 0.17 0.33 84.83 0.15 0.61
Hex 9E AA 8D 7 0 11 21 55 F 3D
Octal 236 252 215 7 0 21 41 125 17 75
Binary 10011110 10101010 10001101 111 0 10001 100001 1010101 1111 111101

Color Harmonies of #9EAA8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EAA8D

Black with #9EAA8D

Text Example


Text Example

White with #9EAA8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,170,141); }

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

background-color css

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

 a { background-color: rgb(158,170,141); }

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

border-color css

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

 span { border-color: rgb(158,170,141); }

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