#9EAE8E

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

Shades of Norway #9EAE8E

Tints of Norway #9EAE8E

Color information

#9EAE8E (or 0x9EAE8E) is unknown color: approx Norway. HEX triplet: 9E, AE and 8E. RGB value is (158,174,142). Sum of RGB (Red+Green+Blue) = 158+174+142=474 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.33% from 474); Green value is 174 (68.36% from 255 or 36.71% from 474); Blue value is 142 (55.86% from 255 or 29.96% from 474); Max value from RGB is 174 - color contains mainly: green. Hex color #9EAE8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EAE8E is #615171. Grayscale: #A5A5A5. Windows color (decimal): -6377842 or 9350814. OLE color: 9350814.

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

Color convert

RGB158174142-
CMYK0.0900.180.32
HSL90º16.49%61.96%-
HSV(B)90º18.39%68.24%-
XYZ34.1239.4931.42-
YUV165.57114.7122.6-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 33.33%
GREEN value IS 174 (68.36% from 255) = 36.71%
BLUE value IS 142 (55.86% from 255) = 29.96%
R=33.33%
G=36.71%
B=29.96%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1581741420.0900.180.329016.4961.96
Hex9EAE8E9012205a103e
Octal23625621611022401322076
Binary1001111010101110100011101001010010100000101101010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EAE8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9EAE8E;
 }
 .AnyTagClassName
 {
   color: #9EAE8E;
 }
</style>
background-color css

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

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

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

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

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

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