#A2C18E

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

Shades of Norway #A2C18E

Tints of Norway #A2C18E

Color information

#A2C18E (or 0xA2C18E) is unknown color: approx Norway. HEX triplet: A2, C1 and 8E. RGB value is (162,193,142). Sum of RGB (Red+Green+Blue) = 162+193+142=497 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.60% from 497); Green value is 193 (75.78% from 255 or 38.83% from 497); Blue value is 142 (55.86% from 255 or 28.57% from 497); Max value from RGB is 193 - color contains mainly: green. Hex color #A2C18E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2C18E is #5D3E71. Grayscale: #B2B2B2. Windows color (decimal): -6110834 or 9355682. OLE color: 9355682.

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

Color convert

RGB162193142-
CMYK0.1600.260.24
HSL96.47º29.14%65.69%-
HSV(B)96.47º26.42%75.69%-
XYZ38.8547.7732.76-
YUV177.92107.73116.65-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.60%
GREEN value IS 193 (75.78% from 255) = 38.83%
BLUE value IS 142 (55.86% from 255) = 28.57%
R=32.60%
G=38.83%
B=28.57%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1621931420.1600.260.2496.4729.1465.69
HexA2C18E1001A18601d42
Octal242301216200323014035102
Binary10100010110000011000111010000011010110001100000111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2C18E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2C18E; }

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

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

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

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

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

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

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

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