#9FC084

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

Shades of Norway #9FC084

Tints of Norway #9FC084

Color information

#9FC084 (or 0x9FC084) is unknown color: approx Norway. HEX triplet: 9F, C0 and 84. RGB value is (159,192,132). Sum of RGB (Red+Green+Blue) = 159+192+132=483 (63% of max value = 765). Red value is 159 (62.5% from 255 or 32.92% from 483); Green value is 192 (75.39% from 255 or 39.75% from 483); Blue value is 132 (51.95% from 255 or 27.33% from 483); Max value from RGB is 192 - color contains mainly: green. Hex color #9FC084 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FC084 is #603F7B. Grayscale: #AFAFAF. Windows color (decimal): -6307708 or 8700063. OLE color: 8700063.

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

Color convert

RGB159192132-
CMYK0.1700.310.25
HSL93º32.26%63.53%-
HSV(B)93º31.25%75.29%-
XYZ37.3146.7428.88-
YUV175.29103.57116.38-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 32.92%
GREEN value IS 192 (75.39% from 255) = 39.75%
BLUE value IS 132 (51.95% from 255) = 27.33%
R=32.92%
G=39.75%
B=27.33%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1591921320.1700.310.259332.2663.53
Hex9FC0841101F195d2040
Octal237300204210373113540100
Binary100111111100000010000100100010111111100110111011000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FC084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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