#A5C68A

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

Shades of Norway #A5C68A

Tints of Norway #A5C68A

Color information

#A5C68A (or 0xA5C68A) is unknown color: approx Norway. HEX triplet: A5, C6 and 8A. RGB value is (165,198,138). Sum of RGB (Red+Green+Blue) = 165+198+138=501 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.93% from 501); Green value is 198 (77.73% from 255 or 39.52% from 501); Blue value is 138 (54.30% from 255 or 27.54% from 501); Max value from RGB is 198 - color contains mainly: green. Hex color #A5C68A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5C68A is #5A3975. Grayscale: #B5B5B5. Windows color (decimal): -5912950 or 9094821. OLE color: 9094821.

HSL color Cylindrical-coordinate representation of color #A5C68A: hue angle of 93º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A5C68A is Cyan = 0.17, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.22.

Color convert

RGB165198138-
CMYK0.1700.300.22
HSL93º34.48%65.88%-
HSV(B)93º30.3%77.65%-
XYZ40.350.2231.61-
YUV181.29103.57116.38-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.93%
GREEN value IS 198 (77.73% from 255) = 39.52%
BLUE value IS 138 (54.30% from 255) = 27.54%
R=32.93%
G=39.52%
B=27.54%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1651981380.1700.300.229334.4865.88
HexA5C68A1101E165d2242
Octal245306212210362613542102
Binary101001011100011010001010100010111101011010111011000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5C68A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5C68A; }

 p { color: rgb(165,198,138); }

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

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

 a { background-color: rgb(165,198,138); }

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

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

 span { border-color: rgb(165,198,138); }

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