#A0C089

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

Shades of Norway #A0C089

Tints of Norway #A0C089

Color information

#A0C089 (or 0xA0C089) is unknown color: approx Norway. HEX triplet: A0, C0 and 89. RGB value is (160,192,137). Sum of RGB (Red+Green+Blue) = 160+192+137=489 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.72% from 489); Green value is 192 (75.39% from 255 or 39.26% from 489); Blue value is 137 (53.91% from 255 or 28.02% from 489); Max value from RGB is 192 - color contains mainly: green. Hex color #A0C089 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0C089 is #5F3F76. Grayscale: #B0B0B0. Windows color (decimal): -6242167 or 9027744. OLE color: 9027744.

HSL color Cylindrical-coordinate representation of color #A0C089: hue angle of 94.91º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A0C089 is Cyan = 0.17, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.

Color convert

RGB160192137-
CMYK0.1700.290.25
HSL94.91º30.39%64.51%-
HSV(B)94.91º28.65%75.29%-
XYZ37.8646.9830.74-
YUV176.16105.9116.47-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.72%
GREEN value IS 192 (75.39% from 255) = 39.26%
BLUE value IS 137 (53.91% from 255) = 28.02%
R=32.72%
G=39.26%
B=28.02%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1601921370.1700.290.2594.9130.3964.51
HexA0C0891101D195f1e41
Octal240300211210353113736101
Binary10100000110000001000100110001011101110011011111111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0C089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0C089; }

 p { color: rgb(160,192,137); }

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

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

 a { background-color: rgb(160,192,137); }

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

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

 span { border-color: rgb(160,192,137); }

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