Html Css Color HEX #9EA990 Norway

📋 copy color: '#9EA990'

red 158 ◦ green 169 ◦ blue 144

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

Shades of Norway #9EA990

Tints of Norway #9EA990

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 30.57%

R = 33.55%
G = 35.88%
B = 30.57%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.15

 K value IS 0.34

RGB Variations

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

Color information

#9EA990 (or 0x9EA990) is known color: Norway. HEX triplet: 9E, A9 and 90. RGB value is (158,169,144). Sum of RGB (Red+Green+Blue) = 158+169+144=471 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.55% from 471); Green value is 169 (66.41% from 255 or 35.88% from 471); Blue value is 144 (56.64% from 255 or 30.57% from 471); Max value from RGB is 169 - color contains mainly: green. Hex color #9EA990 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EA990 is #61566F. Grayscale: #A2A2A2. Windows color (decimal): -6379120 or 9480606. OLE color: 9480606.

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

Color convert

RGB 158 169 144 -
CMYK 0.07 0 0.15 0.34
HSL 86.4º 0.13% 0.61% -
HSV(B) 86.4º 0.15% 0.66% -
XYZ 33.32 37.66 31.9 -
YUV 162.86 117.36 124.53 -
System Red Green Blue C M Y K H S L
Decimal 158 169 144 0.07 0 0.15 0.34 86.4 0.13 0.61
Hex 9E A9 90 7 0 F 22 56 D 3D
Octal 236 251 220 7 0 17 42 126 15 75
Binary 10011110 10101001 10010000 111 0 1111 100010 1010110 1101 111101

Color Harmonies of #9EA990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EA990

Black with #9EA990

Text Example


Text Example

White with #9EA990

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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