#9DC086

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

Shades of Norway #9DC086

Tints of Norway #9DC086

Color information

#9DC086 (or 0x9DC086) is unknown color: approx Norway. HEX triplet: 9D, C0 and 86. RGB value is (157,192,134). Sum of RGB (Red+Green+Blue) = 157+192+134=483 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.51% from 483); Green value is 192 (75.39% from 255 or 39.75% from 483); Blue value is 134 (52.73% from 255 or 27.74% from 483); Max value from RGB is 192 - color contains mainly: green. Hex color #9DC086 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DC086 is #623F79. Grayscale: #AFAFAF. Windows color (decimal): -6438778 or 8831133. OLE color: 8831133.

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

Color convert

RGB157192134-
CMYK0.1800.300.25
HSL96.21º31.52%63.92%-
HSV(B)96.21º30.21%75.29%-
XYZ37.0646.5929.59-
YUV174.92104.9115.22-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 32.51%
GREEN value IS 192 (75.39% from 255) = 39.75%
BLUE value IS 134 (52.73% from 255) = 27.74%
R=32.51%
G=39.75%
B=27.74%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1571921340.1800.300.2596.2131.5263.92
Hex9DC0861201E19602040
Octal235300206220363114040100
Binary100111011100000010000110100100111101100111000001000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DC086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,192,134); }

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

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

 a { background-color: rgb(157,192,134); }

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

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

 span { border-color: rgb(157,192,134); }

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