#A2C28E

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

Shades of Norway #A2C28E

Tints of Norway #A2C28E

Color information

#A2C28E (or 0xA2C28E) is unknown color: approx Norway. HEX triplet: A2, C2 and 8E. RGB value is (162,194,142). Sum of RGB (Red+Green+Blue) = 162+194+142=498 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.53% from 498); Green value is 194 (76.17% from 255 or 38.96% from 498); Blue value is 142 (55.86% from 255 or 28.51% from 498); Max value from RGB is 194 - color contains mainly: green. Hex color #A2C28E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2C28E is #5D3D71. Grayscale: #B2B2B2. Windows color (decimal): -6110578 or 9355938. OLE color: 9355938.

HSL color Cylindrical-coordinate representation of color #A2C28E: hue angle of 96.92º 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 #A2C28E is Cyan = 0.16, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.

Color convert

RGB162194142-
CMYK0.1600.270.24
HSL96.92º29.89%65.88%-
HSV(B)96.92º26.8%76.08%-
XYZ39.0748.2232.84-
YUV178.5107.4116.23-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.53%
GREEN value IS 194 (76.17% from 255) = 38.96%
BLUE value IS 142 (55.86% from 255) = 28.51%
R=32.53%
G=38.96%
B=28.51%

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
Decimal1621941420.1600.270.2496.9229.8965.88
HexA2C28E1001B18611e42
Octal242302216200333014136102
Binary10100010110000101000111010000011011110001100001111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2C28E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2C28E; }

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

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

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

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

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

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

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

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