#A2C48F

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

Shades of Norway #A2C48F

Tints of Norway #A2C48F

Color information

#A2C48F (or 0xA2C48F) is unknown color: approx Norway. HEX triplet: A2, C4 and 8F. RGB value is (162,196,143). Sum of RGB (Red+Green+Blue) = 162+196+143=501 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.34% from 501); Green value is 196 (76.95% from 255 or 39.12% from 501); Blue value is 143 (56.25% from 255 or 28.54% from 501); Max value from RGB is 196 - color contains mainly: green. Hex color #A2C48F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2C48F is #5D3B70. Grayscale: #B3B3B3. Windows color (decimal): -6110065 or 9421986. OLE color: 9421986.

HSL color Cylindrical-coordinate representation of color #A2C48F: hue angle of 98.49º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A2C48F is Cyan = 0.17, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.23.

Color convert

RGB162196143-
CMYK0.1700.270.23
HSL98.49º30.99%66.47%-
HSV(B)98.49º27.04%76.86%-
XYZ39.649.1433.39-
YUV179.79107.24115.31-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.34%
GREEN value IS 196 (76.95% from 255) = 39.12%
BLUE value IS 143 (56.25% from 255) = 28.54%
R=32.34%
G=39.12%
B=28.54%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1621961430.1700.270.2398.4930.9966.47
HexA2C48F1101B17621f42
Octal242304217210332714237102
Binary10100010110001001000111110001011011101111100010111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2C48F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2C48F; }

 p { color: rgb(162,196,143); }

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

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

 a { background-color: rgb(162,196,143); }

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

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

 span { border-color: rgb(162,196,143); }

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