#9EA990

Color #9EA990 Norway (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Norway #9EA990

Tints of Norway #9EA990

Color information

#9EA990 (or 0x9EA990) is unknown color: approx 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

RGB158169144-
CMYK0.0700.150.34
HSL86.4º12.69%61.37%-
HSV(B)86.4º14.79%66.27%-
XYZ33.3237.6631.9-
YUV162.86117.36124.53-

RGB Variations

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

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 (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1581691440.0700.150.3486.412.6961.37
Hex9EA99070F2256d3d
Octal2362512207017421261575
Binary1001111010101001100100001110111110001010101101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EA990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>