Html Css Color HEX #9FAD90 Norway

📋 copy color: '#9FAD90'

red 159 ◦ green 173 ◦ blue 144

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

Shades of Norway #9FAD90

Tints of Norway #9FAD90

RGB

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

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

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

R = 33.4%
G = 36.34%
B = 30.25%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.17

 K value IS 0.32

RGB Variations

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

Color information

#9FAD90 (or 0x9FAD90) is known color: Norway. HEX triplet: 9F, AD and 90. RGB value is (159,173,144). Sum of RGB (Red+Green+Blue) = 159+173+144=476 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.40% from 476); Green value is 173 (67.97% from 255 or 36.34% from 476); Blue value is 144 (56.64% from 255 or 30.25% from 476); Max value from RGB is 173 - color contains mainly: green. Hex color #9FAD90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FAD90 is #60526F. Grayscale: #A5A5A5. Windows color (decimal): -6312560 or 9481631. OLE color: 9481631.

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

Color convert

RGB 159 173 144 -
CMYK 0.08 0 0.17 0.32
HSL 88.97º 0.15% 0.62% -
HSV(B) 88.97º 0.17% 0.68% -
XYZ 34.28 39.27 32.16 -
YUV 165.51 115.86 123.36 -
System Red Green Blue C M Y K H S L
Decimal 159 173 144 0.08 0 0.17 0.32 88.97 0.15 0.62
Hex 9F AD 90 8 0 11 20 59 F 3E
Octal 237 255 220 10 0 21 40 131 17 76
Binary 10011111 10101101 10010000 1000 0 10001 100000 1011001 1111 111110

Color Harmonies of #9FAD90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FAD90

Black with #9FAD90

Text Example


Text Example

White with #9FAD90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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