Html Css Color HEX #9EAE94 Norway

📋 copy color: '#9EAE94'

red 158 ◦ green 174 ◦ blue 148

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

Shades of Norway #9EAE94

Tints of Norway #9EAE94

RGB

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

 GREEN value IS 174 (68.36% from 255) = 36.25%

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

R = 32.92%
G = 36.25%
B = 30.83%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.15

 K value IS 0.32

RGB Variations

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

Color information

#9EAE94 (or 0x9EAE94) is known color: Norway. HEX triplet: 9E, AE and 94. RGB value is (158,174,148). Sum of RGB (Red+Green+Blue) = 158+174+148=480 (63% of max value = 765). Red value is 158 (62.11% from 255 or 32.92% from 480); Green value is 174 (68.36% from 255 or 36.25% from 480); Blue value is 148 (58.20% from 255 or 30.83% from 480); Max value from RGB is 174 - color contains mainly: green. Hex color #9EAE94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EAE94 is #61516B. Grayscale: #A6A6A6. Windows color (decimal): -6377836 or 9744030. OLE color: 9744030.

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

Color convert

RGB 158 174 148 -
CMYK 0.09 0 0.15 0.32
HSL 96.92º 0.14% 0.63% -
HSV(B) 96.92º 0.15% 0.68% -
XYZ 34.58 39.68 33.85 -
YUV 166.25 117.7 122.11 -
System Red Green Blue C M Y K H S L
Decimal 158 174 148 0.09 0 0.15 0.32 96.92 0.14 0.63
Hex 9E AE 94 9 0 F 20 61 E 3F
Octal 236 256 224 11 0 17 40 141 16 77
Binary 10011110 10101110 10010100 1001 0 1111 100000 1100001 1110 111111

Color Harmonies of #9EAE94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EAE94

Black with #9EAE94

Text Example


Text Example

White with #9EAE94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,174,148); }

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

background-color css

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

 a { background-color: rgb(158,174,148); }

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

border-color css

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

 span { border-color: rgb(158,174,148); }

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