Html Css Color HEX #9EA991 Norway

📋 copy color: '#9EA991'

red 158 ◦ green 169 ◦ blue 145

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

Shades of Norway #9EA991

Tints of Norway #9EA991

RGB

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

 GREEN value IS 169 (66.41% from 255) = 35.81%

 BLUE value IS 145 (57.03% from 255) = 30.72%

R = 33.47%
G = 35.81%
B = 30.72%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.14

 K value IS 0.34

RGB Variations

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

Color information

#9EA991 (or 0x9EA991) is known color: Norway. HEX triplet: 9E, A9 and 91. RGB value is (158,169,145). Sum of RGB (Red+Green+Blue) = 158+169+145=472 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.47% from 472); Green value is 169 (66.41% from 255 or 35.81% from 472); Blue value is 145 (57.03% from 255 or 30.72% from 472); Max value from RGB is 169 - color contains mainly: green. Hex color #9EA991 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EA991 is #61566E. Grayscale: #A3A3A3. Windows color (decimal): -6379119 or 9546142. OLE color: 9546142.

HSL color Cylindrical-coordinate representation of color #9EA991: hue angle of 87.5º degrees, saturation: 0.12, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9EA991 is Cyan = 0.07, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.34.

Color convert

RGB 158 169 145 -
CMYK 0.07 0 0.14 0.34
HSL 87.5º 0.12% 0.62% -
HSV(B) 87.5º 0.14% 0.66% -
XYZ 33.4 37.69 32.3 -
YUV 162.98 117.86 124.45 -
System Red Green Blue C M Y K H S L
Decimal 158 169 145 0.07 0 0.14 0.34 87.5 0.12 0.62
Hex 9E A9 91 7 0 E 22 57 C 3E
Octal 236 251 221 7 0 16 42 127 14 76
Binary 10011110 10101001 10010001 111 0 1110 100010 1010111 1100 111110

Color Harmonies of #9EA991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EA991

Black with #9EA991

Text Example


Text Example

White with #9EA991

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,169,145); }

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

background-color css

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

 a { background-color: rgb(158,169,145); }

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

border-color css

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

 span { border-color: rgb(158,169,145); }

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