Html Css Color HEX #9FAB90 Norway

📋 copy color: '#9FAB90'

red 159 ◦ green 171 ◦ blue 144

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

Shades of Norway #9FAB90

Tints of Norway #9FAB90

RGB

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

 GREEN value IS 171 (67.19% from 255) = 36.08%

 BLUE value IS 144 (56.64% from 255) = 30.38%

R = 33.54%
G = 36.08%
B = 30.38%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#9FAB90 (or 0x9FAB90) is known color: Norway. HEX triplet: 9F, AB and 90. RGB value is (159,171,144). Sum of RGB (Red+Green+Blue) = 159+171+144=474 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.54% from 474); Green value is 171 (67.19% from 255 or 36.08% from 474); Blue value is 144 (56.64% from 255 or 30.38% from 474); Max value from RGB is 171 - color contains mainly: green. Hex color #9FAB90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FAB90 is #60546F. Grayscale: #A4A4A4. Windows color (decimal): -6313072 or 9481119. OLE color: 9481119.

HSL color Cylindrical-coordinate representation of color #9FAB90: hue angle of 86.67º degrees, saturation: 0.14, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9FAB90 is Cyan = 0.07, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.33.

Color convert

RGB 159 171 144 -
CMYK 0.07 0 0.16 0.33
HSL 86.67º 0.14% 0.62% -
HSV(B) 86.67º 0.16% 0.67% -
XYZ 33.9 38.51 32.03 -
YUV 164.33 116.52 124.2 -
System Red Green Blue C M Y K H S L
Decimal 159 171 144 0.07 0 0.16 0.33 86.67 0.14 0.62
Hex 9F AB 90 7 0 10 21 57 E 3E
Octal 237 253 220 7 0 20 41 127 16 76
Binary 10011111 10101011 10010000 111 0 10000 100001 1010111 1110 111110

Color Harmonies of #9FAB90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FAB90

Black with #9FAB90

Text Example


Text Example

White with #9FAB90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,171,144); }

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

background-color css

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

 a { background-color: rgb(159,171,144); }

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

border-color css

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

 span { border-color: rgb(159,171,144); }

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