#9fb88e

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

Shades of Norway #9FB88E

Tints of Norway #9FB88E

Color information

#9FB88E (or 0x9FB88E) is unknown color: approx Norway. HEX triplet: 9F, B8 and 8E. RGB value is (159,184,142). Sum of RGB (Red+Green+Blue) = 159+184+142=485 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.78% from 485); Green value is 184 (72.27% from 255 or 37.94% from 485); Blue value is 142 (55.86% from 255 or 29.28% from 485); Max value from RGB is 184 - color contains mainly: green. Hex color #9FB88E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FB88E is #604771. Grayscale: #ABABAB. Windows color (decimal): -6309746 or 9353375. OLE color: 9353375.

HSL color Cylindrical-coordinate representation of color #9FB88E: hue angle of 95.71º degrees, saturation: 0.23, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9FB88E is Cyan = 0.14, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.28.

Color convert

RGB159184142-
CMYK0.1400.230.28
HSL95.71º22.83%63.92%-
HSV(B)95.71º22.83%72.16%-
XYZ36.3243.632.09-
YUV171.74111.22118.92-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 32.78%
GREEN value IS 184 (72.27% from 255) = 37.94%
BLUE value IS 142 (55.86% from 255) = 29.28%
R=32.78%
G=37.94%
B=29.28%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1591841420.1400.230.2895.7122.8363.92
Hex9FB88EE0171C601740
Octal237270216160273414027100
Binary1001111110111000100011101110010111111001100000101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9fb88e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,184,142); }

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

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

 a { background-color: rgb(159,184,142); }

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

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

 span { border-color: rgb(159,184,142); }

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