#A2C581

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

Shades of Norway #A2C581

Tints of Norway #A2C581

Color information

#A2C581 (or 0xA2C581) is unknown color: approx Norway. HEX triplet: A2, C5 and 81. RGB value is (162,197,129). Sum of RGB (Red+Green+Blue) = 162+197+129=488 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.20% from 488); Green value is 197 (77.34% from 255 or 40.37% from 488); Blue value is 129 (50.78% from 255 or 26.43% from 488); Max value from RGB is 197 - color contains mainly: green. Hex color #A2C581 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2C581 is #5D3A7E. Grayscale: #B3B3B3. Windows color (decimal): -6109823 or 8504738. OLE color: 8504738.

HSL color Cylindrical-coordinate representation of color #A2C581: hue angle of 90.88º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A2C581 is Cyan = 0.18, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.23.

Color convert

RGB162197129-
CMYK0.1800.350.23
HSL90.88º36.96%63.92%-
HSV(B)90.88º34.52%77.25%-
XYZ38.8349.228.22-
YUV178.7899.9116.03-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.20%
GREEN value IS 197 (77.34% from 255) = 40.37%
BLUE value IS 129 (50.78% from 255) = 26.43%
R=33.20%
G=40.37%
B=26.43%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1621971290.1800.350.2390.8836.9663.92
HexA2C58112023175b2540
Octal242305201220432713345100
Binary1010001011000101100000011001001000111011110110111001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2C581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2C581; }

 p { color: rgb(162,197,129); }

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

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

 a { background-color: rgb(162,197,129); }

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

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

 span { border-color: rgb(162,197,129); }

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