Html Css Color HEX #9FAD91 Norway

📋 copy color: '#9FAD91'

red 159 ◦ green 173 ◦ blue 145

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

Shades of Norway #9FAD91

Tints of Norway #9FAD91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 30.4%

R = 33.33%
G = 36.27%
B = 30.4%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.16

 K value IS 0.32

RGB Variations

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

Color information

#9FAD91 (or 0x9FAD91) is known color: Norway. HEX triplet: 9F, AD and 91. RGB value is (159,173,145). Sum of RGB (Red+Green+Blue) = 159+173+145=477 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.33% from 477); Green value is 173 (67.97% from 255 or 36.27% from 477); Blue value is 145 (57.03% from 255 or 30.40% from 477); Max value from RGB is 173 - color contains mainly: green. Hex color #9FAD91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FAD91 is #60526E. Grayscale: #A5A5A5. Windows color (decimal): -6312559 or 9547167. OLE color: 9547167.

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

Color convert

RGB 159 173 145 -
CMYK 0.08 0 0.16 0.32
HSL 90º 0.15% 0.62% -
HSV(B) 90º 0.16% 0.68% -
XYZ 34.35 39.3 32.56 -
YUV 165.62 116.36 123.28 -
System Red Green Blue C M Y K H S L
Decimal 159 173 145 0.08 0 0.16 0.32 90 0.15 0.62
Hex 9F AD 91 8 0 10 20 5A F 3E
Octal 237 255 221 10 0 20 40 132 17 76
Binary 10011111 10101101 10010001 1000 0 10000 100000 1011010 1111 111110

Color Harmonies of #9FAD91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FAD91

Black with #9FAD91

Text Example


Text Example

White with #9FAD91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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