#9FAF90

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

Shades of Norway #9FAF90

Tints of Norway #9FAF90

Color information

#9FAF90 (or 0x9FAF90) is unknown color: approx Norway. HEX triplet: 9F, AF and 90. RGB value is (159,175,144). Sum of RGB (Red+Green+Blue) = 159+175+144=478 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.26% from 478); Green value is 175 (68.75% from 255 or 36.61% from 478); Blue value is 144 (56.64% from 255 or 30.13% from 478); Max value from RGB is 175 - color contains mainly: green. Hex color #9FAF90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FAF90 is #60506F. Grayscale: #A6A6A6. Windows color (decimal): -6312048 or 9482143. OLE color: 9482143.

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

Color convert

RGB159175144-
CMYK0.0900.180.31
HSL90.97º16.23%62.55%-
HSV(B)90.97º17.71%68.63%-
XYZ34.6640.0432.29-
YUV166.68115.2122.52-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 33.26%
GREEN value IS 175 (68.75% from 255) = 36.61%
BLUE value IS 144 (56.64% from 255) = 30.13%
R=33.26%
G=36.61%
B=30.13%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1591751440.0900.180.3190.9716.2362.55
Hex9FAF9090121F5b103f
Octal23725722011022371332077
Binary100111111010111110010000100101001011111101101110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FAF90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,175,144); }

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

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

 a { background-color: rgb(159,175,144); }

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

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

 span { border-color: rgb(159,175,144); }

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