Html Css Color HEX #9FAD8F Norway

📋 copy color: '#9FAD8F'

red 159 ◦ green 173 ◦ blue 143

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

Shades of Norway #9FAD8F

Tints of Norway #9FAD8F

RGB

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

 GREEN value IS 173 (67.97% from 255) = 36.42%

 BLUE value IS 143 (56.25% from 255) = 30.11%

R = 33.47%
G = 36.42%
B = 30.11%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.17

 K value IS 0.32

RGB Variations

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

Color information

#9FAD8F (or 0x9FAD8F) is known color: Norway. HEX triplet: 9F, AD and 8F. RGB value is (159,173,143). Sum of RGB (Red+Green+Blue) = 159+173+143=475 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.47% from 475); Green value is 173 (67.97% from 255 or 36.42% from 475); Blue value is 143 (56.25% from 255 or 30.11% from 475); Max value from RGB is 173 - color contains mainly: green. Hex color #9FAD8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FAD8F is #605270. Grayscale: #A5A5A5. Windows color (decimal): -6312561 or 9416095. OLE color: 9416095.

HSL color Cylindrical-coordinate representation of color #9FAD8F: hue angle of 88º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9FAD8F is Cyan = 0.08, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.32.

Color convert

RGB 159 173 143 -
CMYK 0.08 0 0.17 0.32
HSL 88º 0.15% 0.62% -
HSV(B) 88º 0.17% 0.68% -
XYZ 34.2 39.24 31.76 -
YUV 165.39 115.36 123.44 -
System Red Green Blue C M Y K H S L
Decimal 159 173 143 0.08 0 0.17 0.32 88 0.15 0.62
Hex 9F AD 8F 8 0 11 20 58 F 3E
Octal 237 255 217 10 0 21 40 130 17 76
Binary 10011111 10101101 10001111 1000 0 10001 100000 1011000 1111 111110

Color Harmonies of #9FAD8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FAD8F

Black with #9FAD8F

Text Example


Text Example

White with #9FAD8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,173,143); }

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

background-color css

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

 a { background-color: rgb(159,173,143); }

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

border-color css

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

 span { border-color: rgb(159,173,143); }

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