Html Css Color HEX #9FAC8C Norway

📋 copy color: '#9FAC8C'

red 159 ◦ green 172 ◦ blue 140

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

Shades of Norway #9FAC8C

Tints of Norway #9FAC8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 29.72%

R = 33.76%
G = 36.52%
B = 29.72%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#9FAC8C (or 0x9FAC8C) is known color: Norway. HEX triplet: 9F, AC and 8C. RGB value is (159,172,140). Sum of RGB (Red+Green+Blue) = 159+172+140=471 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.76% from 471); Green value is 172 (67.58% from 255 or 36.52% from 471); Blue value is 140 (55.08% from 255 or 29.72% from 471); Max value from RGB is 172 - color contains mainly: green. Hex color #9FAC8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FAC8C is #605373. Grayscale: #A4A4A4. Windows color (decimal): -6312820 or 9219231. OLE color: 9219231.

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

Color convert

RGB 159 172 140 -
CMYK 0.08 0 0.19 0.33
HSL 84.38º 0.16% 0.61% -
HSV(B) 84.38º 0.19% 0.67% -
XYZ 33.78 38.77 30.51 -
YUV 164.47 114.19 124.1 -
System Red Green Blue C M Y K H S L
Decimal 159 172 140 0.08 0 0.19 0.33 84.38 0.16 0.61
Hex 9F AC 8C 8 0 13 21 54 10 3D
Octal 237 254 214 10 0 23 41 124 20 75
Binary 10011111 10101100 10001100 1000 0 10011 100001 1010100 10000 111101

Color Harmonies of #9FAC8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FAC8C

Black with #9FAC8C

Text Example


Text Example

White with #9FAC8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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