#A2C28A

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

Shades of Norway #A2C28A

Tints of Norway #A2C28A

Color information

#A2C28A (or 0xA2C28A) is unknown color: approx Norway. HEX triplet: A2, C2 and 8A. RGB value is (162,194,138). Sum of RGB (Red+Green+Blue) = 162+194+138=494 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.79% from 494); Green value is 194 (76.17% from 255 or 39.27% from 494); Blue value is 138 (54.30% from 255 or 27.94% from 494); Max value from RGB is 194 - color contains mainly: green. Hex color #A2C28A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2C28A is #5D3D75. Grayscale: #B2B2B2. Windows color (decimal): -6110582 or 9093794. OLE color: 9093794.

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

Color convert

RGB162194138-
CMYK0.1600.290.24
HSL94.29º31.46%65.1%-
HSV(B)94.29º28.87%76.08%-
XYZ38.7848.131.29-
YUV178.05105.4116.55-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.79%
GREEN value IS 194 (76.17% from 255) = 39.27%
BLUE value IS 138 (54.30% from 255) = 27.94%
R=32.79%
G=39.27%
B=27.94%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1621941380.1600.290.2494.2931.4665.1
HexA2C28A1001D185e1f41
Octal242302212200353013637101
Binary10100010110000101000101010000011101110001011110111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2C28A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2C28A; }

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

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

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

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

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

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

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

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