#9AB78C

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

Shades of Norway #9AB78C

Tints of Norway #9AB78C

Color information

#9AB78C (or 0x9AB78C) is unknown color: approx Norway. HEX triplet: 9A, B7 and 8C. RGB value is (154,183,140). Sum of RGB (Red+Green+Blue) = 154+183+140=477 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.29% from 477); Green value is 183 (71.88% from 255 or 38.36% from 477); Blue value is 140 (55.08% from 255 or 29.35% from 477); Max value from RGB is 183 - color contains mainly: green. Hex color #9AB78C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AB78C is #654873. Grayscale: #A9A9A9. Windows color (decimal): -6637684 or 9222042. OLE color: 9222042.

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

Color convert

RGB154183140-
CMYK0.1600.230.28
HSL100.47º22.99%63.33%-
HSV(B)100.47º23.5%71.76%-
XYZ34.9942.6331.2-
YUV169.43111.39117-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.29%
GREEN value IS 183 (71.88% from 255) = 38.36%
BLUE value IS 140 (55.08% from 255) = 29.35%
R=32.29%
G=38.36%
B=29.35%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1541831400.1600.230.28100.4722.9963.33
Hex9AB78C100171C64173f
Octal23226721420027341442777
Binary1001101010110111100011001000001011111100110010010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AB78C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,183,140); }

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

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

 a { background-color: rgb(154,183,140); }

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

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

 span { border-color: rgb(154,183,140); }

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