#9FC18D

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

Shades of Norway #9FC18D

Tints of Norway #9FC18D

Color information

#9FC18D (or 0x9FC18D) is unknown color: approx Norway. HEX triplet: 9F, C1 and 8D. RGB value is (159,193,141). Sum of RGB (Red+Green+Blue) = 159+193+141=493 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.25% from 493); Green value is 193 (75.78% from 255 or 39.15% from 493); Blue value is 141 (55.47% from 255 or 28.60% from 493); Max value from RGB is 193 - color contains mainly: green. Hex color #9FC18D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FC18D is #603E72. Grayscale: #B1B1B1. Windows color (decimal): -6307443 or 9290143. OLE color: 9290143.

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

Color convert

RGB159193141-
CMYK0.1800.270.24
HSL99.23º29.55%65.49%-
HSV(B)99.23º26.94%75.69%-
XYZ38.1847.4332.34-
YUV176.91107.74115.23-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 32.25%
GREEN value IS 193 (75.78% from 255) = 39.15%
BLUE value IS 141 (55.47% from 255) = 28.60%
R=32.25%
G=39.15%
B=28.60%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1591931410.1800.270.2499.2329.5565.49
Hex9FC18D1201B18631e41
Octal237301215220333014336101
Binary10011111110000011000110110010011011110001100011111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FC18D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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