#A2C38A

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

Shades of Norway #A2C38A

Tints of Norway #A2C38A

Color information

#A2C38A (or 0xA2C38A) is unknown color: approx Norway. HEX triplet: A2, C3 and 8A. RGB value is (162,195,138). Sum of RGB (Red+Green+Blue) = 162+195+138=495 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.73% from 495); Green value is 195 (76.56% from 255 or 39.39% from 495); Blue value is 138 (54.30% from 255 or 27.88% from 495); Max value from RGB is 195 - color contains mainly: green. Hex color #A2C38A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2C38A is #5D3C75. Grayscale: #B2B2B2. Windows color (decimal): -6110326 or 9094050. OLE color: 9094050.

HSL color Cylindrical-coordinate representation of color #A2C38A: hue angle of 94.74º degrees, saturation: 0.32, 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 #A2C38A is Cyan = 0.17, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.24.

Color convert

RGB162195138-
CMYK0.1700.290.24
HSL94.74º32.2%65.29%-
HSV(B)94.74º29.23%76.47%-
XYZ3948.5531.36-
YUV178.64105.07116.13-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.73%
GREEN value IS 195 (76.56% from 255) = 39.39%
BLUE value IS 138 (54.30% from 255) = 27.88%
R=32.73%
G=39.39%
B=27.88%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1621951380.1700.290.2494.7432.265.29
HexA2C38A1101D185f2041
Octal242303212210353013740101
Binary101000101100001110001010100010111011100010111111000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2C38A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2C38A; }

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

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

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

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

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

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

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

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