#A2C28D

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

Shades of Norway #A2C28D

Tints of Norway #A2C28D

Color information

#A2C28D (or 0xA2C28D) is unknown color: approx Norway. HEX triplet: A2, C2 and 8D. RGB value is (162,194,141). Sum of RGB (Red+Green+Blue) = 162+194+141=497 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.60% from 497); Green value is 194 (76.17% from 255 or 39.03% from 497); Blue value is 141 (55.47% from 255 or 28.37% from 497); Max value from RGB is 194 - color contains mainly: green. Hex color #A2C28D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2C28D is #5D3D72. Grayscale: #B2B2B2. Windows color (decimal): -6110579 or 9290402. OLE color: 9290402.

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

Color convert

RGB162194141-
CMYK0.1600.270.24
HSL96.23º30.29%65.69%-
HSV(B)96.23º27.32%76.08%-
XYZ3948.1932.45-
YUV178.39106.9116.31-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.60%
GREEN value IS 194 (76.17% from 255) = 39.03%
BLUE value IS 141 (55.47% from 255) = 28.37%
R=32.60%
G=39.03%
B=28.37%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1621941410.1600.270.2496.2330.2965.69
HexA2C28D1001B18601e42
Octal242302215200333014036102
Binary10100010110000101000110110000011011110001100000111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2C28D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2C28D; }

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

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

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

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

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

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

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

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