#9FAE8E

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

Shades of Norway #9FAE8E

Tints of Norway #9FAE8E

Color information

#9FAE8E (or 0x9FAE8E) is unknown color: approx Norway. HEX triplet: 9F, AE and 8E. RGB value is (159,174,142). Sum of RGB (Red+Green+Blue) = 159+174+142=475 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.47% from 475); Green value is 174 (68.36% from 255 or 36.63% from 475); Blue value is 142 (55.86% from 255 or 29.89% from 475); Max value from RGB is 174 - color contains mainly: green. Hex color #9FAE8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FAE8E is #605171. Grayscale: #A5A5A5. Windows color (decimal): -6312306 or 9350815. OLE color: 9350815.

HSL color Cylindrical-coordinate representation of color #9FAE8E: hue angle of 88.12º 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 #9FAE8E is Cyan = 0.09, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.32.

Color convert

RGB159174142-
CMYK0.0900.180.32
HSL88.12º16.49%61.96%-
HSV(B)88.12º18.39%68.24%-
XYZ34.3239.631.43-
YUV165.87114.53123.1-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 33.47%
GREEN value IS 174 (68.36% from 255) = 36.63%
BLUE value IS 142 (55.86% from 255) = 29.89%
R=33.47%
G=36.63%
B=29.89%

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
Decimal1591741420.0900.180.3288.1216.4961.96
Hex9FAE8E90122058103e
Octal23725621611022401302076
Binary1001111110101110100011101001010010100000101100010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FAE8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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