Html Css Color HEX #9FAF90 Norway

📋 copy color: '#9FAF90'

red 159 ◦ green 175 ◦ blue 144

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

Shades of Norway #9FAF90

Tints of Norway #9FAF90

RGB

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

 GREEN value IS 175 (68.75% from 255) = 36.61%

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

R = 33.26%
G = 36.61%
B = 30.13%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#9FAF90 (or 0x9FAF90) is known color: Norway. HEX triplet: 9F, AF and 90. RGB value is (159,175,144). Sum of RGB (Red+Green+Blue) = 159+175+144=478 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.26% from 478); Green value is 175 (68.75% from 255 or 36.61% from 478); Blue value is 144 (56.64% from 255 or 30.13% from 478); Max value from RGB is 175 - color contains mainly: green. Hex color #9FAF90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FAF90 is #60506F. Grayscale: #A6A6A6. Windows color (decimal): -6312048 or 9482143. OLE color: 9482143.

HSL color Cylindrical-coordinate representation of color #9FAF90: hue angle of 90.97º degrees, saturation: 0.16, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9FAF90 is Cyan = 0.09, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB 159 175 144 -
CMYK 0.09 0 0.18 0.31
HSL 90.97º 0.16% 0.63% -
HSV(B) 90.97º 0.18% 0.69% -
XYZ 34.66 40.04 32.29 -
YUV 166.68 115.2 122.52 -
System Red Green Blue C M Y K H S L
Decimal 159 175 144 0.09 0 0.18 0.31 90.97 0.16 0.63
Hex 9F AF 90 9 0 12 1F 5B 10 3F
Octal 237 257 220 11 0 22 37 133 20 77
Binary 10011111 10101111 10010000 1001 0 10010 11111 1011011 10000 111111

Color Harmonies of #9FAF90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FAF90

Black with #9FAF90

Text Example


Text Example

White with #9FAF90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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