#A5C18D

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

Shades of Norway #A5C18D

Tints of Norway #A5C18D

Color information

#A5C18D (or 0xA5C18D) is unknown color: approx Norway. HEX triplet: A5, C1 and 8D. RGB value is (165,193,141). Sum of RGB (Red+Green+Blue) = 165+193+141=499 (66% of max value = 765). Red value is 165 (64.84% from 255 or 33.07% from 499); Green value is 193 (75.78% from 255 or 38.68% from 499); Blue value is 141 (55.47% from 255 or 28.26% from 499); Max value from RGB is 193 - color contains mainly: green. Hex color #A5C18D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5C18D is #5A3E72. Grayscale: #B2B2B2. Windows color (decimal): -5914227 or 9290149. OLE color: 9290149.

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

Color convert

RGB165193141-
CMYK0.1500.270.24
HSL92.31º29.55%65.49%-
HSV(B)92.31º26.94%75.69%-
XYZ39.3948.0632.4-
YUV178.7106.72118.23-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.07%
GREEN value IS 193 (75.78% from 255) = 38.68%
BLUE value IS 141 (55.47% from 255) = 28.26%
R=33.07%
G=38.68%
B=28.26%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1651931410.1500.270.2492.3129.5565.49
HexA5C18DF01B185c1e41
Octal245301215170333013436101
Binary1010010111000001100011011111011011110001011100111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5C18D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5C18D; }

 p { color: rgb(165,193,141); }

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

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

 a { background-color: rgb(165,193,141); }

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

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

 span { border-color: rgb(165,193,141); }

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