#9FAE85

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

Shades of Norway #9FAE85

Tints of Norway #9FAE85

Color information

#9FAE85 (or 0x9FAE85) is unknown color: approx Norway. HEX triplet: 9F, AE and 85. RGB value is (159,174,133). Sum of RGB (Red+Green+Blue) = 159+174+133=466 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.12% from 466); Green value is 174 (68.36% from 255 or 37.34% from 466); Blue value is 133 (52.34% from 255 or 28.54% from 466); Max value from RGB is 174 - color contains mainly: green. Hex color #9FAE85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FAE85 is #60517A. Grayscale: #A4A4A4. Windows color (decimal): -6312315 or 8760991. OLE color: 8760991.

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

Color convert

RGB159174133-
CMYK0.0900.240.32
HSL81.95º20.2%60.2%-
HSV(B)81.95º23.56%68.24%-
XYZ33.6739.3428.01-
YUV164.84110.03123.83-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 34.12%
GREEN value IS 174 (68.36% from 255) = 37.34%
BLUE value IS 133 (52.34% from 255) = 28.54%
R=34.12%
G=37.34%
B=28.54%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1591741330.0900.240.3281.9520.260.2
Hex9FAE8590182052143c
Octal23725620511030401222474
Binary1001111110101110100001011001011000100000101001010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FAE85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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