Html Css Color HEX #9FAE96 Norway

📋 copy color: '#9FAE96'

red 159 ◦ green 174 ◦ blue 150

#9FAE96
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Norway #9FAE96

Tints of Norway #9FAE96

RGB

 RED value IS 159 (62.5% from 255) = 32.92%

 GREEN value IS 174 (68.36% from 255) = 36.02%

 BLUE value IS 150 (58.98% from 255) = 31.06%

R = 32.92%
G = 36.02%
B = 31.06%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.14

 K value IS 0.32

RGB Variations

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

Color information

#9FAE96 (or 0x9FAE96) is known color: Norway. HEX triplet: 9F, AE and 96. RGB value is (159,174,150). Sum of RGB (Red+Green+Blue) = 159+174+150=483 (63% of max value = 765). Red value is 159 (62.5% from 255 or 32.92% from 483); Green value is 174 (68.36% from 255 or 36.02% from 483); Blue value is 150 (58.98% from 255 or 31.06% from 483); Max value from RGB is 174 - color contains mainly: green. Hex color #9FAE96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FAE96 is #605169. Grayscale: #A6A6A6. Windows color (decimal): -6312298 or 9875103. OLE color: 9875103.

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

Color convert

RGB 159 174 150 -
CMYK 0.09 0 0.14 0.32
HSL 97.5º 0.13% 0.64% -
HSV(B) 97.5º 0.14% 0.68% -
XYZ 34.94 39.85 34.7 -
YUV 166.78 118.53 122.45 -
System Red Green Blue C M Y K H S L
Decimal 159 174 150 0.09 0 0.14 0.32 97.5 0.13 0.64
Hex 9F AE 96 9 0 E 20 62 D 40
Octal 237 256 226 11 0 16 40 142 15 100
Binary 10011111 10101110 10010110 1001 0 1110 100000 1100010 1101 1000000

Color Harmonies of #9FAE96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FAE96

Black with #9FAE96

Text Example


Text Example

White with #9FAE96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9FAE96;
 }
 .AnyTagClassName
 {
   color: #9FAE96;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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