#A2C38D

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

Shades of Norway #A2C38D

Tints of Norway #A2C38D

Color information

#A2C38D (or 0xA2C38D) is unknown color: approx Norway. HEX triplet: A2, C3 and 8D. RGB value is (162,195,141). Sum of RGB (Red+Green+Blue) = 162+195+141=498 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.53% from 498); Green value is 195 (76.56% from 255 or 39.16% from 498); Blue value is 141 (55.47% from 255 or 28.31% from 498); Max value from RGB is 195 - color contains mainly: green. Hex color #A2C38D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2C38D is #5D3C72. Grayscale: #B3B3B3. Windows color (decimal): -6110323 or 9290658. OLE color: 9290658.

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

Color convert

RGB162195141-
CMYK0.1700.280.24
HSL96.67º31.03%65.88%-
HSV(B)96.67º27.69%76.47%-
XYZ39.2248.6332.52-
YUV178.98106.57115.89-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.53%
GREEN value IS 195 (76.56% from 255) = 39.16%
BLUE value IS 141 (55.47% from 255) = 28.31%
R=32.53%
G=39.16%
B=28.31%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1621951410.1700.280.2496.6731.0365.88
HexA2C38D1101C18611f42
Octal242303215210343014137102
Binary10100010110000111000110110001011100110001100001111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2C38D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2C38D; }

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

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

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

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

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

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

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

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