Html Css Color HEX #9FAC8D Norway

📋 copy color: '#9FAC8D'

red 159 ◦ green 172 ◦ blue 141

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

Shades of Norway #9FAC8D

Tints of Norway #9FAC8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 29.87%

R = 33.69%
G = 36.44%
B = 29.87%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#9FAC8D (or 0x9FAC8D) is known color: Norway. HEX triplet: 9F, AC and 8D. RGB value is (159,172,141). Sum of RGB (Red+Green+Blue) = 159+172+141=472 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.69% from 472); Green value is 172 (67.58% from 255 or 36.44% from 472); Blue value is 141 (55.47% from 255 or 29.87% from 472); Max value from RGB is 172 - color contains mainly: green. Hex color #9FAC8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FAC8D is #605372. Grayscale: #A4A4A4. Windows color (decimal): -6312819 or 9284767. OLE color: 9284767.

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

Color convert

RGB 159 172 141 -
CMYK 0.08 0 0.18 0.33
HSL 85.16º 0.16% 0.61% -
HSV(B) 85.16º 0.18% 0.67% -
XYZ 33.86 38.8 30.9 -
YUV 164.58 114.69 124.02 -
System Red Green Blue C M Y K H S L
Decimal 159 172 141 0.08 0 0.18 0.33 85.16 0.16 0.61
Hex 9F AC 8D 8 0 12 21 55 10 3D
Octal 237 254 215 10 0 22 41 125 20 75
Binary 10011111 10101100 10001101 1000 0 10010 100001 1010101 10000 111101

Color Harmonies of #9FAC8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FAC8D

Black with #9FAC8D

Text Example


Text Example

White with #9FAC8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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