Html Css Color HEX #9EAA8A Norway

📋 copy color: '#9EAA8A'

red 158 ◦ green 170 ◦ blue 138

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

Shades of Norway #9EAA8A

Tints of Norway #9EAA8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 29.61%

R = 33.91%
G = 36.48%
B = 29.61%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#9EAA8A (or 0x9EAA8A) is known color: Norway. HEX triplet: 9E, AA and 8A. RGB value is (158,170,138). Sum of RGB (Red+Green+Blue) = 158+170+138=466 (61% of max value = 765). Red value is 158 (62.11% from 255 or 33.91% from 466); Green value is 170 (66.80% from 255 or 36.48% from 466); Blue value is 138 (54.30% from 255 or 29.61% from 466); Max value from RGB is 170 - color contains mainly: green. Hex color #9EAA8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EAA8A is #615575. Grayscale: #A2A2A2. Windows color (decimal): -6378870 or 9087646. OLE color: 9087646.

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

Color convert

RGB 158 170 138 -
CMYK 0.07 0 0.19 0.33
HSL 82.5º 0.16% 0.6% -
HSV(B) 82.5º 0.19% 0.67% -
XYZ 33.06 37.85 29.61 -
YUV 162.76 114.02 124.6 -
System Red Green Blue C M Y K H S L
Decimal 158 170 138 0.07 0 0.19 0.33 82.5 0.16 0.6
Hex 9E AA 8A 7 0 13 21 52 10 3C
Octal 236 252 212 7 0 23 41 122 20 74
Binary 10011110 10101010 10001010 111 0 10011 100001 1010010 10000 111100

Color Harmonies of #9EAA8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EAA8A

Black with #9EAA8A

Text Example


Text Example

White with #9EAA8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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