Html Css Color HEX #9FAE94 Norway

📋 copy color: '#9FAE94'

red 159 ◦ green 174 ◦ blue 148

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

Shades of Norway #9FAE94

Tints of Norway #9FAE94

RGB

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

 GREEN value IS 174 (68.36% from 255) = 36.17%

 BLUE value IS 148 (58.2% from 255) = 30.77%

R = 33.06%
G = 36.17%
B = 30.77%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.15

 K value IS 0.32

RGB Variations

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

Color information

#9FAE94 (or 0x9FAE94) is known color: Norway. HEX triplet: 9F, AE and 94. RGB value is (159,174,148). Sum of RGB (Red+Green+Blue) = 159+174+148=481 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.06% from 481); Green value is 174 (68.36% from 255 or 36.17% from 481); Blue value is 148 (58.20% from 255 or 30.77% from 481); Max value from RGB is 174 - color contains mainly: green. Hex color #9FAE94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FAE94 is #60516B. Grayscale: #A6A6A6. Windows color (decimal): -6312300 or 9744031. OLE color: 9744031.

HSL color Cylindrical-coordinate representation of color #9FAE94: hue angle of 94.62º 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 #9FAE94 is Cyan = 0.09, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.32.

Color convert

RGB 159 174 148 -
CMYK 0.09 0 0.15 0.32
HSL 94.62º 0.14% 0.63% -
HSV(B) 94.62º 0.15% 0.68% -
XYZ 34.78 39.78 33.86 -
YUV 166.55 117.53 122.61 -
System Red Green Blue C M Y K H S L
Decimal 159 174 148 0.09 0 0.15 0.32 94.62 0.14 0.63
Hex 9F AE 94 9 0 F 20 5F E 3F
Octal 237 256 224 11 0 17 40 137 16 77
Binary 10011111 10101110 10010100 1001 0 1111 100000 1011111 1110 111111

Color Harmonies of #9FAE94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FAE94

Black with #9FAE94

Text Example


Text Example

White with #9FAE94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,174,148); }

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

background-color css

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

 a { background-color: rgb(159,174,148); }

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

border-color css

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

 span { border-color: rgb(159,174,148); }

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