#A1C382

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

Shades of Norway #A1C382

Tints of Norway #A1C382

Color information

#A1C382 (or 0xA1C382) is unknown color: approx Norway. HEX triplet: A1, C3 and 82. RGB value is (161,195,130). Sum of RGB (Red+Green+Blue) = 161+195+130=486 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.13% from 486); Green value is 195 (76.56% from 255 or 40.12% from 486); Blue value is 130 (51.17% from 255 or 26.75% from 486); Max value from RGB is 195 - color contains mainly: green. Hex color #A1C382 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1C382 is #5E3C7D. Grayscale: #B1B1B1. Windows color (decimal): -6175870 or 8569761. OLE color: 8569761.

HSL color Cylindrical-coordinate representation of color #A1C382: hue angle of 91.38º 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 #A1C382 is Cyan = 0.17, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.24.

Color convert

RGB161195130-
CMYK0.1700.330.24
HSL91.38º35.14%63.73%-
HSV(B)91.38º33.33%76.47%-
XYZ38.2448.2228.41-
YUV177.42101.24116.29-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.13%
GREEN value IS 195 (76.56% from 255) = 40.12%
BLUE value IS 130 (51.17% from 255) = 26.75%
R=33.13%
G=40.12%
B=26.75%

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
Decimal1611951300.1700.330.2491.3835.1463.73
HexA1C38211021185b2340
Octal241303202210413013343100
Binary1010000111000011100000101000101000011100010110111000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1C382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1C382; }

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

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

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

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

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

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

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

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