Html Css Color HEX #9EAA8C Norway

📋 copy color: '#9EAA8C'

red 158 ◦ green 170 ◦ blue 140

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

Shades of Norway #9EAA8C

Tints of Norway #9EAA8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 29.91%

R = 33.76%
G = 36.32%
B = 29.91%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#9EAA8C (or 0x9EAA8C) is known color: Norway. HEX triplet: 9E, AA and 8C. RGB value is (158,170,140). Sum of RGB (Red+Green+Blue) = 158+170+140=468 (61% of max value = 765). Red value is 158 (62.11% from 255 or 33.76% from 468); Green value is 170 (66.80% from 255 or 36.32% from 468); Blue value is 140 (55.08% from 255 or 29.91% from 468); Max value from RGB is 170 - color contains mainly: green. Hex color #9EAA8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EAA8C is #615573. Grayscale: #A3A3A3. Windows color (decimal): -6378868 or 9218718. OLE color: 9218718.

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

Color convert

RGB 158 170 140 -
CMYK 0.07 0 0.18 0.33
HSL 84º 0.15% 0.61% -
HSV(B) 84º 0.18% 0.67% -
XYZ 33.21 37.91 30.38 -
YUV 162.99 115.02 124.44 -
System Red Green Blue C M Y K H S L
Decimal 158 170 140 0.07 0 0.18 0.33 84 0.15 0.61
Hex 9E AA 8C 7 0 12 21 54 F 3D
Octal 236 252 214 7 0 22 41 124 17 75
Binary 10011110 10101010 10001100 111 0 10010 100001 1010100 1111 111101

Color Harmonies of #9EAA8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EAA8C

Black with #9EAA8C

Text Example


Text Example

White with #9EAA8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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