Html Css Color HEX #9FAA94 Norway

📋 copy color: '#9FAA94'

red 159 ◦ green 170 ◦ blue 148

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

Shades of Norway #9FAA94

Tints of Norway #9FAA94

RGB

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

 GREEN value IS 170 (66.8% from 255) = 35.64%

 BLUE value IS 148 (58.2% from 255) = 31.03%

R = 33.33%
G = 35.64%
B = 31.03%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.13

 K value IS 0.33

RGB Variations

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

Color information

#9FAA94 (or 0x9FAA94) is known color: Norway. HEX triplet: 9F, AA and 94. RGB value is (159,170,148). Sum of RGB (Red+Green+Blue) = 159+170+148=477 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.33% from 477); Green value is 170 (66.80% from 255 or 35.64% from 477); Blue value is 148 (58.20% from 255 or 31.03% from 477); Max value from RGB is 170 - color contains mainly: green. Hex color #9FAA94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FAA94 is #60556B. Grayscale: #A4A4A4. Windows color (decimal): -6313324 or 9743007. OLE color: 9743007.

HSL color Cylindrical-coordinate representation of color #9FAA94: hue angle of 90º degrees, saturation: 0.11, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9FAA94 is Cyan = 0.06, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.33.

Color convert

RGB 159 170 148 -
CMYK 0.06 0 0.13 0.33
HSL 90º 0.11% 0.62% -
HSV(B) 90º 0.13% 0.67% -
XYZ 34.02 38.26 33.61 -
YUV 164.2 118.86 124.29 -
System Red Green Blue C M Y K H S L
Decimal 159 170 148 0.06 0 0.13 0.33 90 0.11 0.62
Hex 9F AA 94 6 0 D 21 5A B 3E
Octal 237 252 224 6 0 15 41 132 13 76
Binary 10011111 10101010 10010100 110 0 1101 100001 1011010 1011 111110

Color Harmonies of #9FAA94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FAA94

Black with #9FAA94

Text Example


Text Example

White with #9FAA94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,170,148); }

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

background-color css

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

 a { background-color: rgb(159,170,148); }

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

border-color css

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

 span { border-color: rgb(159,170,148); }

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