#A2C48D

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

Shades of Norway #A2C48D

Tints of Norway #A2C48D

Color information

#A2C48D (or 0xA2C48D) is unknown color: approx Norway. HEX triplet: A2, C4 and 8D. RGB value is (162,196,141). Sum of RGB (Red+Green+Blue) = 162+196+141=499 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.46% from 499); Green value is 196 (76.95% from 255 or 39.28% from 499); Blue value is 141 (55.47% from 255 or 28.26% from 499); Max value from RGB is 196 - color contains mainly: green. Hex color #A2C48D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2C48D is #5D3B72. Grayscale: #B3B3B3. Windows color (decimal): -6110067 or 9290914. OLE color: 9290914.

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

Color convert

RGB162196141-
CMYK0.1700.280.23
HSL97.09º31.79%66.08%-
HSV(B)97.09º28.06%76.86%-
XYZ39.4549.0832.59-
YUV179.56106.24115.47-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.46%
GREEN value IS 196 (76.95% from 255) = 39.28%
BLUE value IS 141 (55.47% from 255) = 28.26%
R=32.46%
G=39.28%
B=28.26%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1621961410.1700.280.2397.0931.7966.08
HexA2C48D1101C17612042
Octal242304215210342714140102
Binary101000101100010010001101100010111001011111000011000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2C48D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2C48D; }

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

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

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

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

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

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

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

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