Html Css Color HEX #9FAC94 Norway

📋 copy color: '#9FAC94'

red 159 ◦ green 172 ◦ blue 148

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

Shades of Norway #9FAC94

Tints of Norway #9FAC94

RGB

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

 GREEN value IS 172 (67.58% from 255) = 35.91%

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

R = 33.19%
G = 35.91%
B = 30.9%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.14

 K value IS 0.33

RGB Variations

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

Color information

#9FAC94 (or 0x9FAC94) is known color: Norway. HEX triplet: 9F, AC and 94. RGB value is (159,172,148). Sum of RGB (Red+Green+Blue) = 159+172+148=479 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.19% from 479); Green value is 172 (67.58% from 255 or 35.91% from 479); Blue value is 148 (58.20% from 255 or 30.90% from 479); Max value from RGB is 172 - color contains mainly: green. Hex color #9FAC94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FAC94 is #60536B. Grayscale: #A5A5A5. Windows color (decimal): -6312812 or 9743519. OLE color: 9743519.

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

Color convert

RGB 159 172 148 -
CMYK 0.08 0 0.14 0.33
HSL 92.5º 0.13% 0.63% -
HSV(B) 92.5º 0.14% 0.67% -
XYZ 34.4 39.01 33.73 -
YUV 165.38 118.19 123.45 -
System Red Green Blue C M Y K H S L
Decimal 159 172 148 0.08 0 0.14 0.33 92.5 0.13 0.63
Hex 9F AC 94 8 0 E 21 5C D 3F
Octal 237 254 224 10 0 16 41 134 15 77
Binary 10011111 10101100 10010100 1000 0 1110 100001 1011100 1101 111111

Color Harmonies of #9FAC94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FAC94

Black with #9FAC94

Text Example


Text Example

White with #9FAC94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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