Html Css Color HEX #9FAE95 Norway

📋 copy color: '#9FAE95'

red 159 ◦ green 174 ◦ blue 149

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

Shades of Norway #9FAE95

Tints of Norway #9FAE95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 30.91%

R = 32.99%
G = 36.1%
B = 30.91%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.14

 K value IS 0.32

RGB Variations

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

Color information

#9FAE95 (or 0x9FAE95) is known color: Norway. HEX triplet: 9F, AE and 95. RGB value is (159,174,149). Sum of RGB (Red+Green+Blue) = 159+174+149=482 (63% of max value = 765). Red value is 159 (62.5% from 255 or 32.99% from 482); Green value is 174 (68.36% from 255 or 36.10% from 482); Blue value is 149 (58.59% from 255 or 30.91% from 482); Max value from RGB is 174 - color contains mainly: green. Hex color #9FAE95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FAE95 is #60516A. Grayscale: #A6A6A6. Windows color (decimal): -6312299 or 9809567. OLE color: 9809567.

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

Color convert

RGB 159 174 149 -
CMYK 0.09 0 0.14 0.32
HSL 96º 0.13% 0.63% -
HSV(B) 96º 0.14% 0.68% -
XYZ 34.86 39.81 34.28 -
YUV 166.67 118.03 122.53 -
System Red Green Blue C M Y K H S L
Decimal 159 174 149 0.09 0 0.14 0.32 96 0.13 0.63
Hex 9F AE 95 9 0 E 20 60 D 3F
Octal 237 256 225 11 0 16 40 140 15 77
Binary 10011111 10101110 10010101 1001 0 1110 100000 1100000 1101 111111

Color Harmonies of #9FAE95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FAE95

Black with #9FAE95

Text Example


Text Example

White with #9FAE95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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