#9FC08C

Color #9FC08C Norway (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Norway #9FC08C

Tints of Norway #9FC08C

Color information

#9FC08C (or 0x9FC08C) is unknown color: approx Norway. HEX triplet: 9F, C0 and 8C. RGB value is (159,192,140). Sum of RGB (Red+Green+Blue) = 159+192+140=491 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.38% from 491); Green value is 192 (75.39% from 255 or 39.10% from 491); Blue value is 140 (55.08% from 255 or 28.51% from 491); Max value from RGB is 192 - color contains mainly: green. Hex color #9FC08C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FC08C is #603F73. Grayscale: #B0B0B0. Windows color (decimal): -6307700 or 9224351. OLE color: 9224351.

HSL color Cylindrical-coordinate representation of color #9FC08C: hue angle of 98.08º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9FC08C is Cyan = 0.17, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.25.

Color convert

RGB159192140-
CMYK0.1700.270.25
HSL98.08º29.21%65.1%-
HSV(B)98.08º27.08%75.29%-
XYZ37.8846.9631.88-
YUV176.2107.57115.73-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 32.38%
GREEN value IS 192 (75.39% from 255) = 39.10%
BLUE value IS 140 (55.08% from 255) = 28.51%
R=32.38%
G=39.10%
B=28.51%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1591921400.1700.270.2598.0829.2165.1
Hex9FC08C1101B19621d41
Octal237300214210333114235101
Binary10011111110000001000110010001011011110011100010111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FC08C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,192,140); }

 H1.HeaderClassName
 {
   color: #9FC08C;
 }
 .AnyTagClassName
 {
   color: #9FC08C;
 }
</style>
background-color css

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

 a { background-color: rgb(159,192,140); }

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

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

 span { border-color: rgb(159,192,140); }

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