#9FC18B

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

Shades of Norway #9FC18B

Tints of Norway #9FC18B

Color information

#9FC18B (or 0x9FC18B) is unknown color: approx Norway. HEX triplet: 9F, C1 and 8B. RGB value is (159,193,139). Sum of RGB (Red+Green+Blue) = 159+193+139=491 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.38% from 491); Green value is 193 (75.78% from 255 or 39.31% from 491); Blue value is 139 (54.69% from 255 or 28.31% from 491); Max value from RGB is 193 - color contains mainly: green. Hex color #9FC18B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FC18B is #603E74. Grayscale: #B0B0B0. Windows color (decimal): -6307445 or 9159071. OLE color: 9159071.

HSL color Cylindrical-coordinate representation of color #9FC18B: hue angle of 97.78º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9FC18B is Cyan = 0.18, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.24.

Color convert

RGB159193139-
CMYK0.1800.280.24
HSL97.78º30.34%65.1%-
HSV(B)97.78º27.98%75.69%-
XYZ38.0347.3731.57-
YUV176.68106.74115.39-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 32.38%
GREEN value IS 193 (75.78% from 255) = 39.31%
BLUE value IS 139 (54.69% from 255) = 28.31%
R=32.38%
G=39.31%
B=28.31%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1591931390.1800.280.2497.7830.3465.1
Hex9FC18B1201C18621e41
Octal237301213220343014236101
Binary10011111110000011000101110010011100110001100010111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FC18B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,193,139); }

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

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

 a { background-color: rgb(159,193,139); }

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

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

 span { border-color: rgb(159,193,139); }

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