Html Css Color HEX #9FAD93 Norway

📋 copy color: '#9FAD93'

red 159 ◦ green 173 ◦ blue 147

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

Shades of Norway #9FAD93

Tints of Norway #9FAD93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 30.69%

R = 33.19%
G = 36.12%
B = 30.69%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.15

 K value IS 0.32

RGB Variations

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

Color information

#9FAD93 (or 0x9FAD93) is known color: Norway. HEX triplet: 9F, AD and 93. RGB value is (159,173,147). Sum of RGB (Red+Green+Blue) = 159+173+147=479 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.19% from 479); Green value is 173 (67.97% from 255 or 36.12% from 479); Blue value is 147 (57.81% from 255 or 30.69% from 479); Max value from RGB is 173 - color contains mainly: green. Hex color #9FAD93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FAD93 is #60526C. Grayscale: #A5A5A5. Windows color (decimal): -6312557 or 9678239. OLE color: 9678239.

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

Color convert

RGB 159 173 147 -
CMYK 0.08 0 0.15 0.32
HSL 92.31º 0.14% 0.63% -
HSV(B) 92.31º 0.15% 0.68% -
XYZ 34.51 39.36 33.38 -
YUV 165.85 117.36 123.11 -
System Red Green Blue C M Y K H S L
Decimal 159 173 147 0.08 0 0.15 0.32 92.31 0.14 0.63
Hex 9F AD 93 8 0 F 20 5C E 3F
Octal 237 255 223 10 0 17 40 134 16 77
Binary 10011111 10101101 10010011 1000 0 1111 100000 1011100 1110 111111

Color Harmonies of #9FAD93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FAD93

Black with #9FAD93

Text Example


Text Example

White with #9FAD93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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