#A2C190

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

Shades of Norway #A2C190

Tints of Norway #A2C190

Color information

#A2C190 (or 0xA2C190) is unknown color: approx Norway. HEX triplet: A2, C1 and 90. RGB value is (162,193,144). Sum of RGB (Red+Green+Blue) = 162+193+144=499 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.46% from 499); Green value is 193 (75.78% from 255 or 38.68% from 499); Blue value is 144 (56.64% from 255 or 28.86% from 499); Max value from RGB is 193 - color contains mainly: green. Hex color #A2C190 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2C190 is #5D3E6F. Grayscale: #B2B2B2. Windows color (decimal): -6110832 or 9486754. OLE color: 9486754.

HSL color Cylindrical-coordinate representation of color #A2C190: hue angle of 97.96º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A2C190 is Cyan = 0.16, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.24.

Color convert

RGB162193144-
CMYK0.1600.250.24
HSL97.96º28.32%66.08%-
HSV(B)97.96º25.39%75.69%-
XYZ3947.8333.56-
YUV178.14108.73116.48-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.46%
GREEN value IS 193 (75.78% from 255) = 38.68%
BLUE value IS 144 (56.64% from 255) = 28.86%
R=32.46%
G=38.68%
B=28.86%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1621931440.1600.250.2497.9628.3266.08
HexA2C1901001918621c42
Octal242301220200313014234102
Binary10100010110000011001000010000011001110001100010111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2C190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2C190; }

 p { color: rgb(162,193,144); }

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

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

 a { background-color: rgb(162,193,144); }

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

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

 span { border-color: rgb(162,193,144); }

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