#9FAE88

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

Shades of Norway #9FAE88

Tints of Norway #9FAE88

Color information

#9FAE88 (or 0x9FAE88) is unknown color: approx Norway. HEX triplet: 9F, AE and 88. RGB value is (159,174,136). Sum of RGB (Red+Green+Blue) = 159+174+136=469 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.90% from 469); Green value is 174 (68.36% from 255 or 37.10% from 469); Blue value is 136 (53.52% from 255 or 29.00% from 469); Max value from RGB is 174 - color contains mainly: green. Hex color #9FAE88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FAE88 is #605177. Grayscale: #A5A5A5. Windows color (decimal): -6312312 or 8957599. OLE color: 8957599.

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

Color convert

RGB159174136-
CMYK0.0900.220.32
HSL83.68º19%60.78%-
HSV(B)83.68º21.84%68.24%-
XYZ33.8839.4229.12-
YUV165.18111.53123.59-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 33.90%
GREEN value IS 174 (68.36% from 255) = 37.10%
BLUE value IS 136 (53.52% from 255) = 29.00%
R=33.90%
G=37.10%
B=29.00%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1591741360.0900.220.3283.681960.78
Hex9FAE8890162054133d
Octal23725621011026401242375
Binary1001111110101110100010001001010110100000101010010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FAE88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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