#A2C382

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

Shades of Norway #A2C382

Tints of Norway #A2C382

Color information

#A2C382 (or 0xA2C382) is unknown color: approx Norway. HEX triplet: A2, C3 and 82. RGB value is (162,195,130). Sum of RGB (Red+Green+Blue) = 162+195+130=487 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.26% from 487); Green value is 195 (76.56% from 255 or 40.04% from 487); Blue value is 130 (51.17% from 255 or 26.69% from 487); Max value from RGB is 195 - color contains mainly: green. Hex color #A2C382 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2C382 is #5D3C7D. Grayscale: #B1B1B1. Windows color (decimal): -6110334 or 8569762. OLE color: 8569762.

HSL color Cylindrical-coordinate representation of color #A2C382: hue angle of 90.46º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A2C382 is Cyan = 0.17, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.24.

Color convert

RGB162195130-
CMYK0.1700.330.24
HSL90.46º35.14%63.73%-
HSV(B)90.46º33.33%76.47%-
XYZ38.4448.3228.42-
YUV177.72101.07116.79-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.26%
GREEN value IS 195 (76.56% from 255) = 40.04%
BLUE value IS 130 (51.17% from 255) = 26.69%
R=33.26%
G=40.04%
B=26.69%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1621951300.1700.330.2490.4635.1463.73
HexA2C38211021185a2340
Octal242303202210413013243100
Binary1010001011000011100000101000101000011100010110101000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2C382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2C382; }

 p { color: rgb(162,195,130); }

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

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

 a { background-color: rgb(162,195,130); }

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

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

 span { border-color: rgb(162,195,130); }

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